head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.40 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.38 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.36 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.34 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.32 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.22 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.20 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.18 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.16 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.14 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.12 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.10 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2005.06.24.06.43.47; author jlam; state dead; branches; next 1.3; 1.3 date 2005.01.18.00.56.44; author jlam; state Exp; branches; next 1.2; 1.2 date 2003.10.05.07.07.14; author jlam; state Exp; branches; next 1.1; 1.1 date 2003.02.21.16.10.27; author grant; state Exp; branches; next ; desc @@ 1.4 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-ae,v 1.3 2005/01/18 00:56:44 jlam Exp $ --- makedepend.SH.orig 2003-06-05 14:11:10.000000000 -0400 +++ makedepend.SH @@@@ -83,7 +83,6 @@@@ if test -f Makefile; then # to be out of date. I don't know if OS/2 has touch, so do this: case "$osname" in os2) ;; - netbsd) ;; *) $touch $firstmakefile ;; esac fi @ 1.3 log @Teach perl58 about DragonFlyBSD. Patches provided by Todd Willey in PR pkg/28963 with minor modifications by me. Also teach all of the BSDs (and Interix) to pass the rpath to libperl.so if a module needs to link with libperl.so when built with MakeMaker.pm. Bump the PKGREVISION to 2. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update lang/perl58 to 5.8.1. Changes from version 5.8.0nb2 include: * Hash Randomisation * UTF-8 On Filehandles No Longer Activated By Locale * Single-number v-strings are no longer v-strings before "=>" * UTF-8 no longer default under UTF-8 locales * Unsafe signals again available @ text @d3 1 a3 1 --- makedepend.SH.orig Fri Jun 6 23:34:20 2003 d5 2 a6 1 @@@@ -84,6 +84,7 @@@@ d9 1 a9 2 netbsd) ;; + freebsd) ;; @ 1.1 log @adopt some patches from FreeBSD ports, allowing this to build on FreeBSD 5.0. also, make really sure we don't try to use perl's malloc(). @ text @d3 1 a3 1 --- makedepend.SH.orig Wed Jul 10 00:06:42 2002 d5 1 a5 1 @@@@ -79,6 +79,7 @@@@ if test -f Makefile; then @