head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.20 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.18 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.14 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.12 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.36 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.34 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.32 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.30 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.28 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.26 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.24 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.22 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.20 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.18 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.16 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.14 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.3 date 2008.03.25.13.41.45; author wiz; state dead; branches; next 1.2; 1.2 date 2002.11.29.21.15.43; author schmonz; state Exp; branches; next 1.1; 1.1 date 2002.11.25.14.07.43; author schmonz; state Exp; branches; next ; desc @@ 1.3 log @Remove blackdown-j{dk,re}13 and sun-j{dk,re}13. Both have security problems and are not maintained. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13. @ text @$NetBSD: patch-ac,v 1.2 2002/11/29 21:15:43 schmonz Exp $ --- bin/j2sdk-config.orig Sat Mar 16 14:23:41 2002 +++ bin/j2sdk-config @@@@ -25,6 +25,9 @@@@ case "`uname -m`" in sparc*) proc=sparc ;; + bebox | prep | sandpoint | walnut | *ppc) + proc=ppc + ;; *) proc="`uname -m`" ;; @@@@ -64,7 +67,11 @@@@ JREHOME="`${jre}/bin/realpath ${JREHOME} export APPHOME JREHOME # Interpret THREADS_FLAG environment variable, if set. -DEFAULT_THREADS_FLAG=native +if [ "${proc}" = "ppc" ]; then + DEFAULT_THREADS_FLAG=green +else + DEFAULT_THREADS_FLAG=native +fi if [ "${THREADS_FLAG}" = green -o "${THREADS_FLAG}" = native ]; then THREADS_TYPE="${THREADS_FLAG}_threads" elif [ "x${THREADS_FLAG}" = x ]; then @ 1.2 log @Default to green threads on powerpc, as suggested by manu@@. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @- move PLIST elements not found on powerpc to PLIST.i386 - include bsd.pkg.mk explicitly, rather than in Makefile.common - replace dependency on linuxppc_lib with suse_base to get a sufficiently recent glibc - teach the remaining two usages of `uname -m` output about our various powerpc platforms This makes the Blackdown JRE finally work on powerpc again. Note that suse_base requires a Linux kernel version >= 2.2. NetBSD-current's COMPAT_LINUX reports itself as 2.4.18 by default on i386 and powerpc. On NetBSD/powerpc 1.6, you'll need to override the default value of the "emul.linux.kern.osrelease" sysctl. On NetBSD < 1.6, you can try setting the sysctl, but the emulation may be insufficient to run this software properly. Also note that on powerpc, you must specify the "-green" option, because the Classic VM hangs. @ text @d3 1 a3 1 --- bin/j2sdk-config.orig Mon Nov 25 07:10:07 2002 d5 1 a5 1 @@@@ -25,6 +25,9 @@@@ d15 13 @