diff -urN devel/plan9port.orig/Makefile devel/plan9port/Makefile --- devel/plan9port.orig/Makefile Thu Aug 17 10:21:48 2006 +++ devel/plan9port/Makefile Tue Feb 27 11:51:31 2007 @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20060629 +PORTVERSION= 20070223 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ @@ -15,6 +15,12 @@ MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= Port of the bulk of the Plan9 software build environment to Unix +.include + +.if ${OSVERSION} < 501000 +BROKEN= Does not compile +.endif + USE_XLIB= YES USE_PERL5_BUILD=YES WRKSRC= ${WRKDIR}/plan9 @@ -43,7 +49,7 @@ web.1 wintext.1 ndb.1 passwd.1 secstored.1 tar.1 pem.1 \ readcons.1 rsa.1 ssh-agent.1 netfiles.1 sftpcache.1 \ hist.1 venti.1 yesterday.1 hget.1 snarfer.1 htmlroff.1 \ - resample.1 devdraw.1 + resample.1 devdraw.1 mount.1 MAN3= ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \ runestrcat.3 thread.3 9p.3 matrix.3 arith3.3 ctime.3 \ @@ -71,7 +77,7 @@ acme.3 drawfcall.3 MAN4= 0intro.4 9pserve.4 acme.4 import.4 plumber.4 ramfs.4 \ - vacfs.4 factotum.4 srv.4 + vacfs.4 factotum.4 srv.4 9pfuse.4 MAN7= utf.7 regexp.7 0intro.7 color.7 face.7 font.7 image.7 \ man.7 map.7 ms.7 plot.7 plumb.7 thumbprint.7 ndb.7 \ @@ -127,4 +133,4 @@ @${MKDIR} ${HOME}/lib ${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing -.include +.include diff -urN devel/plan9port.orig/distinfo devel/plan9port/distinfo --- devel/plan9port.orig/distinfo Fri Jun 30 11:03:48 2006 +++ devel/plan9port/distinfo Tue Feb 27 11:51:31 2007 @@ -1,3 +1,3 @@ -MD5 (plan9port-20060629.tgz) = 3761bd764cdf6279b6ecdb420e5f6148 -SHA256 (plan9port-20060629.tgz) = a74f6ac246a055f8bd1b863c8049b3097d952a587fb41be0e0c305e4bf81cca5 -SIZE (plan9port-20060629.tgz) = 22564295 +MD5 (plan9port-20070223.tgz) = 7a4626e8152583fda38f5a740bcbfc14 +SHA256 (plan9port-20070223.tgz) = 673bc282a4080f0b20cd307878bef212c7c9356a6e0be8f8088c7dcd24ec6e57 +SIZE (plan9port-20070223.tgz) = 22618750 diff -urN devel/plan9port.orig/files/pkg-message.in devel/plan9port/files/pkg-message.in --- devel/plan9port.orig/files/pkg-message.in Fri Jun 30 11:03:48 2006 +++ devel/plan9port/files/pkg-message.in Tue Feb 27 11:51:31 2007 @@ -21,3 +21,4 @@ if you don't want to fall into these problems and reset it after. - venti/fmt* commands work only with normal files. +