ports/108307: net/sixxs-aiccu fix fetch/build
dirk.meyer at dinoex.sub.org
dirk.meyer at dinoex.sub.org
Wed Jan 24 14:00:35 UTC 2007
>Number: 108307
>Category: ports
>Synopsis: net/sixxs-aiccu fix fetch/build
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 24 14:00:33 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Dirk Meyer
>Release: FreeBSD 6.2-STABLE
>Organization:
privat
>Environment:
any
>Description:
distfile vanished
>How-To-Repeat:
cd /usr/ports/net/sixxs-aiccu && make
>Fix:
apply this patch to the port.
(cvs rm -f files/patch*)
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/sixxs-aiccu/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 20 Jan 2007 01:11:40 -0000 1.3
+++ Makefile 24 Jan 2007 13:43:21 -0000
@@ -6,17 +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 at adviser.com
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
-BROKEN= Unfetchable
-
USE_RC_SUBR= sixxs-aiccu
USE_GMAKE= yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/sixxs-aiccu/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 30 Dec 2006 20:00:45 -0000 1.3
+++ distinfo 24 Jan 2007 13:43:21 -0000
@@ -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
Index: files/patch-common_tun.c
===================================================================
RCS file: files/patch-common_tun.c
diff -N files/patch-common_tun.c
--- files/patch-common_tun.c 30 Dec 2006 20:00:45 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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)
Index: files/patch-unix-console::Makefile
===================================================================
RCS file: files/patch-unix-console::Makefile
diff -N files/patch-unix-console::Makefile
--- files/patch-unix-console::Makefile 30 Dec 2006 20:00:45 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list