head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.46 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.44 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.42 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.40 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.38 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.36 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.34 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.32 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.30 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.28 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.26 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.24 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.22 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.20 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.18 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.16 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.14 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.12 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.10 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.8 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.6 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.4 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.2 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 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.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2004.12.04.04.32.04; author uebayasi; state dead; branches; next 1.4; 1.4 date 2003.08.12.18.20.32; author kristerw; state Exp; branches; next 1.3; 1.3 date 2001.03.26.13.11.26; author bad; state Exp; branches; next 1.2; 1.2 date 2000.10.09.15.55.27; author tv; state Exp; branches; next 1.1; 1.1 date 2000.10.07.02.03.25; author tv; state Exp; branches; next ; desc @@ 1.5 log @Nuke sp, which has been broken for a while. Use OpenSP instead. @ text @$NetBSD: patch-ad,v 1.4 2003/08/12 18:20:32 kristerw Exp $ --- lib/parser_inst.cxx.orig Fri Oct 6 21:35:11 2000 +++ lib/parser_inst.cxx Fri Oct 6 21:35:46 2000 @@@@ -1324,7 +1324,7 @@@@ #endif #endif #endif -#if 0 +#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) || defined(__arm__) #ifdef __DECCXX #pragma define_template Vector #else @ 1.4 log @Make this build on arm by instantiating Vector. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2001/03/26 13:11:26 bad Exp $ @ 1.3 log @Instantiate Vector on __sparc__ too. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2000/10/09 15:55:27 tv Exp $ d10 1 a10 1 +#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) @ 1.2 log @Okay, do this the Hard Way. Activate the size_t instantiation block if one of __alpha__ or __sparc64__ are defined. I'll look into a better fix later. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2000/10/07 02:03:25 tv Exp $ d10 1 a10 1 +#if defined(__alpha__) || defined(__sparc64__) @ 1.1 log @Add fix for alpha; explicitly instantiate Vector, as size_t is "unsigned long" on alpha. Nuke instantiation of Vector and finish the halfassed LP64 fix that's already here by changing a Vector to Vector in the code. NOT TESTED but appears to fix the problem for alpha; tested not to cause problems on i386. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -1324,7 +1324,6 @@@@ d10 1 a13 21 @@@@ -1335,20 +1334,6 @@@@ template class Vector; #else typedef Vector Dummy_96; -#endif -#endif -#endif -#endif -#ifdef __DECCXX -#pragma define_template Vector -#else -#ifdef __xlC__ -#pragma define(Vector) -#else -#ifdef SP_ANSI_CLASS_INST -template class Vector; -#else -typedef Vector Dummy_97; #endif #endif #endif @