summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-24 02:33:20 +0000
committerjlam <jlam@pkgsrc.org>2004-03-24 02:33:20 +0000
commitea69671ae86eb511bcbc36141777e1e29e351e73 (patch)
tree186121ae70ae0c5011b39fbde78399f2a529fc6e /devel
parent32024a221236a1f7e6fb88eb071992f052732afd (diff)
downloadpkgsrc-ea69671ae86eb511bcbc36141777e1e29e351e73.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/subversion-base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile
index 8dd81d5314f..ece55070d9e 100644
--- a/devel/subversion-base/Makefile
+++ b/devel/subversion-base/Makefile
@@ -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 @@ PLIST_SUBST+= INSTALL_INFO=${INSTALL_INFO}
.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 \