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

(-)Makefile (-5 / +1 lines)
Lines 28-34 Link Here
28
28
29
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
29
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
30
30
31
VERSION=	2007-06-28
31
VERSION=	2007-11-05
32
RESTRICTED=	Source recipient must acknowledge license
32
RESTRICTED=	Source recipient must acknowledge license
33
33
34
FETCH_ENV=	HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
34
FETCH_ENV=	HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
Lines 44-53 Link Here
44
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
45
45
46
INSTALLROOT=	${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
46
INSTALLROOT=	${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
47
48
.if ${ARCH} == "sparc64"
49
BROKEN=	Does not compile on sparc64
50
.endif
51
47
52
do-build:
48
do-build:
53
	@cd ${WRKSRC} && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package make
49
	@cd ${WRKSRC} && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package make

Return to bug 119734