diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-12 03:34:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-12 03:34:10 +0000 |
commit | 7e15904e7c2a58136842cf98566ebabaf48ecc8c (patch) | |
tree | 5e4ca5bda54b30e3f1942620cb7926fb266d83bc /net | |
parent | 90a1a14e9f8a102ca37ebdd8eb5c2092c023e62c (diff) | |
download | ports-7e15904e7c2a58136842cf98566ebabaf48ecc8c.tar.gz ports-7e15904e7c2a58136842cf98566ebabaf48ecc8c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 10 | ||||
-rw-r--r-- | net/sixxs-aiccu/distinfo | 6 | ||||
-rw-r--r-- | net/sixxs-aiccu/files/patch-common_tun.c | 21 | ||||
-rw-r--r-- | net/sixxs-aiccu/files/patch-unix-console::Makefile | 35 |
4 files changed, 6 insertions, 66 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index a2671bcf2c85..d91cedea2101 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -6,19 +6,15 @@ # PORTNAME= aiccu -PORTVERSION= 20060725 +PORTVERSION= 20070115 CATEGORIES= net ipv6 -MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/ +MASTER_SITES= http://noc.sixxs.net/archive/sixxs/aiccu/unix/ PKGNAMEPREFIX= sixxs- -DISTNAME= aiccu_2006.07.25 +DISTNAME= aiccu_20070115 MAINTAINER= meno.abels@adviser.com COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - USE_RC_SUBR= sixxs-aiccu USE_GMAKE= yes diff --git a/net/sixxs-aiccu/distinfo b/net/sixxs-aiccu/distinfo index 18bddeb90c56..3fa439498480 100644 --- a/net/sixxs-aiccu/distinfo +++ b/net/sixxs-aiccu/distinfo @@ -1,3 +1,3 @@ -MD5 (aiccu_2006.07.25.tar.gz) = 0df76e92eb34f4ce8aa3cfcf6896f271 -SHA256 (aiccu_2006.07.25.tar.gz) = ce735aced6d18594a726c9b027ddc80ca1ff658f6e436c530b60779f2dc5d4df -SIZE (aiccu_2006.07.25.tar.gz) = 64161 +MD5 (aiccu_20070115.tar.gz) = c9bcc83644ed788e22a7c3f3d4021350 +SHA256 (aiccu_20070115.tar.gz) = 2260f426c13471169ccff8cb4a3908dc5f79fda18ddb6a55363e7824e6c4c760 +SIZE (aiccu_20070115.tar.gz) = 70056 diff --git a/net/sixxs-aiccu/files/patch-common_tun.c b/net/sixxs-aiccu/files/patch-common_tun.c deleted file mode 100644 index 50dbc717e8fe..000000000000 --- a/net/sixxs-aiccu/files/patch-common_tun.c +++ /dev/null @@ -1,21 +0,0 @@ ---- common/tun.c.orig Tue Jul 25 02:20:46 2006 -+++ common/tun.c Thu Nov 30 02:02:05 2006 -@@ -703,9 +703,7 @@ - - char buf[128]; - unsigned int i; --#ifndef _FREEBSD - int mode = IFF_MULTICAST | IFF_POINTOPOINT; --#endif - - /* Try the configured interface */ - tun_log(LOG_DEBUG, "start", "Trying Configured TUN/TAP interface %s...\n", g_aiccu->ipv6_interface); -@@ -752,7 +750,7 @@ - #endif - #endif - --#ifdef _DFBSD -+#ifdef NEED_IFHEAD - tun_log(LOG_DEBUG, "start", "Setting TUNSIFHEAD for %s\n", g_aiccu->ipv6_interface); - mode = 1; - if (ioctl(tun_fd, TUNSIFHEAD, &mode, sizeof(mode)) == -1) diff --git a/net/sixxs-aiccu/files/patch-unix-console::Makefile b/net/sixxs-aiccu/files/patch-unix-console::Makefile deleted file mode 100644 index db3697d0fd06..000000000000 --- a/net/sixxs-aiccu/files/patch-unix-console::Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- unix-console/Makefile.orig Tue Jul 25 11:20:48 2006 -+++ unix-console/Makefile Sat Dec 30 20:19:04 2006 -@@ -21,7 +21,7 @@ - #INCS += ../common/tsp.h ../common/teepee.h - - # Our very *bliep* set of options to make sure that these things can't cause any issues --CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -pthread -D_REENTRANT -+#CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -pthread -D_REENTRANT - # CWARNS += -Wpacked - - #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0 -@@ -62,19 +62,19 @@ - CFLAGS += -D AICCU_TYPE="\"freebsd4\"" - SRCS += ../common/aiccu_freebsd4.c - OBJS += ../common/aiccu_freebsd4.o --CFLAGS += -pthread -+#CFLAGS += -pthread - else - # FreeBSD 5.x/6.x/7.x --CFLAGS += -D AICCU_TYPE="\"kame\"" -+CFLAGS += -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" - SRCS += ../common/aiccu_kame.c - OBJS += ../common/aiccu_kame.o --CFLAGS += -pthread -+#CFLAGS += -pthread - endif - endif - - # DragonFlyBSD - ifeq ($(shell uname | grep -c "DragonFly"),1) --CFLAGS += -D _DFBSD -D AICCU_TYPE="\"dragonfly\"" -+CFLAGS += -D _DFBSD -D NEED_IFHEAD -D AICCU_TYPE="\"dragonfly\"" - SRCS += ../common/aiccu_freebsd4.c - OBJS += ../common/aiccu_freebsd4.o - CFLAGS += -pthread |