From edwin@mavetju.org  Sun Nov 11 13:56:19 2001
Return-Path: <edwin@mavetju.org>
Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141])
	by hub.freebsd.org (Postfix) with ESMTP id 1566637B418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Nov 2001 13:56:19 -0800 (PST)
Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141])
	by topaz.mdcc.cx (Postfix) with ESMTP id B5EAF2B67C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Nov 2001 22:56:08 +0100 (CET)
Received: by k7.mavetju.org (Postfix, from userid 1001)
	id 15731844; Mon, 12 Nov 2001 08:56:02 +1100 (EST)
Message-Id: <20011111215602.15731844@k7.mavetju.org>
Date: Mon, 12 Nov 2001 08:56:02 +1100 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/freenet6: maintainer update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31921
>Category:       ports
>Synopsis:       net/freenet6: maintainer update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    petef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 14:00:01 PST 2001
>Closed-Date:    Tue Nov 20 12:46:03 PST 2001
>Last-Modified:  Tue Nov 20 12:46:19 PST 2001
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

# $FreeBSD: ports/net/freenet6/Makefile,v 1.1 2001/11/08 15:24:23 kevlo Exp $

>Description:

I got a remark that the port didn't work on read-only file systems,
therefor this patch. Thanks to Gregory Neil Shapiro.

>How-To-Repeat:

>Fix:

--- freenet6-old/Makefile	Mon Nov 12 08:42:42 2001
+++ freenet6/Makefile	Mon Nov 12 08:48:10 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	freenet6
 PORTVERSION=	0.9.5
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	# fetch manually
 EXTRACT_SUFX=	.tgz
@@ -50,25 +51,22 @@
 	@${INSTALL_SCRIPT} ${WRKSRC}/template/freebsd4.sh ${PREFIX}/bin/tspc-freebsd4.sh
 	@${INSTALL_MAN} ${WRKSRC}/man/man8/tspc.8 ${PREFIX}/man/man8
 	@${INSTALL_MAN} ${WRKSRC}/man/man5/tspc.conf.5 ${PREFIX}/man/man5
-	@${INSTALL_SCRIPT} ${FILESDIR}/freenet6.sh ${PREFIX}/etc/rc.d/
+	@${INSTALL_SCRIPT} ${WRKSRC}/freenet6.sh ${PREFIX}/etc/rc.d/
 
 post-install:
-	@${CAT} pkg-message
+	@${CAT} ${WRKSRC}/pkg-message
 
 post-patch:
 	@${MV} ${WRKSRC}/src/tspc.c ${WRKSRC}/src/tspc.c.orig
 	@${SED} -e "s|tspc.conf|${PREFIX}/etc/tspc.conf|" < ${WRKSRC}/src/tspc.c.orig > ${WRKSRC}/src/tspc.c
 
-	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/freenet6.sh.in > ${FILESDIR}/freenet6.sh
-	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/pkg-message.in > pkg-message
+	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/freenet6.sh.in > ${WRKSRC}/freenet6.sh
+	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${FILESDIR}/pkg-message.in > ${WRKSRC}/pkg-message
 
 	@${MV} ${WRKSRC}/man/man8/tspc.8 ${WRKSRC}/man/man8/tspc.8.orig
 	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${WRKSRC}/man/man8/tspc.8.orig > ${WRKSRC}/man/man8/tspc.8
 
 	@${MV} ${WRKSRC}/man/man5/tspc.conf.5 ${WRKSRC}/man/man5/tspc.conf.5.orig
 	@${SED} -e "s|@@PREFIX@@|${PREFIX}|g" < ${WRKSRC}/man/man5/tspc.conf.5.orig > ${WRKSRC}/man/man5/tspc.conf.5
-
-post-clean:
-	@${RM} -f ${FILESDIR}/freenet6.sh
 
 .include <bsd.port.post.mk>
--- freenet6-old/pkg-message	Mon Nov 12 08:42:42 2001
+++ freenet6/pkg-message	Mon Nov 12 08:43:00 2001
@@ -4,4 +4,4 @@
 - Check the values of /usr/local/etc/tspc.conf. If you have registered at
   the website, fill in your userid and password there.
 - Run /usr/local/etc/rc.d/freenet6.sh to start the tunnel.
-- Try to ping a IPv6 host, for example: ping6 mud6.fataldimensions.org
+- Try to ping a IPv6 host, for example: ping6 www.jp.FreeBSD.org
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->petef 
Responsible-Changed-By: petef 
Responsible-Changed-When: Sun Nov 11 15:31:56 PST 2001 
Responsible-Changed-Why:  
I'm working with the submitter on this 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31921 
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Tue Nov 20 12:46:03 PST 2001 
State-Changed-Why:  
Committed, thanks!  Sorry for the delay... finally on break from school! :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31921 
>Unformatted:
