aboutsummaryrefslogtreecommitdiff
path: root/devel/uclmmbase
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2002-06-09 06:23:50 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2002-06-09 06:23:50 +0000
commitd689c05aa75cc5f9acbdd9359da3edcf52d29f29 (patch)
treef2b9d160bfe57124a48ac1f07d651f6733bbe84f /devel/uclmmbase
parent91a4d5dbbf4e29986ef823b3e855d1a15cae1777 (diff)
downloadports-d689c05aa75cc5f9acbdd9359da3edcf52d29f29.tar.gz
ports-d689c05aa75cc5f9acbdd9359da3edcf52d29f29.zip
Upgrade to v1.2.8.
Approved by: fenner@freebsd.org [MAINTAINER]
Notes
Notes: svn path=/head/; revision=60945
Diffstat (limited to 'devel/uclmmbase')
-rw-r--r--devel/uclmmbase/Makefile6
-rw-r--r--devel/uclmmbase/distinfo2
-rw-r--r--devel/uclmmbase/files/patch-aa14
-rw-r--r--devel/uclmmbase/files/patch-ab11
4 files changed, 4 insertions, 29 deletions
diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile
index 61f5d81cc9be..ea0a538f4b8a 100644
--- a/devel/uclmmbase/Makefile
+++ b/devel/uclmmbase/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uclmmbase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.2.8
CATEGORIES= devel
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
DISTNAME= common-${PORTVERSION}
@@ -29,10 +29,10 @@ INSTALL_HDRS= base64.h config_win32.h config_unix.h crypt_random.h \
rtp.h uclconf.h util.h version.h
do-install:
- ${INSTALL_DATA} ${WRKSRC}/libuclmmbase.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/src/libuclmmbase.a ${PREFIX}/lib
@${MKDIR} ${PREFIX}/include/uclmmbase
.for file in ${INSTALL_HDRS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/uclmmbase
+ ${INSTALL_DATA} ${WRKSRC}/src/${file} ${PREFIX}/include/uclmmbase
.endfor
.include <bsd.port.post.mk>
diff --git a/devel/uclmmbase/distinfo b/devel/uclmmbase/distinfo
index 46d1318ba157..d397fac11514 100644
--- a/devel/uclmmbase/distinfo
+++ b/devel/uclmmbase/distinfo
@@ -1 +1 @@
-MD5 (common-1.1.2.tar.gz) = 118294f74bfcda5be1e1948958ba34f1
+MD5 (common-1.2.8.tar.gz) = 13198bdd2ffd12f2de34789ad243ba22
diff --git a/devel/uclmmbase/files/patch-aa b/devel/uclmmbase/files/patch-aa
deleted file mode 100644
index 882086eec548..000000000000
--- a/devel/uclmmbase/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- net_udp.c.orig Thu Jan 27 19:15:55 2000
-+++ net_udp.c Thu Jan 27 19:16:59 2000
-@@ -63,6 +63,11 @@
- #define INADDR_NONE 0xffffffff
- #endif
-
-+#if !defined(IPV6_ADD_MEMBERSHIP) && defined(IPV6_JOIN_GROUP)
-+#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
-+#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
-+#endif
-+
- struct _socket_udp {
- int mode; /* IPv4 or IPv6 */
- char *addr;
diff --git a/devel/uclmmbase/files/patch-ab b/devel/uclmmbase/files/patch-ab
deleted file mode 100644
index e63ae7a32758..000000000000
--- a/devel/uclmmbase/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sun Aug 6 21:14:30 2000
-+++ configure Sun Aug 6 21:14:44 2000
-@@ -2246,7 +2246,7 @@
- # GCC-specific warning flags
- if test "$GCC" = yes
- then
-- CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror"
-+ CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations"
- fi
-
- # Done, create the output files....