graphics/opengtl used to require llvm built without assertions, then the NO_ASSERT option was added to the llvm port; now, opengtl 0.9.12 doesn't require it anymore Fix: cleanup the description of the NO_ASSERT option (but leave the option, it could be useful to someone) no PORTREVISION bump needed the same fix should be applied to devel/llvm-devel Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->brooks Over to maintainer (via the GNATS Auto Assign Tool)
brooks 2010-01-08 22:21:20 UTC FreeBSD ports repository Modified files: devel/llvm Makefile devel/llvm-devel Makefile Log: graphics/opengtl doesn't require that LLVM assertions be disabled so don't claim it does in the OPTIONS description. PR: ports/141783 Submitted by: Alberto Villa <villa dot alberto at gmail dot com> Revision Changes Path 1.34 +1 -1 ports/devel/llvm-devel/Makefile 1.35 +1 -1 ports/devel/llvm/Makefile _______________________________________________ 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, thanks!