diff options
author | pav <pav@FreeBSD.org> | 2006-01-01 08:11:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-01 08:11:02 +0800 |
commit | 2c123198ab61ee9f6b585438cc651c988a9c732e (patch) | |
tree | 110c92affb718c9aa666bbf34a56f7ce04c8d077 /devel | |
parent | e817b431a7e836ca5fff0517be07c59dcff620e0 (diff) | |
download | freebsd-ports-gnome-2c123198ab61ee9f6b585438cc651c988a9c732e.tar.gz freebsd-ports-gnome-2c123198ab61ee9f6b585438cc651c988a9c732e.tar.zst freebsd-ports-gnome-2c123198ab61ee9f6b585438cc651c988a9c732e.zip |
- Update to 20051231
PR: ports/91150
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/plan9port/Makefile | 3 | ||||
-rw-r--r-- | devel/plan9port/distinfo | 6 | ||||
-rw-r--r-- | devel/plan9port/files/pkg-message.in | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 71e30209f360..986858c132ea 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -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 @@ MAN8= listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8 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 --git a/devel/plan9port/distinfo b/devel/plan9port/distinfo index d6f613fac81a..5a39139f2084 100644 --- a/devel/plan9port/distinfo +++ b/devel/plan9port/distinfo @@ -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 --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in index 39fa690d1ca4..909e5ed1119c 100644 --- a/devel/plan9port/files/pkg-message.in +++ b/devel/plan9port/files/pkg-message.in @@ -2,8 +2,9 @@ Add these to your profile environment. 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 @@ x11/kdebase3 -> build crash in a fish.cpp file 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. |