FreeBSD Bugzilla – Attachment 37772 Details for
Bug 59997
/usr/local/bin/ant ignores USE_JAVA settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.java.mk.diff
bsd.java.mk.diff (text/plain), 603 bytes, created by
Matthew Seaman
on 2003-12-06 23:20:23 UTC
(
hide
)
Description:
bsd.java.mk.diff
Filename:
MIME Type:
Creator:
Matthew Seaman
Created:
2003-12-06 23:20:23 UTC
Size:
603 bytes
patch
obsolete
>--- bsd.java.mk-bak Sat Dec 6 22:29:42 2003 >+++ bsd.java.mk Sat Dec 6 23:06:38 2003 >@@ -473,6 +473,17 @@ > . endif > . endif > >+# Compilation using Apache ant: propagate JAVA_HOME value to >+# ant environment >+ >+. if defined(USE_ANT) >+. if (${USE_ANT} == "YES") || (${USE_ANT} == "yes") >+ANTCMD??= ${LOCALBASE}/bin/ant >+ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANTCMD} >+BUILD_DEPENDS+= ${ANTCMD}:${PORTSDIR}/devel/apache-ant >+. endif >+. endif >+ > # Define the location of some more executables. > APPLETVIEWER= ${JAVA_HOME}/bin/appletviewer > JAR= ${JAVA_HOME}/bin/jar
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59997
: 37772