1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00

Upgrade to v1.2.8.

Approved by:	fenner@freebsd.org [MAINTAINER]
This commit is contained in:
Joseph Koshy 2002-06-09 06:23:50 +00:00
parent 91a4d5dbbf
commit d689c05aa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60945
4 changed files with 4 additions and 29 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (common-1.1.2.tar.gz) = 118294f74bfcda5be1e1948958ba34f1
MD5 (common-1.2.8.tar.gz) = 13198bdd2ffd12f2de34789ad243ba22

View File

@ -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;

View File

@ -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....