head 1.4; access; symbols pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2015.03.02.03.53.26; author tnn; state dead; branches; next 1.3; commitid EXGSR4O4Qqkx2Zby; 1.3 date 2015.02.09.00.42.17; author tnn; state Exp; branches; next 1.2; commitid SZIwjRoVn6uEEg9y; 1.2 date 2015.01.23.15.43.45; author joerg; state Exp; branches; next 1.1; commitid XsrO8sRIPeKyca7y; 1.1 date 2014.10.04.22.47.32; author joerg; state Exp; branches; next ; commitid fI0x6Ad5oI676WSx; desc @@ 1.4 log @- put -D__STDC_LIMIT_MACROS on command line instead of patching it everywhere - don't use ALT_JDK_IMPORT_PATH on SunOS, just build like on other platforms - regen all bootstraps to facilitate removal of the +UseSerialGC hacks - bootstrap binaries on FTP are now PGP signed - remove a handful of obsolete patches @ text @$NetBSD: patch-jaxws_make_Makefile,v 1.3 2015/02/09 00:42:17 tnn Exp $ --- jaxws/make/Makefile.orig 2014-10-04 13:30:47.000000000 +0000 +++ jaxws/make/Makefile @@@@ -33,6 +33,8 @@@@ # SUN_MAKE_TEST:sh = @@echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33 +ANT_OPTS += $(PKGSRC_BOOT_JDK_JVMARGS) +export ANT_OPTS ifdef QUIET ANT_OPTIONS += -quiet endif @ 1.3 log @Clean up +UseSerialGC handling and ensure it is set for the entire build. (has anyone analyzed the concurrent GC memory allocation problem?) Bump PKGREVISION for this and previous changes. @ text @d1 1 a1 1 $NetBSD: patch-jaxws_make_Makefile,v 1.2 2015/01/23 15:43:45 joerg Exp $ @ 1.2 log @Explicitly export ANT_OPTS to make sure they are visible. @ text @d1 1 a1 1 $NetBSD: patch-jaxws_make_Makefile,v 1.1 2014/10/04 22:47:32 joerg Exp $ d9 1 a9 1 +ANT_OPTS += -XX:+UseSerialGC -mx1024m @ 1.1 log @Two more cases for serialized GC and memory limits. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -33,6 +33,7 @@@@ d10 1 @