diff -urN devel/plan9port.orig/Makefile devel/plan9port/Makefile --- devel/plan9port.orig/Makefile Fri Dec 30 00:07:46 2005 +++ devel/plan9port/Makefile Sat Dec 31 15:51:36 2005 @@ -6,7 +6,7 @@ # PORTNAME= plan9port -PORTVERSION= 20051228 +PORTVERSION= 20051231 CATEGORIES= devel plan9 MASTER_SITES= http://swtch.com/plan9port/ \ ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ @@ -84,6 +84,7 @@ MAN9= 0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \ openfd.9p read.9p remove.9p stat.9p version.9p walk.9p MANCOMPRESSED= no +NOMANCOMPRESS= yes EMPTY_DIRS= plan9/log \ plan9/bin/lpbin \ diff -urN devel/plan9port.orig/distinfo devel/plan9port/distinfo --- devel/plan9port.orig/distinfo Fri Dec 30 00:07:46 2005 +++ devel/plan9port/distinfo Sat Dec 31 15:51:36 2005 @@ -1,3 +1,3 @@ -MD5 (plan9port-20051228.tgz) = 7ce9773ab40280caee7c29a1f5d49930 -SHA256 (plan9port-20051228.tgz) = 3bf5175a66467ea3ac31a8e40b9052f7a15160f39e1c96090d429610b198b90b -SIZE (plan9port-20051228.tgz) = 18374917 +MD5 (plan9port-20051231.tgz) = 712d893f62426800d0894959af81c012 +SHA256 (plan9port-20051231.tgz) = 8ecc59889b450193ee24c20f68e120573b6a60cf64dd3ebb3bc2c081a4fc1206 +SIZE (plan9port-20051231.tgz) = 18376484 diff -urN devel/plan9port.orig/files/pkg-message.in devel/plan9port/files/pkg-message.in --- devel/plan9port.orig/files/pkg-message.in Fri Dec 30 00:07:46 2005 +++ devel/plan9port/files/pkg-message.in Sat Dec 31 16:04:19 2005 @@ -2,8 +2,9 @@ PLAN9=%%PREFIX%%/plan9; export PLAN9 PATH=$PATH:$PLAN9/bin; export PATH +BUGS This port can cause some problems if you install certain -ports +ports: www/mozilla -> $PLAN9/bin/zip (mozilla doesn't build if archivers/zip is not already installed) x11/kdebase3 -> build crash in a fish.cpp file @@ -11,3 +12,5 @@ I suggest you to unset $PLAN9 before building any other ports if you don't want to fall into these problems et reset it after. +venti/fmt* commands works only with normal files but the +author is actually working on it.