View | Details | Raw Unified | Return to bug 95316 | Differences between
and this patch

Collapse All | Expand All

(-)devel/plan9port/Makefile (-6 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	plan9port
8
PORTNAME=	plan9port
9
PORTVERSION=	20060214
9
PORTVERSION=	20060402
10
CATEGORIES=	devel plan9
10
CATEGORIES=	devel plan9
11
MASTER_SITES=	http://swtch.com/plan9port/ \
11
MASTER_SITES=	http://swtch.com/plan9port/ \
12
		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
12
		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
Lines 15-22 Link Here
15
MAINTAINER=	serge.gagnon@b2b2c.ca
15
MAINTAINER=	serge.gagnon@b2b2c.ca
16
COMMENT=	Port of the bulk of the Plan9 software build environment to Unix
16
COMMENT=	Port of the bulk of the Plan9 software build environment to Unix
17
17
18
RESTRICTED=	Redistribution is not permitted
19
USE_PERL5=	YES
20
USE_XLIB=	YES
18
USE_XLIB=	YES
21
WRKSRC=		${WRKDIR}/plan9
19
WRKSRC=		${WRKDIR}/plan9
22
PLIST=		${WRKDIR}/.PLIST
20
PLIST=		${WRKDIR}/.PLIST
Lines 43-49 Link Here
43
		sed.1 src.1 tr2post.1 troff2html.1 tweak.1 units.1 vac.1 \
41
		sed.1 src.1 tr2post.1 troff2html.1 tweak.1 units.1 vac.1 \
44
		web.1 wintext.1 ndb.1 passwd.1 secstored.1 tar.1 pem.1 \
42
		web.1 wintext.1 ndb.1 passwd.1 secstored.1 tar.1 pem.1 \
45
		readcons.1 rsa.1 ssh-agent.1 netfiles.1 sftpcache.1 \
43
		readcons.1 rsa.1 ssh-agent.1 netfiles.1 sftpcache.1 \
46
		hist.1 venti.1 yesterday.1 hget.1
44
		hist.1 venti.1 yesterday.1 hget.1 snarfer.1 htmlroff.1 \
45
		resample.1
47
46
48
MAN3=		ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \
47
MAN3=		ioproc.3 bio.3 fmtinstall.3 isalpharune.3 print.3 rune.3 \
49
		runestrcat.3 thread.3 9p.3 matrix.3 arith3.3 ctime.3 \
48
		runestrcat.3 thread.3 9p.3 matrix.3 arith3.3 ctime.3 \
Lines 74-80 Link Here
74
73
75
MAN7=		utf.7 regexp.7 0intro.7 color.7 face.7 font.7 image.7 \
74
MAN7=		utf.7 regexp.7 0intro.7 color.7 face.7 font.7 image.7 \
76
		man.7 map.7 ms.7 plot.7 plumb.7 thumbprint.7 ndb.7 \
75
		man.7 map.7 ms.7 plot.7 plumb.7 thumbprint.7 ndb.7 \
77
		keyboard.7 mpictures.7 venti.7
76
		keyboard.7 mpictures.7 venti.7 mhtml.7 htmlroff.7
78
MAN8=		listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8
77
MAN8=		listen1.8 vbackup.8 venti-backup.8 venti-fmt.8 venti.8
79
78
80
MAN9=		0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \
79
MAN9=		0intro.9p attach.9p clunk.9p error.9p flush.9p open.9p \
Lines 91-97 Link Here
91
90
92
post-patch:
91
post-patch:
93
	${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
92
	${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
94
	 | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}|'
93
	 | ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PREFIX}/plan9|'
95
94
96
do-build:
95
do-build:
97
	cd ${WRKSRC} && ./INSTALL
96
	cd ${WRKSRC} && ./INSTALL
(-)devel/plan9port/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (plan9port-20060214.tgz) = c61f70bf174cee06f3b3533edd4aebc1
1
MD5 (plan9port-20060402.tgz) = d21e18b5ec9fda25ba7c9ce8c51f7ed4
2
SHA256 (plan9port-20060214.tgz) = f658a86509ef10dfc2c0acdf9d71dec7b14b7976b7c58c61aff12ffab44c87fe
2
SHA256 (plan9port-20060402.tgz) = f40ec23b307271b6abfa514d06eaa89a797dbb024abcc5c6852f52c2db0f9b77
3
SIZE (plan9port-20060214.tgz) = 17869142
3
SIZE (plan9port-20060402.tgz) = 22501927
(-)devel/plan9port/files/pkg-message.in (-5 / +7 lines)
Lines 5-16 Link Here
5
BUGS
5
BUGS
6
This port can cause some problems if you install certain
6
This port can cause some problems if you install certain
7
ports:
7
ports:
8
www/mozilla -> $PLAN9/bin/zip (mozilla doesn't build if
8
- www/mozilla need archivers/zip to build. If zip
9
archivers/zip is not already installed)
9
is not installed before you build it, this port will
10
x11/kdebase3 -> build crash in a fish.cpp file
10
detect $PLAN9/bin/zip and try to use it unsuccessfully
11
because they do not share the same options.
11
12
13
- x11/kdebase3 build crash in a fish.cpp file if you try
14
to build it with $PLAN9.
12
I suggest you to unset $PLAN9 before building any other ports
15
I suggest you to unset $PLAN9 before building any other ports
13
if you don't want to fall into these problems and reset it after.
16
if you don't want to fall into these problems and reset it after.
14
17
15
venti/fmt* commands works only with normal files but the
18
- venti/fmt* commands work only with normal files.
16
author is actually working on it.

Return to bug 95316