pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk lang/openjdk8 works under FreeBSD/amd64 10.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b7c04abec08
branches:  trunk
changeset: 362277:3b7c04abec08
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 10 14:04:31 2017 +0000

description:
lang/openjdk8 works under FreeBSD/amd64 10.3

diffstat:

 mk/java-vm.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8cfee0b6aea9 -r 3b7c04abec08 mk/java-vm.mk
--- a/mk/java-vm.mk     Wed May 10 14:01:58 2017 +0000
+++ b/mk/java-vm.mk     Wed May 10 14:04:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.108 2016/12/16 16:27:23 asau Exp $
+# $NetBSD: java-vm.mk,v 1.109 2017/05/10 14:04:31 ryoon Exp $
 #
 # This Makefile fragment handles Java dependencies and make variables,
 # and is meant to be included by packages that require Java either at
@@ -113,6 +113,8 @@
 _PKG_JVM_DEFAULT?=     openjdk8
 .  elif !empty(MACHINE_PLATFORM:MDragonFly-*-*)
 _PKG_JVM_DEFAULT?=     openjdk8
+.  elif !empty(MACHINE_PLATFORM:MFreeBSD-*-*)
+_PKG_JVM_DEFAULT?=     openjdk8
 .  else
 _PKG_JVM_DEFAULT?=     kaffe
 .  endif
@@ -156,7 +158,8 @@
        NetBSD-[7-9]*-sparc64 \
        NetBSD-[7-9]*-earmv[67]hf \
        SunOS-*-i386 \
-       SunOS-*-x86_64
+       SunOS-*-x86_64 \
+       FreeBSD-10.*-x86_64
 _ONLY_FOR_PLATFORMS.sun-jdk7= \
        Darwin-9.*-i386 Darwin-9.*-x86_64 \
        Darwin-[1-9][0-9].*-i386 Darwin-[1-9][0-9].*-x86_64 \



Home | Main Index | Thread Index | Old Index