mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20051231
PR: ports/91150 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= plan9port
|
PORTNAME= plan9port
|
||||||
PORTVERSION= 20051228
|
PORTVERSION= 20051231
|
||||||
CATEGORIES= devel plan9
|
CATEGORIES= devel plan9
|
||||||
MASTER_SITES= http://swtch.com/plan9port/ \
|
MASTER_SITES= http://swtch.com/plan9port/ \
|
||||||
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
|
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 \
|
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
|
openfd.9p read.9p remove.9p stat.9p version.9p walk.9p
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
NOMANCOMPRESS= yes
|
||||||
|
|
||||||
EMPTY_DIRS= plan9/log \
|
EMPTY_DIRS= plan9/log \
|
||||||
plan9/bin/lpbin \
|
plan9/bin/lpbin \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (plan9port-20051228.tgz) = 7ce9773ab40280caee7c29a1f5d49930
|
MD5 (plan9port-20051231.tgz) = 712d893f62426800d0894959af81c012
|
||||||
SHA256 (plan9port-20051228.tgz) = 3bf5175a66467ea3ac31a8e40b9052f7a15160f39e1c96090d429610b198b90b
|
SHA256 (plan9port-20051231.tgz) = 8ecc59889b450193ee24c20f68e120573b6a60cf64dd3ebb3bc2c081a4fc1206
|
||||||
SIZE (plan9port-20051228.tgz) = 18374917
|
SIZE (plan9port-20051231.tgz) = 18376484
|
||||||
|
|
|
@ -2,8 +2,9 @@ Add these to your profile environment.
|
||||||
PLAN9=%%PREFIX%%/plan9; export PLAN9
|
PLAN9=%%PREFIX%%/plan9; export PLAN9
|
||||||
PATH=$PATH:$PLAN9/bin; export PATH
|
PATH=$PATH:$PLAN9/bin; export PATH
|
||||||
|
|
||||||
|
BUGS
|
||||||
This port can cause some problems if you install certain
|
This port can cause some problems if you install certain
|
||||||
ports
|
ports:
|
||||||
www/mozilla -> $PLAN9/bin/zip (mozilla doesn't build if
|
www/mozilla -> $PLAN9/bin/zip (mozilla doesn't build if
|
||||||
archivers/zip is not already installed)
|
archivers/zip is not already installed)
|
||||||
x11/kdebase3 -> build crash in a fish.cpp file
|
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
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue