ports/144034: Update devel/plan9port to 20100217 snapshot

Joseph S. Atkinson jsa at wickedmachine.net
Wed Feb 17 06:30:06 UTC 2010


>Number:         144034
>Category:       ports
>Synopsis:       Update devel/plan9port to 20100217 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 17 06:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        
>Organization:
>Environment:
>Description:
Update devel/plan9port to a more recent snapshot.

Under more recent tarballs, amd64 is now supported, and the breakage on FreeBSD 8 has been alleviated. This patch removes those restrictions.

Reported by dforsyth@ via EFNet/#bsdports
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru /usr/ports/devel/plan9port/Makefile plan9port/Makefile
--- /usr/ports/devel/plan9port/Makefile	2010-01-05 15:31:57.000000000 -0500
+++ plan9port/Makefile	2010-02-17 00:40:04.000000000 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	plan9port
-PORTVERSION=	20080909
-PORTREVISION=	1
+PORTVERSION=	20100217
 CATEGORIES=	devel plan9
 MASTER_SITES=	http://swtch.com/plan9port/ \
 		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
@@ -22,7 +21,7 @@
 PLIST=		${WRKDIR}/.PLIST
 SUB_FILES=	pkg-message
 REINPLACE_ARGS=	-i ""
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 
 PLAN9=		${PREFIX}/plan9
 MANPREFIX=	${PLAN9}
@@ -93,10 +92,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800000
-BROKEN=		does not build
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
 		| ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PLAN9}|'
diff -ru /usr/ports/devel/plan9port/distinfo plan9port/distinfo
--- /usr/ports/devel/plan9port/distinfo	2008-10-11 11:23:58.000000000 -0400
+++ plan9port/distinfo	2010-02-17 00:46:10.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (plan9port-20080909.tgz) = f8b1afb3c64e6f66952b2329a2559247
-SHA256 (plan9port-20080909.tgz) = 583484c8ca0accc39a9d43b0decbfc3597a59a8627917fed3e6535d547551a65
-SIZE (plan9port-20080909.tgz) = 22716400
+MD5 (plan9port-20100217.tgz) = 0f3e62a91d6ecc21e0ec38bd0cdfa267
+SHA256 (plan9port-20100217.tgz) = 8ab52d50e6376606c2d16d3cb1da22f1d91ade6692cbb2a10e02a0e4d37b5455
+SIZE (plan9port-20100217.tgz) = 22824382


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



More information about the freebsd-ports-bugs mailing list