It's very useful to be able to run the regression tests. While here I removed the checks for gcc3.3 and old perl version as it's doubtful that a supported version still doesn't use modern versions.
Responsible Changed From-To: freebsd-ports-bugs->brooks Over to maintainer (via the GNATS Auto Assign Tool)
While here, According to this page: http://wiki.freebsd.org/LowLevelVirtualMachine LLVM does work on SPARC64 with FreeBSD 8.0; it even appears to work better than on ia64. ___________________________________ Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione! http://www.ymailblogit.com/blog/
brooks 2008-06-12 16:16:42 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo pkg-plist Removed files: devel/llvm/files patch-lib_Transforms_Scalar_LoopUnroll.cpp Log: Upgrade LLVM to release 2.3. In theory this should build on every architecture so remove the no-sparc64 bit. Add a MAINTAINER_MODE option to allow debug (very slow) versions to be built and a regression-test target. [1] Submitted by: Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [1] PR: ports/124068 Revision Changes Path 1.21 +18 -17 ports/devel/llvm/Makefile 1.9 +3 -3 ports/devel/llvm/distinfo 1.2 +0 -16 ports/devel/llvm/files/patch-lib_Transforms_Scalar_LoopUnroll.cpp (dead) 1.10 +33 -20 ports/devel/llvm/pkg-plist _______________________________________________ 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"
State Changed From-To: open->closed Committed along with 2.3 upgrade. Thanks.