head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.4.0.50 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.48 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.46 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.44 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.34 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.5 date 2010.02.11.02.18.34; author asau; state dead; branches; next 1.4; 1.4 date 2004.04.26.07.10.16; author fredb; state Exp; branches; next 1.3; 1.3 date 2001.05.16.02.27.53; author fredb; state Exp; branches; next 1.2; 1.2 date 2000.08.14.16.51.36; author mjl; state Exp; branches; next 1.1; 1.1 date 2000.02.16.22.02.34; author dmcmahill; state Exp; branches; next ; desc @@ 1.5 log @Update to Squeak3.10.2.7179-basic image. Finish splitting package into VM and Image parts. @ text @$NetBSD: patch-ac,v 1.4 2004/04/26 07:10:16 fredb Exp $ --- platforms/unix/config/config.h.in 2003-09-03 10:43:23.000000000 -0500 +++ platforms/unix/config/config.h.in 2003-09-15 15:15:41.000000000 -0500 @@@@ -65,6 +65,7 @@@@ #undef USE_AUDIO_OSS #undef USE_AUDIO_MACOSX #undef OSS_DEVICE +#undef USE_AUDIO_NETBSD /* header files */ @ 1.4 log @Update Unix VM to 3.6-3, and default image to 3.6-5429. Many improvements and enhancements since 3.0. Notably, display and sound plugins can now be selected at run-time, and support is added for character set conversion. This package also contains a driver for NetBSD native audio, by yours truly. OSS audio requires a newer interface than NetBSD emulation supports, so that doesn't build anymore on NetBSD, though it may with third party drivers. NAS builds on NetBSD, but doesn't work. There are new display drivers which build selectively on linux and MacOS, and a new audio driver for MacOS. I'm marking this package ONLY_FOR_PLATFORM=NetBSD-*-*, though, mainly because the static PLIST that the package presently has can't reflect any of that. This closes PR pkg/17950. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to squeak-3.0pre2. Where to begin? The default image is more sophisticated than 2.7's, including improved speech synthesis, MIDI, graphics, even singing faces. A concise change log is not available. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2000/08/14 16:51:36 mjl Exp $ d3 7 a9 5 --- ../src/unix/sqXWindow.c.orig Fri Mar 23 16:47:37 2001 +++ ../src/unix/sqXWindow.c @@@@ -4220,7 +4220,7 @@@@ error("Segmentation fault"); } d11 1 a11 6 -#ifdef __alpha__ +#if defined(__alpha__) && !defined(__NetBSD__) /* headers for setsysinfo (see below) */ # include # include @@@@ -4254,7 +4254,7 @@@@ a12 7 /* initialisation */ -# if defined(__alpha__) +#if defined(__alpha__) && !defined(__NetBSD__) /* disable printing of unaligned access exceptions */ { int buf[2]= { SSIN_UACPROC, UAC_NOPRINT }; @ 1.2 log @Update to 2.7. A short change log is not available. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/sqXWindow.c.orig Mon Aug 14 18:14:23 2000 +++ src/sqXWindow.c Mon Aug 14 18:15:35 2000 @@@@ -2960,7 +2960,7 @@@@ d14 1 a14 1 @@@@ -2972,7 +2972,7 @@@@ d18 1 a18 1 -#ifdef __alpha__ @ 1.1 log @-install missing .source file -change -rdynamic cc flag to -Wl,--export-dynamic for correct operation on ELF. -add a patch to take care of some places where "#ifdef(__alpha__)" was used for OSF dependent code. -patch the configure script to not hard code DEC compilers for alpha's. @ text @d3 4 a6 7 don't use __alpha__ as an operating system check.... This may take some more work if there is an issue with unaligned access on NetBSD, but at least this should compile (the unpatched one won't) --- ./src/sqXWindow.c.orig Mon Oct 18 13:32:08 1999 +++ ./src/sqXWindow.c Wed Feb 16 11:25:57 2000 @@@@ -2830,5 +2830,5 @@@@ d13 3 a15 1 @@@@ -2842,5 +2842,5 @@@@ d22 1 @