pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache22 Disabled the use of rsync for faster inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d92ba0501a69
branches:  trunk
changeset: 533130:d92ba0501a69
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 08 18:48:18 2007 +0000

description:
Disabled the use of rsync for faster installation. A path that will not
exist later had been embedded in config_vars.mk. PKGREVISION++

diffstat:

 www/apache22/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r dd93f36a79a8 -r d92ba0501a69 www/apache22/Makefile
--- a/www/apache22/Makefile     Sat Sep 08 18:46:47 2007 +0000
+++ b/www/apache22/Makefile     Sat Sep 08 18:48:18 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2007/09/08 11:02:07 tron Exp $
+# $NetBSD: Makefile,v 1.19 2007/09/08 18:48:18 rillig Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       apache-${APACHE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 HOMEPAGE=      http://httpd.apache.org/
@@ -20,6 +21,7 @@
 CONFIGURE_ARGS+=       --with-port=80
 CONFIGURE_ARGS+=       --enable-so
 CONFIGURE_ENV+=                perlbin=${PERL5:Q}
+CONFIGURE_ENV+=                ac_cv_path_RSYNC=/nonexistent
 
 # Apache Portable Runtime library configure options
 CONFIGURE_ARGS+=       --with-apr=${BUILDLINK_PREFIX.apr}



Home | Main Index | Thread Index | Old Index