head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.40 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.38 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.36 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.34 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.32 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.30 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.28 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.22 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.20 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.18 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.16 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.14 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.12 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.10 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.8 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.6 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2; locks; strict; comment @# @; 1.5 date 2005.06.24.06.43.47; author jlam; state dead; branches; next 1.4; 1.4 date 2005.01.21.20.23.22; author tv; state Exp; branches; next 1.3; 1.3 date 2005.01.06.06.46.52; author tv; state Exp; branches; next 1.2; 1.2 date 2004.04.28.15.55.25; author tv; state Exp; branches; next 1.1; 1.1 date 2004.04.24.21.04.43; author tv; state Exp; branches; next ; desc @@ 1.5 log @Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead. @ text @$NetBSD: patch-cc,v 1.4 2005/01/21 20:23:22 tv Exp $ --- hints/interix.sh.orig Fri Apr 23 12:29:09 2004 +++ hints/interix.sh Fri Apr 23 12:32:55 2004 @@@@ -0,0 +1,27 @@@@ +# hints/interix.sh +# +# Please check with tech-pkg@@netbsd.org before making modifications +# to this file. + +cc='gcc' +cccdlflags="-DPIC $cccdlflags" +ccdlflags='-Wl,-E' +ccflags="-D_ALL_SOURCE $ccflags" +d_poll="$undef" +ld='gcc' +lddlflags="-shared $lddlflags" +rpathflag='-Wl,-R' +sharpbang='#!' +usemymalloc='false' +usenm='false' + +# This script UU/usethreads.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use threads. +cat > UU/usethreads.cbu <<'EOCBU' +case "$usethreads" in +$define|true|[yY]*) + ccflags="-D_REENTRANT $ccflags" + libswanted="$libswanted pthread" + ;; +esac +EOCBU @ 1.4 log @Add usemymalloc=false for Interix; this is now part of the hints file officially submitted to perl.org. (Nonfunctional change, as pkgsrc already sets -Uusemymalloc at build time.) @ text @d1 1 a1 1 $NetBSD: patch-cc,v 1.3 2005/01/06 06:46:52 tv Exp $ @ 1.3 log @Fix email address in header of hints/interix.sh. @ text @d1 1 a1 1 $NetBSD: patch-cc,v 1.2 2004/04/28 15:55:25 tv Exp $ d5 1 a5 1 @@@@ -0,0 +1,26 @@@@ d20 1 @ 1.2 log @Don't use poll() on Interix. @ text @d1 1 a1 1 $NetBSD: patch-cc,v 1.1 2004/04/24 21:04:43 tv Exp $ d8 1 a8 1 +# Please check with packages@@netbsd.org before making modifications @ 1.1 log @Make perl58 work on Interix, with full shared-object module support. Bump PKGREVISION (two .pm files were changed, but are not functionally different on non-Interix OS's). @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -0,0 +1,25 @@@@ d15 1 @