head 1.7; access; symbols pkgsrc-2020Q1:1.6.0.36 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.6.0.58 pkgsrc-2019Q4-base:1.6 pkgsrc-2019Q3:1.6.0.54 pkgsrc-2019Q3-base:1.6 pkgsrc-2019Q2:1.6.0.52 pkgsrc-2019Q2-base:1.6 pkgsrc-2019Q1:1.6.0.50 pkgsrc-2019Q1-base:1.6 pkgsrc-2018Q4:1.6.0.48 pkgsrc-2018Q4-base:1.6 pkgsrc-2018Q3:1.6.0.46 pkgsrc-2018Q3-base:1.6 pkgsrc-2018Q2:1.6.0.44 pkgsrc-2018Q2-base:1.6 pkgsrc-2018Q1:1.6.0.42 pkgsrc-2018Q1-base:1.6 pkgsrc-2017Q4:1.6.0.40 pkgsrc-2017Q4-base:1.6 pkgsrc-2017Q3:1.6.0.38 pkgsrc-2017Q3-base:1.6 pkgsrc-2017Q2:1.6.0.34 pkgsrc-2017Q2-base:1.6 pkgsrc-2017Q1:1.6.0.32 pkgsrc-2017Q1-base:1.6 pkgsrc-2016Q4:1.6.0.30 pkgsrc-2016Q4-base:1.6 pkgsrc-2016Q3:1.6.0.28 pkgsrc-2016Q3-base:1.6 pkgsrc-2016Q2:1.6.0.26 pkgsrc-2016Q2-base:1.6 pkgsrc-2016Q1:1.6.0.24 pkgsrc-2016Q1-base:1.6 pkgsrc-2015Q4:1.6.0.22 pkgsrc-2015Q4-base:1.6 pkgsrc-2015Q3:1.6.0.20 pkgsrc-2015Q3-base:1.6 pkgsrc-2015Q2:1.6.0.18 pkgsrc-2015Q2-base:1.6 pkgsrc-2015Q1:1.6.0.16 pkgsrc-2015Q1-base:1.6 pkgsrc-2014Q4:1.6.0.14 pkgsrc-2014Q4-base:1.6 pkgsrc-2014Q3:1.6.0.12 pkgsrc-2014Q3-base:1.6 pkgsrc-2014Q2:1.6.0.10 pkgsrc-2014Q2-base:1.6 pkgsrc-2014Q1:1.6.0.8 pkgsrc-2014Q1-base:1.6 pkgsrc-2013Q4:1.6.0.6 pkgsrc-2013Q4-base:1.6 pkgsrc-2013Q3:1.6.0.4 pkgsrc-2013Q3-base:1.6 pkgsrc-2013Q2:1.6.0.2 pkgsrc-2013Q2-base:1.6 pkgsrc-2013Q1:1.4.0.8 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.4 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.2 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.3.0.6 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.2 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2020.05.17.00.47.06; author tnn; state dead; branches; next 1.6; commitid by06jUrXKAUzQw8C; 1.6 date 2013.06.15.09.31.05; author jperkin; state Exp; branches; next 1.5; commitid gr72iqj6cRdUZGTw; 1.5 date 2013.06.02.06.12.28; author ryoon; state Exp; branches; next 1.4; commitid j8SPqZax02Hdk0Sw; 1.4 date 2012.05.22.05.57.50; author joerg; state Exp; branches; next 1.3; 1.3 date 2011.08.21.22.57.55; author tnn; state Exp; branches; next 1.2; 1.2 date 2009.10.18.10.21.01; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.10.14.11.26.15; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.14.11.26.15; author tnn; state Exp; branches; next ; desc @@ 1.7 log @retire lang/openjdk7 @ text @$NetBSD: patch-ab,v 1.6 2013/06/15 09:31:05 jperkin Exp $ We use LD_LIBRARY_PATH. --- jdk/make/common/shared/Sanity.gmk.orig 2012-08-10 17:21:34.000000000 +0000 +++ jdk/make/common/shared/Sanity.gmk @@@@ -521,12 +521,7 @@@@ sane-variant: # LD_LIBRARY_PATH should not be set, unless you are insane. ###################################################### sane-ld_library_path: -ifdef LD_LIBRARY_PATH - @@$(ECHO) "ERROR: Your LD_LIBRARY_PATH environment variable is set. This may \n" \ - " produce binaries binaries incorrectly. Please unset it \n" \ - " and start your build again. \n" \ - "" >> $(ERROR_FILE) -endif + true ###################################################### # LD_LIBRARY_PATH_64 should not be set, unless you are insane. @@@@ -813,7 +808,8 @@@@ ifdef OPENJDK @@(($(CD) $(BUILDDIR)/tools/freetypecheck && $(MAKE)) || \ $(ECHO) "Failed to build freetypecheck." ) > $@@ - sane-freetype: $(TEMPDIR)/freetypeinfo + sane-freetype: + sane-freetype_: $(TEMPDIR)/freetypeinfo @@if [ "`$(CAT) $< | $(GREP) Fail`" != "" ]; then \ $(ECHO) "ERROR: FreeType version " $(REQUIRED_FREETYPE_VERSION) \ " or higher is required. \n" \ @ 1.6 log @Add SunOS/GCC support. With huge thanks to "jesse" from #SmartOS who did the bulk of the porting work. Tested on SmartOS 32-bit. 64-bit builds currently fail, they should hopefully be fixed soon. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.5 2013/06/02 06:12:28 ryoon Exp $ @ 1.5 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 3 a3 1 $NetBSD: patch-ab,v 1.4 2012/05/22 05:57:50 joerg Exp $ @ 1.4 log @Fix rpath usage. Discussed with tnn@@, tested on i386 by hans@@ and on amd64 by me. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2011/08/21 22:57:55 tnn Exp $ d3 1 a3 1 --- jdk/make/common/shared/Sanity.gmk.orig 2012-05-06 14:17:19.000000000 +0000 d5 1 a5 1 @@@@ -517,12 +517,7 @@@@ sane-variant: d19 1 a19 1 @@@@ -809,7 +804,8 @@@@ ifdef OPENJDK @ 1.3 log @Update openjdk7 package to openjdk7-1.7.0.447.20110811. - based on openjdk7 b147 and the bsd-port branch as of 20110811. - integrates mozilla rhino 1.7R3 scripting support based on patches from icedtea7 snapshot as of 20110819. - refresh bootstrap kits - tested on NetBSD 5.0/current, i386/amd64 and DragonFlyBSD 2.10 i386. Upstream changes: mostly bugfixes. Perhaps also noteworthy is that the zero assembler port has been integrated which should open up for wider platform support in pkgsrc in the future. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- jdk/make/common/shared/Sanity.gmk.orig 2011-08-11 12:31:36.000000000 +0000 d5 15 a19 1 @@@@ -809,7 +809,8 @@@@ ifdef OPENJDK @ 1.2 log @Add initial support for DragonFly/i386 2.4. (only build tested) @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2009/10/14 11:26:15 tnn Exp $ d3 1 a3 1 --- jdk/make/common/shared/Sanity.gmk.orig 2008-12-21 21:41:14.000000000 +0100 d5 1 a5 1 @@@@ -787,7 +787,8 @@@@ $(TEMPDIR)/freetypeinfo: FRC d9 3 a11 3 -sane-freetype: $(TEMPDIR)/freetypeinfo +sane-freetype: +sane-freetype_: $(TEMPDIR)/freetypeinfo @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- ./jdk/make/common/shared/Sanity.gmk.orig 2008-12-21 21:41:14.000000000 +0100 +++ ./jdk/make/common/shared/Sanity.gmk @ 1.1.1.1 log @Might as well import this now to let a wider audience experiment with it. This is openjdk 1.7.0 b72 + bsd-port. From pkgsrc-wip. @ text @@