pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk8 Remove obsole patches and regen distinfo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/074c24f4d5df
branches: trunk
changeset: 326688:074c24f4d5df
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Dec 12 16:04:10 2018 +0000
description:
Remove obsole patches and regen distinfo properly
diffstat:
lang/openjdk8/distinfo | 9 ++++-
lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_jsig.make | 13 -------
lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_adlc.make | 18 ----------
lang/openjdk8/patches/patch-jdk_src_share_native_sun_awt_libpng_pngpriv.h | 16 --------
4 files changed, 8 insertions(+), 48 deletions(-)
diffs (79 lines):
diff -r 045e49785825 -r 074c24f4d5df lang/openjdk8/distinfo
--- a/lang/openjdk8/distinfo Wed Dec 12 15:44:43 2018 +0000
+++ b/lang/openjdk8/distinfo Wed Dec 12 16:04:10 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.63 2018/12/12 14:22:11 ryoon Exp $
+$NetBSD: distinfo,v 1.64 2018/12/12 16:04:10 ryoon Exp $
SHA1 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 7408f52d3bbe35c2b14bbd3215cbf60f1335d334
RMD160 (openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz) = 24f1577b5fc86d137f070aedb4610c8c89e45815
@@ -133,3 +133,10 @@
SHA1 (patch-jdk_src_solaris_native_java_net_NetworkInterface.c) = 6d58169565503ef8e50224fce8380e42cb87baba
SHA1 (patch-jdk_src_solaris_native_java_net_net__util__md.c) = c51d6b0687011a54c27e6253cad33d8f8cc27124
SHA1 (patch-jdk_src_solaris_native_sun_awt_X11Color.c) = cf0f8218e0088b677cd66fd5bc0d575ab08b710f
+SHA1 (patch-jdk_test_Makefile) = 36430647c444dea491ae0c916c6ad7b1a3607ec6
+SHA1 (patch-jdk_test_java_beans_Introspector_4168475_Test4168475.java) = 5fb2dd92820afcca5a04956d81e5244840b513f7
+SHA1 (patch-jdk_test_java_beans_Introspector_4520754_Test4520754.java) = e5d6121d2af74238347baa2d63670f0d520847f8
+SHA1 (patch-jdk_test_java_beans_Introspector_Test4144543.java) = bb0a20f688093f2d60f4a4937ae418fcebfcc7ca
+SHA1 (patch-jdk_test_java_lang_management_OperatingSystemMXBean_GetSystemLoadAverage.java) = 07b071ace2a91acd1968ed670aead67d72f0d490
+SHA1 (patch-jdk_test_sun_security_ec_TestEC.java) = c2db0716408ae1d081b3516b6c866b8f43cf5b6f
+SHA1 (patch-langtools_make_build.xml) = e9dccdb67a0f25b266755f66e520c6420afaf7ba
diff -r 045e49785825 -r 074c24f4d5df lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_jsig.make
--- a/lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_jsig.make Wed Dec 12 15:44:43 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-hotspot_make_bsd_makefiles_jsig.make,v 1.2 2018/09/15 02:51:02 ryoon Exp $
-
---- hotspot/make/bsd/makefiles/jsig.make.orig 2018-09-14 14:55:42.000000000 +0000
-+++ hotspot/make/bsd/makefiles/jsig.make
-@@ -52,7 +52,7 @@ LIBJSIG_MAPFILE = $(MAKEFILES_DIR)/mapfi
- # cause problems with interposing. See CR: 6466665
- # LFLAGS_JSIG += $(MAPFLAG:FILENAME=$(LIBJSIG_MAPFILE))
-
--LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE) $(LDFLAGS_NO_EXEC_STACK)
-+LFLAGS_JSIG += -D_GNU_SOURCE -pthread $(LDFLAGS_HASH_STYLE) $(LDFLAGS_NO_EXEC_STACK) $(EXTRA_LDFLAGS)
-
- # DEBUG_BINARIES overrides everything, use full -g debug information
- ifeq ($(DEBUG_BINARIES), true)
diff -r 045e49785825 -r 074c24f4d5df lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_adlc.make
--- a/lang/openjdk8/patches/patch-hotspot_make_solaris_makefiles_adlc.make Wed Dec 12 15:44:43 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-hotspot_make_solaris_makefiles_adlc.make,v 1.1 2015/07/03 20:40:59 fhajny Exp $
-
-GCC support.
-
---- hotspot/make/solaris/makefiles/adlc.make.orig 2013-02-19 23:21:59.000000000 +0000
-+++ hotspot/make/solaris/makefiles/adlc.make
-@@ -75,9 +75,11 @@ endif
-
- # CFLAGS_WARN holds compiler options to suppress/enable warnings.
- # Compiler warnings are treated as errors
-+ifeq ("${Platform_compiler}", "sparcWorks")
- ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)
- CFLAGS_WARN = +w -errwarn
- endif
-+endif
- CFLAGS += $(CFLAGS_WARN)
-
- ifeq ("${Platform_compiler}", "sparcWorks")
diff -r 045e49785825 -r 074c24f4d5df lang/openjdk8/patches/patch-jdk_src_share_native_sun_awt_libpng_pngpriv.h
--- a/lang/openjdk8/patches/patch-jdk_src_share_native_sun_awt_libpng_pngpriv.h Wed Dec 12 15:44:43 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-jdk_src_share_native_sun_awt_libpng_pngpriv.h,v 1.1 2018/07/24 12:58:45 jperkin Exp $
-
-Fix build on SunOS with C99.
-
---- jdk/src/share/native/sun/awt/libpng/pngpriv.h.orig 2017-11-28 00:13:31.000000000 +0000
-+++ jdk/src/share/native/sun/awt/libpng/pngpriv.h
-@@ -63,7 +63,9 @@
- * Windows/Visual Studio) there is no effect; the OS specific tests below are
- * still required (as of 2011-05-02.)
- */
-+#if !defined(__sun) || (__STDC_VERSION__-0 < 199901L)
- #define _POSIX_SOURCE 1 /* Just the POSIX 1003.1 and C89 APIs */
-+#endif
-
- #ifndef PNG_VERSION_INFO_ONLY
- /* Standard library headers not required by png.h: */
Home |
Main Index |
Thread Index |
Old Index