Stacy Millions wrote: : Dug into the build process a bit... they use a bundled version of ant : which doesn't call /usr/local/bin/java (who uses JAVAVM_OPTS). : : Try adding these two lines to the MAKE_ENV of the port's Makefile : JAVACMD=${LOCALBASE}/bin/java \ : JAVAVM_OPTS=-Djava.net.preferIPv4Stack=true \ : : and rerun make. It works for me.
Yup, that seems to have fixed it. Thanks! : but I tend to take the pragmatic approach that when reality disagrees : with the documentation, I believe reality :-) Stupid reality, always getting in the way... _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"