View | Details | Raw Unified | Return to bug 144034
Collapse All | Expand All

(-)plan9port/Makefile (-7 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	plan9port
8
PORTNAME=	plan9port
9
PORTVERSION=	20080909
9
PORTVERSION=	20100217
10
PORTREVISION=	1
11
CATEGORIES=	devel plan9
10
CATEGORIES=	devel plan9
12
MASTER_SITES=	http://swtch.com/plan9port/ \
11
MASTER_SITES=	http://swtch.com/plan9port/ \
13
		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
12
		ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
Lines 22-28 Link Here
22
PLIST=		${WRKDIR}/.PLIST
21
PLIST=		${WRKDIR}/.PLIST
23
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
24
REINPLACE_ARGS=	-i ""
23
REINPLACE_ARGS=	-i ""
25
ONLY_FOR_ARCHS=	i386
24
ONLY_FOR_ARCHS=	i386 amd64
26
25
27
PLAN9=		${PREFIX}/plan9
26
PLAN9=		${PREFIX}/plan9
28
MANPREFIX=	${PLAN9}
27
MANPREFIX=	${PLAN9}
Lines 93-102 Link Here
93
92
94
.include <bsd.port.pre.mk>
93
.include <bsd.port.pre.mk>
95
94
96
.if ${OSVERSION} >= 800000
97
BROKEN=		does not build
98
.endif
99
100
post-patch:
95
post-patch:
101
	@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
96
	@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
102
		| ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PLAN9}|'
97
		| ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PLAN9}|'
(-)plan9port/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (plan9port-20080909.tgz) = f8b1afb3c64e6f66952b2329a2559247
1
MD5 (plan9port-20100217.tgz) = 0f3e62a91d6ecc21e0ec38bd0cdfa267
2
SHA256 (plan9port-20080909.tgz) = 583484c8ca0accc39a9d43b0decbfc3597a59a8627917fed3e6535d547551a65
2
SHA256 (plan9port-20100217.tgz) = 8ab52d50e6376606c2d16d3cb1da22f1d91ade6692cbb2a10e02a0e4d37b5455
3
SIZE (plan9port-20080909.tgz) = 22716400
3
SIZE (plan9port-20100217.tgz) = 22824382

Return to bug 144034