Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2001 08:56:02 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31921: net/freenet6: maintainer update
Message-ID:  <20011111215602.15731844@k7.mavetju.org>

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

>Number:         31921
>Category:       ports
>Synopsis:       net/freenet6: maintainer update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 14:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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?20011111215602.15731844>