head 1.6; access; symbols pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.3 netbsd-1-3-PATCH002:1.1.1.1 FreeBSD-current-1997-09-25:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.6 date 2001.10.26.11.35.04; author agc; state dead; branches; next 1.5; 1.5 date 2000.08.27.02.46.05; author jlam; state Exp; branches; next 1.4; 1.4 date 2000.03.26.22.33.18; author kim; state Exp; branches; next 1.3; 1.3 date 98.08.29.18.05.57; author kim; state Exp; branches; next 1.2; 1.2 date 98.08.07.11.10.46; author agc; state Exp; branches; next 1.1; 1.1 date 97.10.27.05.01.31; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.10.27.05.01.31; author hubertf; state Exp; branches; next ; desc @@ 1.6 log @Instead of using a custom script to do the same job at the same time as the REPLACE_PERL definition, simplify things by using the REPLACE_PERL functionality. Also substitute the correct prefix in a package Makefile target, rather than using the configure script. Remove now unnecessary script. @ text @#!/bin/sh # # $NetBSD: configure,v 1.5 2000/08/27 02:46:05 jlam Exp $ # # Id: configure,v 1.1.1.1 1997/10/27 05:01:31 hubertf Exp # cd ${WRKSRC} for i in do_unlinks.pl mirror.pl mm.pl pkgs_to_mmin.pl do sed \ -e s:!!PREFIX!!:$PREFIX:g \ -e s:/usr/bin/perl:${PERL5}: \ <$i >$i.BAK mv -f $i.BAK $i done @ 1.5 log @Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. @ text @d3 1 a3 1 # $NetBSD: configure,v 1.4 2000/03/26 22:33:18 kim Exp $ @ 1.4 log @Upgrade to 2.9. Parsing of "ls" output should be improved, although it didn't help me... @ text @d3 1 a3 1 # $NetBSD: configure,v 1.3 1998/08/29 18:05:57 kim Exp $ d12 1 a12 1 -e s:/usr/bin/perl:${PREFIX}/bin/perl: \ @ 1.3 log @- Combine all patches for mirror.pl into patch-ab (remove patch-ad). - Move all sed stuff into scrips/configure so it can be done in one pass (no post-configure target in Makefile anymore). - Use "compress" for $compress_prog instead of gzip; our compress needs the -f flag to make it quiet (additional pathes to mirror.pl) - Fix PASV handling (too strict a regexp -- breaks on Win NT servers that emulate UNIX behaviour -- NT added a trailing dot to the 227 message and ftp.pl was not tolerating that) - Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local directories in) - Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution @ text @d3 1 a3 1 # $NetBSD: configure,v 1.2 1998/08/07 11:10:46 agc Exp $ d8 1 a8 1 for i in do_unlinks mirror.pl mm pkgs_to_mmin @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 1 a3 1 # $NetBSD$ d7 9 a15 3 mv ${WRKSRC}/mirror.pl ${WRKSRC}/mirror.pl.bak sed <${WRKSRC}/mirror.pl.bak >${WRKSRC}/mirror.pl s+!!PREFIX!!+$PREFIX+g @ 1.1 log @Initial revision @ text @d3 3 a5 1 # $Id: configure,v 1.1.1.1 1995/05/19 07:23:14 asami Exp $ @ 1.1.1.1 log @get everything in @ text @@