Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2006 20:06:24 -0400
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96960: Update port: devel/plan9port to 20060507
Message-ID:  <E1FctGa-000IYl-Nk@quenix1.dyndns.org>
Resent-Message-ID: <200605080010.k480ALiG003871@freefall.freebsd.org>

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

>Number:         96960
>Category:       ports
>Synopsis:       Update port: devel/plan9port to 20060507
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 08 00:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
me
>Environment:
System: FreeBSD quenix1.dyndns.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sat Apr 29 16:26:49 EDT 2006 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386


>Description:

	- Update to 20060507
	- Unbroke on 4.X (I didn't test but the author did)
	- Install initial plumbing rule (install-user:)
	
>How-To-Repeat:
>Fix:


--- patch-plan9port-20060507.diff begins here ---
diff -urN devel/plan9port.orig/Makefile devel/plan9port/Makefile
--- devel/plan9port.orig/Makefile	Sun May  7 19:51:36 2006
+++ devel/plan9port/Makefile	Sun May  7 20:02:47 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	plan9port
-PORTVERSION=	20060402
+PORTVERSION=	20060507
 CATEGORIES=	devel plan9
 MASTER_SITES=	http://swtch.com/plan9port/ \
 		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
@@ -89,12 +89,6 @@
 		plan9/dist/debian \
 		plan9/dist/pkg
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		does not compile
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
 	 | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}/plan9|'
@@ -124,7 +118,13 @@
 		${SH} lib/moveplan9.sh ${WRKSRC}
 	${CHGRP} kmem ${PLAN9}/bin/auxstats
 	${CHMOD} +s ${PLAN9}/bin/auxstats
+	${CHMOD} 4777 ${PLAN9}/news
 	@${ECHO_CMD} ""
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+install-user:
+	${MKDIR} ${HOME}/lib
+	${CP} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing
+	
+
+.include <bsd.port.mk>
diff -urN devel/plan9port.orig/distinfo devel/plan9port/distinfo
--- devel/plan9port.orig/distinfo	Sun May  7 19:51:36 2006
+++ devel/plan9port/distinfo	Sun May  7 19:52:16 2006
@@ -1,3 +1,3 @@
-MD5 (plan9port-20060402.tgz) = d21e18b5ec9fda25ba7c9ce8c51f7ed4
-SHA256 (plan9port-20060402.tgz) = f40ec23b307271b6abfa514d06eaa89a797dbb024abcc5c6852f52c2db0f9b77
-SIZE (plan9port-20060402.tgz) = 22501927
+MD5 (plan9port-20060507.tgz) = 80247558c82b18455a38ee1c76cf8538
+SHA256 (plan9port-20060507.tgz) = b5238365241253408aa783c1e3dcf8a6f16bdf98e55ab35c51ad1b71f4ca8887
+SIZE (plan9port-20060507.tgz) = 22541160
diff -urN devel/plan9port.orig/files/pkg-message.in devel/plan9port/files/pkg-message.in
--- devel/plan9port.orig/files/pkg-message.in	Sun May  7 19:51:36 2006
+++ devel/plan9port/files/pkg-message.in	Sun May  7 19:52:16 2006
@@ -2,6 +2,11 @@
 PLAN9=%%PREFIX%%/plan9; export PLAN9
 PATH=$PATH:$PLAN9/bin; export PATH
 
+This port install a default plumbing file.
+Just cd to the ports directory and type (not as root)
+
+make install-user
+
 BUGS
 This port can cause some problems if you install certain
 ports:
--- patch-plan9port-20060507.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FctGa-000IYl-Nk>