pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang openjdk*: remove NetBSD major version constraints
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d29b47a4ce3
branches: trunk
changeset: 340109:5d29b47a4ce3
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Sep 22 15:05:06 2019 +0000
description:
openjdk*: remove NetBSD major version constraints
diffstat:
lang/openjdk7/bootstrap.mk | 6 +++---
lang/openjdk8/bootstrap.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 915cbf96748d -r 5d29b47a4ce3 lang/openjdk7/bootstrap.mk
--- a/lang/openjdk7/bootstrap.mk Sun Sep 22 14:47:00 2019 +0000
+++ b/lang/openjdk7/bootstrap.mk Sun Sep 22 15:05:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.21 2018/09/14 15:53:46 tnn Exp $
+# $NetBSD: bootstrap.mk,v 1.22 2019/09/22 15:05:06 tnn Exp $
#
# This file contains a map of available binary bootstrap toolchains
# and which kit to use for each supported platform.
@@ -23,8 +23,8 @@
# All binary kits from now on MUST have an accompanying PGP signature from
# the person who prepared the kit. Unsigned binaries on ftp will be purged.
-ONLY_FOR_PLATFORM= NetBSD-[5678].*-i386 NetBSD-[5678].*-x86_64
-ONLY_FOR_PLATFORM+= NetBSD-[78].*-sparc64 NetBSD-[78].*-earmv[67]hf
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-*-sparc64 NetBSD-*-earmv[67]hf
ONLY_FOR_PLATFORM+= NetBSD-*-aarch64
ONLY_FOR_PLATFORM+= DragonFly-[34].*-* SunOS-*-* FreeBSD-10.*-x86_64
diff -r 915cbf96748d -r 5d29b47a4ce3 lang/openjdk8/bootstrap.mk
--- a/lang/openjdk8/bootstrap.mk Sun Sep 22 14:47:00 2019 +0000
+++ b/lang/openjdk8/bootstrap.mk Sun Sep 22 15:05:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.13 2018/11/12 10:42:07 tnn Exp $
+# $NetBSD: bootstrap.mk,v 1.14 2019/09/22 15:05:06 tnn Exp $
#
# This file contains a map of available binary bootstrap toolchains
# and which kit to use for each supported platform.
@@ -23,8 +23,8 @@
# All binary kits from now on MUST have an accompanying PGP signature from
# the person who prepared the kit. Unsigned binaries on ftp will be purged.
-ONLY_FOR_PLATFORM= NetBSD-[5-9].*-i386 NetBSD-[5-9].*-x86_64
-ONLY_FOR_PLATFORM+= NetBSD-[7-9].*-sparc64 NetBSD-[7-9].*-earmv[67]hf
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-*-sparc64 NetBSD-*-earmv[67]hf
ONLY_FOR_PLATFORM+= NetBSD-*-aarch64
ONLY_FOR_PLATFORM+= DragonFly-[34].*-* SunOS-*-* FreeBSD-10.*-x86_64
ONLY_FOR_PLATFORM+= Linux-*-x86_64
Home |
Main Index |
Thread Index |
Old Index