head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.14 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.10 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.14 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.12 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.10 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.8 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.6 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2013.06.02.06.12.28; author ryoon; state dead; branches; next 1.2; commitid j8SPqZax02Hdk0Sw; 1.2 date 2011.08.21.22.57.55; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.10.18.10.21.01; author tnn; state Exp; branches; next ; desc @@ 1.3 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 @$NetBSD: patch-bf,v 1.2 2011/08/21 22:57:55 tnn Exp $ --- jdk/src/solaris/bin/java_md.c.orig 2011-08-20 11:24:21.000000000 +0000 +++ jdk/src/solaris/bin/java_md.c @@@@ -100,7 +100,7 @@@@ extern char **environ; * A collection of useful strings. One should think of these as #define * entries, but actual strings can be more efficient (with many compilers). */ -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__DragonFly__) static const char *system_dir = PACKAGE_PATH "/openjdk7"; static const char *user_dir = "/java"; #elif defined(__NetBSD__) @@@@ -335,6 +335,10 @@@@ RequiresSetenv(int wanted, const char *j char *dmllp = NULL; char *p; /* a utility pointer */ +#if defined(__NetBSD__) || defined(__DragonFly__) + /* We always need this, since there's no $ORIGIN support in rtld. */ + return JNI_TRUE; +#endif llp = getenv("LD_LIBRARY_PATH"); #ifdef __solaris__ dmllp = (CURRENT_DATA_MODEL == 32) @ 1.2 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$ @ 1.1 log @Add initial support for DragonFly/i386 2.4. (only build tested) @ text @d3 1 a3 1 --- jdk/src/solaris/bin/java_md.c.orig 2009-10-17 16:49:37.000000000 +0200 d5 1 a5 1 @@@@ -96,7 +96,7 @@@@ extern char **environ; d14 11 @