Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 12:41:35 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35016: [maintainer-update] net/freenet6 to work on 4.5
Message-ID:  <20020217014135.314CA42B@k7.mavetju.org>

next in thread | raw e-mail | index | archive | help

>Number:         35016
>Category:       ports
>Synopsis:       [maintainer-update] net/freenet6 to work on 4.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 16 17:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri Feb 1 09:51:30 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

# $FreeBSD: ports/net/freenet6/Makefile,v 1.2 2001/11/20 20:45:51 petef Exp $

FreeBSD 4.5

>Description:

With this patch it is possible to run the Freenet6 service on freebsd 4.5

>How-To-Repeat:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=167189+0+current/freebsd-net

>Fix:

--- freenet6-old/Makefile	Sun Feb 17 12:19:01 2002
+++ freenet6/Makefile	Sun Feb 17 12:20:24 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	freenet6
 PORTVERSION=	0.9.5
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	# fetch manually
 EXTRACT_SUFX=	.tgz
--- freenet6-old/files/patch-template-freebsd44.sh	Sun Feb 17 12:19:01 2002
+++ freenet6/files/patch-template-freebsd44.sh	Sun Feb 17 12:19:47 2002
@@ -1,9 +1,11 @@
---- template/freebsd44.sh.orig	Tue Aug 28 04:15:58 2001
-+++ template/freebsd44.sh	Thu Oct 11 15:22:00 2001
-@@ -106,6 +106,9 @@
+--- template/freebsd44.sh.orig	Thu Nov  8 03:54:41 2001
++++ template/freebsd44.sh	Sun Feb 17 12:18:47 2002
+@@ -117,7 +117,10 @@
+ 
     # Delete any default IPv6 route first
-    Exec $route delete -inet6 default
-    Exec $route add -inet6 default  -interface $TSP_TUNNEL_INTERFACE
+    ExecNoCheck $route delete -inet6 default
+-   Exec $route add -inet6 default  -interface $TSP_TUNNEL_INTERFACE
++   Exec $route add -inet6 default $TSP_SERVER_ADDRESS_IPV6
 +
 +   # Save interface for later
 +   echo $TSP_TUNNEL_INTERFACE > /var/run/tspc.if

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217014135.314CA42B>