pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk7 Explicitly export ANT_OPTS to make sure ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6abcce51d979
branches:  trunk
changeset: 645121:6abcce51d979
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 23 15:43:45 2015 +0000

description:
Explicitly export ANT_OPTS to make sure they are visible.

diffstat:

 lang/openjdk7/distinfo                          |  6 +++---
 lang/openjdk7/patches/patch-jaxp_make_Makefile  |  5 +++--
 lang/openjdk7/patches/patch-jaxws_make_Makefile |  5 +++--
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r bec4d3b4b0a4 -r 6abcce51d979 lang/openjdk7/distinfo
--- a/lang/openjdk7/distinfo    Fri Jan 23 15:10:51 2015 +0000
+++ b/lang/openjdk7/distinfo    Fri Jan 23 15:43:45 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2015/01/09 16:29:04 rumko Exp $
+$NetBSD: distinfo,v 1.62 2015/01/23 15:43:45 joerg Exp $
 
 SHA1 (openjdk7/apache-ant-1.9.4-bin.tar.bz2) = 99bff3c702dd79076f4e705e3541f7e35bbb4306
 RMD160 (openjdk7/apache-ant-1.9.4-bin.tar.bz2) = 7f4263d617bbf40a15eab401369d18a755f8d260
@@ -108,8 +108,8 @@
 SHA1 (patch-hotspot_src_share_vm_utilities_globalDefinitions__gcc.hpp) = fe40909864fc561495b1e15a5bc6c7c6373830b2
 SHA1 (patch-hotspot_src_share_vm_utilities_hashtable.cpp) = 30084c64570e420fbda8fbd36fcd4aa2641eab8e
 SHA1 (patch-jaxp_build.xml) = 9f6b45a11302a652244d6b6e201dbfda7d16773b
-SHA1 (patch-jaxp_make_Makefile) = 42a7e1816c72ab1be206e1056f362407c10b5f7c
-SHA1 (patch-jaxws_make_Makefile) = 63d3f1539afa51d1619b801526bec3941f0fb9a4
+SHA1 (patch-jaxp_make_Makefile) = 8f5f74f62bd6b68a493105524e311eea50003dec
+SHA1 (patch-jaxws_make_Makefile) = 4f2181844246441a930daa80b2dc892fede6e6c3
 SHA1 (patch-jdk_make_com_sun_Makefile) = 5826c64eb1971d69e8b874d6b8a60d25e0d02c5b
 SHA1 (patch-jdk_make_com_sun_java_pack_Makefile) = bb258d4c2235ea780810d980b84b90a0380f3b46
 SHA1 (patch-jdk_make_com_sun_jmx_Makefile) = 65fa2d6191311766cdb5d9933d760cae7955f664
diff -r bec4d3b4b0a4 -r 6abcce51d979 lang/openjdk7/patches/patch-jaxp_make_Makefile
--- a/lang/openjdk7/patches/patch-jaxp_make_Makefile    Fri Jan 23 15:10:51 2015 +0000
+++ b/lang/openjdk7/patches/patch-jaxp_make_Makefile    Fri Jan 23 15:43:45 2015 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-jaxp_make_Makefile,v 1.1 2014/09/13 14:35:25 joerg Exp $
+$NetBSD: patch-jaxp_make_Makefile,v 1.2 2015/01/23 15:43:45 joerg Exp $
 
 --- jaxp/make/Makefile.orig    2014-09-12 20:54:09.000000000 +0000
 +++ jaxp/make/Makefile
-@@ -33,6 +33,7 @@
+@@ -33,6 +33,8 @@
  #
  SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33
  
 +ANT_OPTS += -XX:+UseSerialGC -mx1024m
++export ANT_OPTS
  ifdef QUIET
    ANT_OPTIONS += -quiet
  endif
diff -r bec4d3b4b0a4 -r 6abcce51d979 lang/openjdk7/patches/patch-jaxws_make_Makefile
--- a/lang/openjdk7/patches/patch-jaxws_make_Makefile   Fri Jan 23 15:10:51 2015 +0000
+++ b/lang/openjdk7/patches/patch-jaxws_make_Makefile   Fri Jan 23 15:43:45 2015 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-jaxws_make_Makefile,v 1.1 2014/10/04 22:47:32 joerg Exp $
+$NetBSD: patch-jaxws_make_Makefile,v 1.2 2015/01/23 15:43:45 joerg Exp $
 
 --- jaxws/make/Makefile.orig   2014-10-04 13:30:47.000000000 +0000
 +++ jaxws/make/Makefile
-@@ -33,6 +33,7 @@
+@@ -33,6 +33,8 @@
  #
  SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33
  
 +ANT_OPTS += -XX:+UseSerialGC -mx1024m
++export ANT_OPTS
  ifdef QUIET
    ANT_OPTIONS += -quiet
  endif



Home | Main Index | Thread Index | Old Index