Avoid pointyhat failure from maven downloading files during the build by using the pre-compiled jar, unless WITH_COMPILE is set Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
Hey Rob, Thanks for fixing this so quickly! I've added an OPTION for WITH_COMPILE, and moved the MASTER_SITES line back to the traditional place so as not to make the port's Makefile look too weird. If you approve of these, I'll commit it. Of course, if you don't like either/both of the changes I'll yank them straight back out again! What do you think? Chris http://www.bayofrum.net/~crees/patches/jrosetta-compile-option.diff.txt
On Sun, Nov 6, 2011 at 6:26 AM, Chris Rees <utisoft@gmail.com> wrote: > http://www.bayofrum.net/~crees/patches/jrosetta-compile-option.diff.txt > Yes, this is fine. -- Rob Farmer
crees 2011-11-06 17:40:59 UTC FreeBSD ports repository Modified files: java/jrosetta Makefile distinfo Log: Make compilation from source an option-- maven downloads extra files, thus breaking on package building. PR: ports/162323 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Pointyhat to: crees Revision Changes Path 1.4 +33 -7 ports/java/jrosetta/Makefile 1.4 +4 -0 ports/java/jrosetta/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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!