pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add Solaris 10 i386 and x86_64 as a supported platf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/333dab09093e
branches:  trunk
changeset: 627980:333dab09093e
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Dec 27 00:11:38 2013 +0000

description:
Add Solaris 10 i386 and x86_64 as a supported platforms for "sun-jdk16".
This allows "pkgsrc" to detect the Java 1.6 bundled with recent
Solaris 10 update releases.

Change during freeze approved by Greg Troxel.

diffstat:

 mk/java-vm.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 53b88cc617bf -r 333dab09093e mk/java-vm.mk
--- a/mk/java-vm.mk     Thu Dec 26 23:30:41 2013 +0000
+++ b/mk/java-vm.mk     Fri Dec 27 00:11:38 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.93 2013/12/25 22:04:30 tron Exp $
+# $NetBSD: java-vm.mk,v 1.94 2013/12/27 00:11:38 tron Exp $
 #
 # This Makefile fragment handles Java dependencies and make variables,
 # and is meant to be included by packages that require Java either at
@@ -133,7 +133,9 @@
        Linux-*-i[3-6]86 \
        Linux-*-x86_64 \
        NetBSD-*-i386 NetBSD-*-x86_64 \
+       SunOS-5.10-i386 \
        SunOS-5.10-sparc \
+       SunOS-5.10-x86_64 \
        SunOS-5.11-i386 \
        SunOS-5.11-x86_64
 _ONLY_FOR_PLATFORMS.openjdk7= \



Home | Main Index | Thread Index | Old Index