summaryrefslogtreecommitdiff
path: root/devel/uclmmbase
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2000-03-08 16:53:52 +0000
committerBill Fenner <fenner@FreeBSD.org>2000-03-08 16:53:52 +0000
commitf6e09139c46a8820a43b9aa28abd078ac863c2e5 (patch)
treecaeafeeb15309bed0a55ef6bfd02c6d2bec5dadf /devel/uclmmbase
parentUpdate port to 4.0.7 (diff)
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.
Notes
Notes: svn path=/head/; revision=26665
Diffstat (limited to 'devel/uclmmbase')
-rw-r--r--devel/uclmmbase/Makefile7
-rw-r--r--devel/uclmmbase/pkg-plist1
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