diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-14 21:53:30 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-14 21:53:30 +0000 |
commit | 005bdd2189302992921927a2de39070ede9dab78 (patch) | |
tree | df449194ea58f5b2027285a813fab240922bb013 /net/openh323 | |
parent | a1a0987748a07e937a0a675da8a69f3610a0334d (diff) | |
download | FreeBSD-ports-005bdd2189302992921927a2de39070ede9dab78.zip FreeBSD-ports-005bdd2189302992921927a2de39070ede9dab78.tar.gz |
- chase the pwlib library rename
- don't change the name of the lib depending on the hw-architecture
- let Steve Ames maintain the port
Discussed with: Steve Ames <steve@energistic.com>
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 5 | ||||
-rw-r--r-- | net/openh323/files/patch-openh323u.mak.in | 13 | ||||
-rw-r--r-- | net/openh323/pkg-plist | 8 |
3 files changed, 18 insertions, 8 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index e0500c9..6dafd32 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,15 +7,16 @@ PORTNAME= openh323 PORTVERSION= 1.17.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTFILES= openh323-v1_17_3-src-tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= steve@energistic.com COMMENT= A H323 Video Conferencing library LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - pt_FreeBSD_x86_r.1:${PORTSDIR}/devel/pwlib + pt_r.1:${PORTSDIR}/devel/pwlib WRKSRC= ${WRKDIR}/openh323_v1_17_3 diff --git a/net/openh323/files/patch-openh323u.mak.in b/net/openh323/files/patch-openh323u.mak.in index 5be056c..50c7a21 100644 --- a/net/openh323/files/patch-openh323u.mak.in +++ b/net/openh323/files/patch-openh323u.mak.in @@ -1,5 +1,5 @@ ---- openh323u.mak.in.orig Thu Feb 2 12:39:34 2006 -+++ openh323u.mak.in Thu Feb 2 12:39:51 2006 +--- openh323u.mak.in.orig Mon Jan 3 07:25:51 2005 ++++ openh323u.mak.in Tue Feb 14 22:41:55 2006 @@ -203,6 +203,10 @@ OH323_INCDIR = $(OPENH323DIR)/include endif # PREFIX @@ -11,3 +11,12 @@ ifndef OH323_LIBDIR OH323_LIBDIR = $(OPENH323DIR)/lib endif # OH323_LIBDIR +@@ -216,7 +220,7 @@ + OH323_SUFFIX = $(OBJ_SUFFIX) + endif # NOTRACE + +-OH323_BASE = h323_$(PLATFORM_TYPE)_$(OH323_SUFFIX)$(LIB_TYPE) ++OH323_BASE = h323_$(OH323_SUFFIX)$(LIB_TYPE) + OH323_FILE = lib$(OH323_BASE).$(LIB_SUFFIX) + + LDFLAGS += -L$(OH323_LIBDIR) diff --git a/net/openh323/pkg-plist b/net/openh323/pkg-plist index 4f7b6ae..6eea50b 100644 --- a/net/openh323/pkg-plist +++ b/net/openh323/pkg-plist @@ -1,7 +1,7 @@ -lib/libh323_FreeBSD_x86_r.so -lib/libh323_FreeBSD_x86_r.so.1 -lib/libh323_FreeBSD_x86_r.so.1.17 -lib/libh323_FreeBSD_x86_r.so.1.17.3 +lib/libh323_r.so +lib/libh323_r.so.1 +lib/libh323_r.so.1.17 +lib/libh323_r.so.1.17.3 lib/libopenh323.so include/openh323/QTIoctl.h include/openh323/channels.h |