diff options
author | jkim <jkim@FreeBSD.org> | 2012-10-05 00:13:00 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-10-05 00:13:00 +0800 |
commit | 75ff821924319b2625eb428b527ce77366ae17c5 (patch) | |
tree | 8db06bea383aeba6a65868bf99a46c3ba12cd8ec /java/openjdk7 | |
parent | ef8c7d5d863e4e5d4f926fa672a5cb458e8503a0 (diff) | |
download | freebsd-ports-gnome-75ff821924319b2625eb428b527ce77366ae17c5.tar.gz freebsd-ports-gnome-75ff821924319b2625eb428b527ce77366ae17c5.tar.zst freebsd-ports-gnome-75ff821924319b2625eb428b527ce77366ae17c5.zip |
- Reset maintainership. See ports/164941.
- Fix conflicts with java/classpath. Note security provider configuration
is moved to ${PREFIX}/lib/security/SableVM.security. This file is always
loaded first because the short vendor name is SableVM. If it does not
exist, then classpath.security is loaded (java/security/Security.java).
- Reduce Makefile headers, add licenses, and convert to optionsNG.
Diffstat (limited to 'java/openjdk7')
-rw-r--r-- | java/openjdk7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index 8c896a251354..ecdb85ee13dd 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -83,6 +83,7 @@ MAKE_ENV+= LANG="C" \ ALT_PKG_PATH="${LOCALBASE}" \ ALT_PACKAGE_PATH="${LOCALBASE}" \ ANT_HOME="${WRKDIR}/apache-ant-${ANT_VERSION}" \ + JAVACMD="${BOOTSTRAPJDKDIR}/bin/java" \ X11DIR="${LOCALBASE}" \ LOCALDIR="${LOCALBASE}" \ NO_DOCS="true" \ |