summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty>2015-06-27 06:30:03 +0000
committerdsainty <dsainty>2015-06-27 06:30:03 +0000
commit13da1941fd58efd5988a1b48e6a8537e57e0c255 (patch)
tree177a098395c795f6621fa49f8517ca8716aea628
parent61d9eff8105a0ef0ae107a04d502e2750930da7c (diff)
downloadpkgsrc-13da1941fd58efd5988a1b48e6a8537e57e0c255.tar.gz
Add oracle-jdk8 to the accepted list.
NB: I'm not game enough to do it in the freeze, but it looks like the JVM version detection patching could be removed - it appears no longer necessary now that Pkgsrc passes in the correct RXTX_PATH and JHOME_PATH itself. At any rate, adding version 8 is not required for the oracle-jdk8 build to complete smoothly.
-rw-r--r--comms/java-rxtx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/java-rxtx/Makefile b/comms/java-rxtx/Makefile
index 3c07cd25249..b635f7ea16f 100644
--- a/comms/java-rxtx/Makefile
+++ b/comms/java-rxtx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/05/14 18:12:11 dsainty Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/27 06:30:03 dsainty Exp $
#
DISTNAME= rxtx-2.1-7r2
@@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
# Configuration looks for certain versions of JDK - this list can be expanded
# if the patches are also appropriately updated.
-PKG_JVMS_ACCEPTED= openjdk7 sun-jdk7 sun-jdk6 sun-jdk15 sun-jdk14
+PKG_JVMS_ACCEPTED= oracle-jdk8 openjdk7 sun-jdk7 sun-jdk6 sun-jdk15 sun-jdk14
.include "../../mk/bsd.prefs.mk"