diff options
author | fenner <fenner@FreeBSD.org> | 2000-03-09 00:53:52 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-03-09 00:53:52 +0800 |
commit | a546421f290f803016d756577db6a8d93fd4fe05 (patch) | |
tree | a1d929e60df9e981ab1f1488dbda305ccc70c5a8 /devel/uclmmbase | |
parent | 5f14566dea9a97b1a9dbfd4479b4f94ad14cd20a (diff) | |
download | freebsd-ports-gnome-a546421f290f803016d756577db6a8d93fd4fe05.tar.gz freebsd-ports-gnome-a546421f290f803016d756577db6a8d93fd4fe05.tar.zst freebsd-ports-gnome-a546421f290f803016d756577db6a8d93fd4fe05.zip |
Become MAINTAINER, since the botched upgrade to 1.1.2 broke some of
my ports.
Fix 1.1.2 upgrade: install uclconf.h .
While I'm in here, configure with --enable-ipv6 on 4.x.
Diffstat (limited to 'devel/uclmmbase')
-rw-r--r-- | devel/uclmmbase/Makefile | 7 | ||||
-rw-r--r-- | devel/uclmmbase/pkg-plist | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile index a398c0ccfeea..c7fd5e2db5a5 100644 --- a/devel/uclmmbase/Makefile +++ b/devel/uclmmbase/Makefile @@ -11,16 +11,19 @@ PKGNAME= uclmmbase-1.1.2 CATEGORIES= devel MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fenner@FreeBSD.org WRKSRC= ${WRKDIR}/common GNU_CONFIGURE= yes +.if ${OSVERSION} > 400015 +CONFIGURE_ARGS+= --enable-ipv6 +.endif RESTRICTED= "Contains DES cryptography." INSTALL_HDRS= base64.h config_win32.h config_unix.h crypt_random.h \ debug.h hmac.h mbus.h md5.h memory.h net_udp.h qfDES.h \ - rtp.h util.h version.h + rtp.h uclconf.h util.h version.h do-install: ${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib diff --git a/devel/uclmmbase/pkg-plist b/devel/uclmmbase/pkg-plist index 2764334bd54f..bd9817fc515c 100644 --- a/devel/uclmmbase/pkg-plist +++ b/devel/uclmmbase/pkg-plist @@ -10,6 +10,7 @@ include/uclmmbase/memory.h include/uclmmbase/net_udp.h include/uclmmbase/qfDES.h include/uclmmbase/rtp.h +include/uclmmbase/uclconf.h include/uclmmbase/util.h include/uclmmbase/version.h lib/libuclmmbase.a |