ports/85633: [update] net/6tunnel to 0.11.r2

Andrej Zverev az at inec.ru
Fri Sep 2 12:20:19 UTC 2005


>Number:         85633
>Category:       ports
>Synopsis:       [update] net/6tunnel to 0.11.r2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 02 12:20:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root at az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Removed file:
	files/patch-configure - removed
	New file:
	files/patch-configure.in
	
>How-To-Repeat:
	
>Fix:

	

--- 6tunnel.diff begins here ---
diff -Nru 6tunnel.orig/Makefile 6tunnel/Makefile
--- 6tunnel.orig/Makefile	Wed Feb 16 15:53:36 2005
+++ 6tunnel/Makefile	Fri Sep  2 15:49:06 2005
@@ -6,20 +6,28 @@
 #
 
 PORTNAME=	6tunnel
-PORTVERSION=	0.11.r1
+PORTVERSION=	0.11.r2
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://toxygen.net/6tunnel/
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}rc1
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}rc2
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	TCP proxy for applications that don't speak IPv6
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
+
 GNU_CONFIGURE=	yes
-ALL_TARGET=	default
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_AUTOCONF_VER=       259
+ALL_TARGET=     default
 
 MAN1=		6tunnel.1
 MANCOMPRESSED=	no
 PLIST_FILES=	bin/6tunnel
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+pre-configure:
+	@cd ${WRKSRC}; ${AUTOCONF}
+
+.include <bsd.port.post.mk>
diff -Nru 6tunnel.orig/distinfo 6tunnel/distinfo
--- 6tunnel.orig/distinfo	Wed Feb 16 15:53:36 2005
+++ 6tunnel/distinfo	Fri Sep  2 15:14:44 2005
@@ -1,2 +1,2 @@
-MD5 (6tunnel-0.11rc1.tar.gz) = b325fa9d238e32195fbb3fc3646b0d28
-SIZE (6tunnel-0.11rc1.tar.gz) = 38126
+MD5 (6tunnel-0.11rc2.tar.gz) = 74e02d4f0704b3083a01feda66033449
+SIZE (6tunnel-0.11rc2.tar.gz) = 17522
diff -Nru 6tunnel.orig/files/patch-configure 6tunnel/files/patch-configure
--- 6tunnel.orig/files/patch-configure	Fri Sep  2 15:30:02 2005
+++ 6tunnel/files/patch-configure	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- configure.orig	Wed Feb 16 13:47:48 2005
-+++ configure	Wed Feb 16 13:48:05 2005
-@@ -3188,6 +3188,8 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/az.h>
- int
- main ()
diff -Nru 6tunnel.orig/files/patch-configure.in 6tunnel/files/patch-configure.in
--- 6tunnel.orig/files/patch-configure.in	Thu Jan  1 03:00:00 1970
+++ 6tunnel/files/patch-configure.in	Fri Sep  2 16:08:36 2005
@@ -0,0 +1,13 @@
+--- configure.in.orig	Sun Nov 24 03:59:24 2002
++++ configure.in	Fri Sep  2 16:04:11 2005
+@@ -18,7 +18,9 @@
+ AC_CHECK_FUNCS(getaddrinfo, , AC_MSG_ERROR([Your system doesn't support IPv6.]))
+ 
+ AC_MSG_CHECKING([for AF_INET6])
+-AC_TRY_COMPILE([#include <netinet/in.h>], [int x = AF_INET6;], [
++AC_TRY_COMPILE([#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>], [int x = AF_INET6;], [
+ 	AC_MSG_RESULT(yes)
+ ], [
+ 	AC_MSG_RESULT(no)
--- 6tunnel.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list