head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.46 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.44 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.42 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.40 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.38 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.36 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.34 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.32 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.30 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.28 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.26 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.24 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.22 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.20 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.18 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.16 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.14 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.12 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.10 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.8 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.6 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.4 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.2 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 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.1; locks; strict; comment @# @; 1.4 date 2004.11.25.15.21.08; author wiz; state dead; branches; next 1.3; 1.3 date 2001.10.22.18.10.29; author jlam; state Exp; branches 1.3.16.1; next 1.2; 1.2 date 2001.10.08.13.23.38; author martti; state Exp; branches; next 1.1; 1.1 date 2001.02.06.10.58.19; author itojun; state Exp; branches; next ; 1.3.16.1 date 2004.11.27.16.51.06; author salo; state dead; branches; next ; desc @@ 1.4 log @Forgot removing the patches when I removed the package. @ text @$NetBSD: patch-ai,v 1.3 2001/10/22 18:10:29 jlam Exp $ --- src/support/apxs.pl.orig Sat Jun 9 01:06:57 2001 +++ src/support/apxs.pl Sat Jun 9 01:11:28 2001 @@@@ -459,8 +459,7 @@@@ if ($^O ne "MSWin32") { $t =~ s|^.+/([^/]+)$|$1|; if ($opt_i) { - push(@@cmds, "cp $f $CFG_LIBEXECDIR/$t"); - push(@@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); + push(@@cmds, "@@INSTALL@@ $f $CFG_LIBEXECDIR/$t"); } } else { @ 1.3 log @Minimize the diffs between the apache and apache6 packages: - Whitespace changes to Makefile - From the commit log for apache/Makefile: Don't do the dance with ROOT_GROUP. Apache extension modules installed by apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}", which should do the right thing regardless of the platform. ${INSTALL} is replaced with the full path to the install program used by pkgsrc, which should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris. This should fix pkg/14232 by Pierre Bourgin. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.6 2001/10/19 09:52:23 veego Exp $ @ 1.3.16.1 log @Pullup ticket 160 - requested by Thomas Klausner remove apache6 package removed from -current because of too many vulnerabilities and no newer version available (people are expected to switch to apache2). @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2001/10/22 18:10:29 jlam Exp $ @ 1.2 log @- Upgraded to 1.3.20. - IPv6 patch will be maintained at ftp://ftp.piuha.net/pub/misc/ A better ChangeLog (1.3.19 -> 1.3.20) is available in pkgsrc/www/apache/Makefile rev 1.73 @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2001/02/06 10:58:19 itojun Exp $ d3 2 a4 2 --- src/support/apxs.pl.orig Fri May 4 08:22:17 2001 +++ src/support/apxs.pl Mon Oct 8 14:35:47 2001 d11 1 a11 1 + push(@@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t"); @ 1.1 log @upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar to pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.4 2001/02/02 16:39:58 jlam Exp $ d3 10 a12 9 --- src/support/apxs.pl.orig Fri Feb 2 00:42:14 2001 +++ src/support/apxs.pl @@@@ -427,8 +427,7 @@@@ my $t = $f; $t =~ s|^.+/([^/]+)$|$1|; if ($opt_i) { - push(@@cmds, "cp $f $CFG_LIBEXECDIR/$t"); - push(@@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); + push(@@cmds, "install -c -m 555 -o root -g wheel $f $CFG_LIBEXECDIR/$t"); d14 1 a14 2 # determine module symbolname and filename @