Updated to latest upstream release. Added a work-around for a (probably?) gcc34-bug that shows up on amd64. Fix: PORTNAME= monotone -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ @@ -57,4 +57,11 @@ .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> +
Please note that the gcc34+amd64 bug was present in mtn 0.37 too (so the package build for FreeBSD-6.3-amd64 won't be good, though the one for 7.0 will be).
State Changed From-To: open->closed Committed, thanks!
pav 2007-12-15 21:36:51 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo Log: - Update to 0.38 - Use gcc42 on amd64 PR: ports/118684 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Revision Changes Path 1.35 +8 -3 ports/devel/monotone/Makefile 1.21 +3 -3 ports/devel/monotone/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"