From owner-freebsd-ports Sat Feb 16 17:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DD6C37B416 for ; Sat, 16 Feb 2002 17:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H1o1w98304; Sat, 16 Feb 2002 17:50:01 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 400EC37B417 for ; Sat, 16 Feb 2002 17:41:43 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id DB9072B6AF for ; Sun, 17 Feb 2002 02:41:39 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 314CA42B; Sun, 17 Feb 2002 12:41:35 +1100 (EST) Message-Id: <20020217014135.314CA42B@k7.mavetju.org> Date: Sun, 17 Feb 2002 12:41:35 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35016: [maintainer-update] net/freenet6 to work on 4.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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