1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 20051231

PR:		ports/91150
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-01-01 00:11:02 +00:00
parent a55d7e7f20
commit 677e08a15d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152515
3 changed files with 9 additions and 5 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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.