head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2000.12.29.17.16.34; author hubertf; state dead; branches; next 1.4; 1.4 date 2000.08.27.20.55.57; author jlam; state Exp; branches; next 1.3; 1.3 date 2000.08.15.00.38.40; author jlam; state Exp; branches; next 1.2; 1.2 date 2000.07.05.19.25.50; author hubertf; state Exp; branches; next 1.1; 1.1 date 2000.01.18.22.15.51; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.01.18.22.15.51; author tron; state Exp; branches; next ; desc @@ 1.5 log @This pkg is long superceded by the lang/perl5 pkg, so remove it. (Also, this is the last pkg that uses pkg/PLIST-md.*, which has to die) @ text @$NetBSD: patch-aa,v 1.4 2000/08/27 20:55:57 jlam Exp $ --- Configure.orig Wed Mar 22 15:36:37 2000 +++ Configure @@@@ -70,7 +70,7 @@@@ fi : Proper PATH setting -paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin' +paths='/bin /usr/bin ${PREFIX}/bin /usr/ucb ${PREFIX} /usr/lbin' paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin" paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin" paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin" @@@@ -955,7 +955,7 @@@@ archobjs='' : Possible local include directories to search. : Set locincpth to "" in a hint file to defeat local include searches. -locincpth="/usr/local/include /opt/local/include /usr/gnu/include" +locincpth="${PREFIX}/include /opt/local/include /usr/gnu/include" locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include" : : no include file wanted by default @@@@ -965,13 +965,13 @@@@ : change the next line if compiling for Xenix/286 on Xenix/386 xlibpth='/usr/lib/386 /lib/386' : Possible local library directories to search. -loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" +loclibpth="${PREFIX}/lib /opt/local/lib /usr/gnu/lib" loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" : general looking path for locating libraries glibpth="/usr/lib/large /lib /usr/lib $xlibpth" glibpth="$glibpth /lib/large /usr/lib/small /lib/small" -glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" +glibpth="$glibpth /usr/ccs/lib /usr/ucblib ${PREFIX}/lib" test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth" test -f /shlib/libc.so && glibpth="/shlib $glibpth" @@@@ -992,10 +992,17 @@@@ : List of libraries we want. : If anyone needs -lnet, put it in a hint file. +case `uname -s` in +NetBSD) + libswanted='m crypt' + ;; +*) libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix" libswanted="$libswanted ndir dir crypt sec" libswanted="$libswanted ucb bsd BSD PW x iconv" + ;; +esac : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` @@@@ -1337,10 +1344,10 @@@@ case "$fastread$alldone" in yescont|yesexit) ;; *) - if test ! -t 0; then - echo "Say 'sh Configure', not 'sh allowed * File globbing implemented internally * POSIX character class syntax [: :] supported * Improved C operator * pack() format 'Z' supported * pack() format modifier '!' supported * pack() and unpack() support counted strings * Comments in pack() templates * Weak references * Binary numbers supported * Lvalue subroutines * Some arrows may be omitted in calls through references * Boolean assignment operators are legal lvalues * exists() is supported on subroutine names * exists() and delete() are supported on array elements * Pseudo-hashes work better * Automatic flushing of output buffers * Better diagnostics on meaningless filehandle operations * Where possible, buffered data discarded from duped input filehandle * eof() has the same old magic as <> * binmode() can be used to set :crlf and :raw modes * C<-T> filetest recognizes UTF-8 encoded files as "text" * system(), backticks and pipe open now reflect exec() failure * Improved diagnostics * Diagnostics follow STDERR * syswrite() ease-of-use * Better syntax checks on parenthesized unary operators * Bit operators support full native integer width * Improved security features * C and C may be overridden * $^X variables may now have names longer than one character * New variable $^C reflects C<-c> switch * New variable $^V contains Perl version as a string * Optional Y2K warnings * Modules * Pragmata * dprofpp * find2perl * h2xs * perlcc * perldoc * The Perl Debugger * Simple sort() using { $a <=> $b } and the like are optimized * Optimized assignments to lexical variables * Faster subroutine calls * -Dusethreads means something different * New Configure flags * Threadedness and 64-bitness now more daring * Long Doubles ... See 'perldoc perldelta' for a full list. @ text @d3 2 a4 2 --- Configure.orig Wed Mar 22 21:36:37 2000 +++ Configure Tue Jul 4 04:14:37 2000 a161 18 @@@@ -6326,7 +6333,7 @@@@ # No dynamic loading being used, so don't bother even to prompt. useshrplib='false' ;; -*) case "$useshrplib" in +*) case true in '') case "$osname" in svr4*|dgux|dynixptx|esix|powerux|beos|cygwin*) dflt=y @@@@ -6374,7 +6381,7 @@@@ ;; esac -case "$useshrplib" in +case true in true) case "$libperl" in '') @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- Configure.orig Sun Jan 16 21:17:27 2000 +++ Configure Sun Jan 16 21:25:08 2000 d14 11 a24 1 @@@@ -814,14 +814,14 @@@@ a25 1 d32 1 a32 2 glibpth="/shlib /usr/shlib /lib/pa1.1 /usr/lib/large" glibpth="$glibpth /lib /usr/lib $xlibpth" d36 4 a40 13 : Private path used by Configure to find libraries. Its value : is prepended to libpth. This variable takes care of special @@@@ -834,7 +834,7 @@@@ ignore_versioned_solibs='' : Possible local include directories to search. : Set locincpth to "" in a hint file to defeat local include searches. -locincpth="/usr/local/include /opt/local/include /usr/gnu/include" +locincpth="${PREFIX}/include /opt/local/include /usr/gnu/include" locincpth="$locincpth /opt/gnu/include /usr/GNU/include /opt/GNU/include" : : no include file wanted by default @@@@ -855,9 +855,16 @@@@ : set usethreads on the Configure command line to enable threads. a42 3 -libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl' -libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" -libswanted="$libswanted ucb bsd BSD PW x" d48 4 a51 3 + libswanted='sfio net socket inet nsl nm ndbm dbm db malloc dl' + libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" + libswanted="$libswanted ucb bsd BSD PW x" d57 1 a57 1 @@@@ -1138,10 +1145,10 @@@@ d72 21 a92 1 @@@@ -2786,7 +2793,7 @@@@ d101 1 a101 1 @@@@ -2796,10 +2803,10 @@@@ d103 9 a111 10 By default, $package will be installed in $dflt/bin, manual pages under $dflt/man, etc..., i.e. with $dflt as prefix for -all installation directories. Typically set to /usr/local, but you +all installation directories. Typically set to ${PREFIX}, but you may choose /usr if you wish to install $package among your system binaries. If you wish to have binaries under /bin but manual pages -under /usr/local/man, that's ok: you will be prompted separately +under ${PREFIX}/man, that's ok: you will be prompted separately for each of the installation directories, the prefix being only used to set the defaults. d113 2 a114 2 @@@@ -2887,7 +2894,7 @@@@ fi d121 2 a122 2 case "$prefix" in @@@@ -2938,8 +2945,8 @@@@ d133 10 a142 9 @@@@ -3198,8 +3205,8 @@@@ syspath='/usr/man/man1 /usr/man/mann /usr/man/manl /usr/man/local/man1' syspath="$syspath /usr/man/u_man/man1 /usr/share/man/man1" syspath="$syspath /usr/catman/u_man/man1 /usr/man/l_man/man1" - syspath="$syspath /usr/local/man/u_man/man1 /usr/local/man/l_man/man1" - syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1" + syspath="$syspath ${PREFIX}/man/u_man/man1 ${PREFIX}/man/l_man/man1" + syspath="$syspath /usr/man/man.L /local/man/man1 ${PREFIX}/man/man1" sysman=`./loc . /usr/man/man1 $syspath` d144 19 a162 11 esac @@@@ -3634,7 +3641,7 @@@@ : Set private lib path case "$plibpth" in '') if ./mips; then - plibpth="$incpath/usr/lib /usr/local/lib /usr/ccs/lib" + plibpth="$incpath/usr/lib ${PREFIX}/lib /usr/ccs/lib" fi;; esac case "$libpth" in @@@@ -5082,7 +5089,7 @@@@ d169 1 a169 1 svr4*|dgux|dynixptx|esix|powerux|beos) d171 10 a180 1 @@@@ -5237,10 +5244,10 @@@@ d193 1 a193 1 @@@@ -5895,7 +5902,7 @@@@ d196 6 a201 4 $test -d /usr/share/bin && dflt=/usr/share/bin - $test -d /usr/local/script && dflt=/usr/local/script + $test -d ${PREFIX}/script && dflt=${PREFIX}/script $test -d $prefixexp/script && dflt=$prefixexp/script d204 1 a204 10 @@@@ -5940,7 +5947,7 @@@@ fi : determine where site specific libraries go. -: Usual default is /usr/local/lib/perl5/site_perl/$apiversion +: Usual default is ${PREFIX}/lib/perl5/site_perl/$apiversion prog=`echo $package | $sed 's/-*[0-9.]*$//'` case "$prefix" in *perl*) set dflt sitelib lib/site_$prog/$apiversion ;; @@@@ -5985,8 +5992,8 @@@@ d208 4 a211 4 -: sitelib default is /usr/local/lib/perl5/site_perl/$apiversion -: sitearch default is /usr/local/lib/perl5/site_perl/$apiversion/$archname +: sitelib default is ${PREFIX}/lib/perl5/site_perl/$apiversion +: sitearch default is ${PREFIX}/lib/perl5/site_perl/$apiversion/$archname d213 3 a215 3 tdflt=`echo $sitelib | $sed 's,/share$,,'` tdflt="$tdflt/$archname" @@@@ -10216,7 +10223,7 @@@@ @ 1.1.1.1 log @Reimport mostly broken version 5.00503 of "perl" package as "perl-current". @ text @@