From a546421f290f803016d756577db6a8d93fd4fe05 Mon Sep 17 00:00:00 2001 From: fenner Date: Wed, 8 Mar 2000 16:53:52 +0000 Subject: 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. --- devel/uclmmbase/Makefile | 7 +++++-- devel/uclmmbase/pkg-plist | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile index a398c0c..c7fd5e2 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 2764334..bd9817f 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 -- cgit v1.1