diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-16 14:09:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-16 14:09:24 +0000 |
commit | 8c8b422ee58010a58711ec9cf091449cb39e9983 (patch) | |
tree | 9cd7f83d6a01f397827145b80edbd95d5f3a0a3a /lang | |
parent | 1fd4ef38a8b569bb648cc50e1b1517c747a36fdc (diff) | |
download | pkgsrc-8c8b422ee58010a58711ec9cf091449cb39e9983.tar.gz |
lang/openjdk7: remove redundant patch
This is already taken care of by SUBST_CLASSES+=ccspath.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/openjdk7/distinfo | 3 | ||||
-rw-r--r-- | lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh | 14 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lang/openjdk7/distinfo b/lang/openjdk7/distinfo index ff48bec7c6c..f06e252daaf 100644 --- a/lang/openjdk7/distinfo +++ b/lang/openjdk7/distinfo @@ -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_Makefile) = 6e7ddd879726f4780c7fae691674fbf5259a3b8 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 --git a/lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh b/lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh deleted file mode 100644 index d0cfe527299..00000000000 --- a/lang/openjdk7/patches/patch-hotspot_make_solaris_makefiles_build__vm__def.sh +++ /dev/null @@ -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 ";" |