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
commit0e16c86bc11c066d8a0e1288de7181dcae9e865a (patch)
tree186121ae70ae0c5011b39fbde78399f2a529fc6e /devel
parent28b8143904d32c5e20a09224f577034b07314adb (diff)
downloadpkgsrc-0e16c86bc11c066d8a0e1288de7181dcae9e865a.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 \