Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk7 lang/openjdk7: remove redundant patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f857f96c3ec
branches:  trunk
changeset: 431761:7f857f96c3ec
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 14:09:24 2020 +0000

description:
lang/openjdk7: remove redundant patch

This is already taken care of by SUBST_CLASSES+=ccspath.

diffstat:

 lang/openjdk7/distinfo                                                       |   3 +-
 lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh |  14 ----------
 2 files changed, 1 insertions(+), 16 deletions(-)

diffs (35 lines):

diff -r 77aa1a385b7b -r 7f857f96c3ec lang/openjdk7/distinfo
--- a/lang/openjdk7/distinfo    Sat May 16 14:05:15 2020 +0000
+++ b/lang/openjdk7/distinfo    Sat May 16 14:09:24 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.94 2020/03/22 21:22:20 joerg Exp $
+$NetBSD: distinfo,v 1.95 2020/05/16 14:09:24 rillig Exp $
 
 SHA1 (openjdk7/apache-ant-1.9.4-bin.tar.bz2) = 99bff3c702dd79076f4e705e3541f7e35bbb4306
 RMD160 (openjdk7/apache-ant-1.9.4-bin.tar.bz2) = 7f4263d617bbf40a15eab401369d18a755f8d260
@@ -71,7 +71,6 @@
 SHA1 (patch-hotspot_make_bsd_makefiles_defs.make) = 0606206a28b741ee7c3c34cf62a3a227238fb98c
 SHA1 (patch-hotspot_make_bsd_makefiles_zeroshark.make) = fe0e3d001f2ff996c44dd977595e08c06f911773
 SHA1 (patch-hotspot_make_solaris_makefiles_adlc.make) = 1d1be862ed0d8fc3da4710da169ad5a965d9df14
-SHA1 (patch-hotspot_make_solaris_makefiles_build__vm__def.sh) = 54d197a94d27406f2957b5c2a7a7982866f99239
 SHA1 (patch-hotspot_make_solaris_makefiles_debug.make) = 5d3003a2b98501cb17695d11f8d3bfc7737657bd
 SHA1 (patch-hotspot_make_solaris_makefiles_dtrace.make) = 28be4be89a94373ed5f8bee67b581df6d5f2a28c
 SHA1 (patch-hotspot_make_solaris_makefiles_fastdebug.make) = 03bc8db5ac6623b63860a76d2d5cc4f26c44617b
diff -r 77aa1a385b7b -r 7f857f96c3ec lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh
--- a/lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh      Sat May 16 14:05:15 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-hotspot_make_solaris_makefiles_build__vm__def.sh,v 1.1 2013/06/15 09:31:05 jperkin Exp $
-
-Fix path to nm.
-
---- hotspot/make/solaris/makefiles/build_vm_def.sh.orig        2013-02-19 23:21:59.000000000 +0000
-+++ hotspot/make/solaris/makefiles/build_vm_def.sh
-@@ -1,6 +1,6 @@
- #!/bin/sh
- 
--/usr/ccs/bin/nm -p $* \
-+/usr/bin/nm -p $* \
-     | awk '{
-           if ($2 == "U") next
-           if ($3 ~ /^__1c.*__vtbl_$/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";"



Home | Main Index | Thread Index | Old Index