head 1.5; access; symbols pkgsrc-2020Q1:1.4.0.22 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.44 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.40 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.38 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.36 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.34 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.32 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.30 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.28 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.26 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.24 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.20 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.18 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.4.0.16 pkgsrc-2016Q4-base:1.4 pkgsrc-2016Q3:1.4.0.14 pkgsrc-2016Q3-base:1.4 pkgsrc-2016Q2:1.4.0.12 pkgsrc-2016Q2-base:1.4 pkgsrc-2016Q1:1.4.0.10 pkgsrc-2016Q1-base:1.4 pkgsrc-2015Q4:1.4.0.8 pkgsrc-2015Q4-base:1.4 pkgsrc-2015Q3:1.4.0.6 pkgsrc-2015Q3-base:1.4 pkgsrc-2015Q2:1.4.0.4 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.2 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.2.0.4 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.2 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.1.0.10 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.8 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2020.05.17.00.47.06; author tnn; state dead; branches; next 1.4; commitid by06jUrXKAUzQw8C; 1.4 date 2015.03.02.03.53.26; author tnn; state Exp; 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 2014.09.13.14.35.25; author joerg; state Exp; branches; next 1.1; commitid sMigAY6fTj443cQx; 1.1 date 2013.06.02.06.12.28; author ryoon; state Exp; branches; next ; commitid j8SPqZax02Hdk0Sw; desc @@ 1.5 log @retire lang/openjdk7 @ text @$NetBSD: patch-langtools_make_build.xml,v 1.4 2015/03/02 03:53:26 tnn Exp $ * Avoid *.orig files. --- langtools/make/build.xml.orig 2015-01-26 15:22:25.000000000 +0000 +++ langtools/make/build.xml @@@@ -235,7 +235,8 @@@@ - + + @ 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 @d1 1 a1 1 $NetBSD$ @ 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-langtools_make_build.xml,v 1.2 2014/09/13 14:35:25 joerg Exp $ d5 1 a5 1 --- langtools/make/build.xml.orig 2014-01-01 05:54:07.000000000 +0000 d17 1 a17 22 @@@@ -336,7 +337,10 @@@@ classpath="${dist.lib.dir}/javac.jar" includeAntRuntime="no" debug="${javac.debug}" - debuglevel="${javac.debuglevel}"/> + debuglevel="${javac.debuglevel}"> + + + + + @@@@ -804,6 +810,7 @@@@ a24 21 @@@@ -857,7 +864,10 @@@@ srcdir="${make.tools.dir}/CompileProperties" destdir="${build.toolclasses.dir}/" classpath="${ant.core.lib}" - includeantruntime="false"/> + includeantruntime="false"> + + + @@@@ -874,6 +884,8 @@@@ classpath="${ant.core.lib}" includeantruntime="false"> + + d34 1 a34 1 + d53 1 a53 1 + d63 1 a63 1 + @ 1.1 log @Update to 1.7.21 (7u21) * Update with FreeBSD ports' patch-set file. * Add patches from icedtea's rhino.patch file. * Tested on NetBSD/amd64 current, NetBSD/i386 6.1, NetBSD/amd64 6.0.1, and DragonFly/i386 3.2.2. Changelog: * Unknown because I do not know previous version, 1.7.0.147.20110811. * Many bugs and security bugs should be fixed. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- langtools/make/build.xml.orig 2012-08-10 17:39:19.000000000 +0000 d17 22 a38 1 @@@@ -804,6 +805,7 @@@@ d46 21 @