Changeset: 5e246c43035e Author: kurt Date: 2015-05-15 18:42 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/5e246c43035e
- Add new build variable, OPENJDK_TARGET_OS_VENDOR. This variable allows for more fine grained control of the differences between the various bsd's. Author: Bryan C. Everly (bceverly) ! common/autoconf/platform.m4 Changeset: 3cced2e1fe30 Author: kurt Date: 2015-05-15 18:45 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/3cced2e1fe30 - Set ALSA_NOT_NEEDED=yes for OpenBSD only. - Search for cups headers in /usr/local/include when not found elsewhere. Author: Bryan C. Everly (bceverly) ! common/autoconf/libraries.m4 Changeset: a5eb1ab4d0aa Author: kurt Date: 2015-05-16 12:13 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/a5eb1ab4d0aa - Change cups header check from /usr/local/ to ${PACKAGE_PATH} so that it works on all bsd's ! common/autoconf/libraries.m4 Changeset: 6b8babaf7fcb Author: kurt Date: 2015-05-16 12:13 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/6b8babaf7fcb - Set VAR_OS_VENDOR for NetBSD and FreeBSD too. For !bsd default value to VAR_OS, so that it is always set. ! common/autoconf/platform.m4 Changeset: fdb3e2c6ce2b Author: kurt Date: 2015-05-16 12:14 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/fdb3e2c6ce2b - Make OPENJDK_TARGET_OS_VENDOR variable available for use in makefiles. ! common/autoconf/spec.gmk.in Changeset: fdc54d6b49b3 Author: kurt Date: 2015-05-16 12:14 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/rev/fdc54d6b49b3 - Regenerate generated-configure.sh to pickup autoconf changes. ! common/autoconf/generated-configure.sh