Date: Mon, 29 Nov 2004 17:33:42 +0000 (UTC) From: Herve Quiroz <hq@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk Message-ID: <200411291733.iATHXg4C018294@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hq 2004-11-29 17:33:42 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but this conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables are indeed set a default value when none of the them (together with JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause JAVA_RUN not to be set its default value. This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports that use USE_ANT. This patch addresses this issue by moving the statements dealing with default values to have them executed before USE_ANT handling. Approved by: glewis (co-maintainer) Revision Changes Path 1.59 +11 -9 ports/Mk/bsd.java.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411291733.iATHXg4C018294>