pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/subversion-base The subversion configure script ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e7a072b2603
branches:  trunk
changeset: 471289:6e7a072b2603
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 24 02:33:20 2004 +0000

description:
The subversion configure script will probe for apache in the environment
by looking for apxs in the PATH, which we don't protect against (yet) in
buildlink3.  Explicitly disable building the Apache modules to prevent
build errors.

diffstat:

 devel/subversion-base/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f44efcf0c428 -r 6e7a072b2603 devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile    Tue Mar 23 23:47:15 2004 +0000
+++ b/devel/subversion-base/Makefile    Wed Mar 24 02:33:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/08 00:15:53 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/24 02:33:20 jlam Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
 COMMENT=       Version control system, base programs and libraries
@@ -7,6 +7,9 @@
 
 .include "../subversion/Makefile.common"
 
+CONFIGURE_ARGS+=       --without-apache
+CONFIGURE_ARGS+=       --without-apxs
+
 post-patch:
        ${SED} -e 's|@BUILDLINK_PREFIX.db4@|${BUILDLINK_PREFIX.db4}|g' \
                < ${WRKSRC}/tools/backup/hot-backup.py.in \



Home | Main Index | Thread Index | Old Index