summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-29 15:31:59 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-29 15:31:59 +0100
commitc14078f0869a6f86ca2f63853353f3a296360ffe (patch)
treee370cd7c15bcd26b30ec0d51b5f4d07556009e67
parent69143399caff93903023752c7fd5876ea0e3b295 (diff)
downloadsubversion-tarball-c14078f0869a6f86ca2f63853353f3a296360ffe.tar.gz
Re-generate build-outputs.mk without Apache modules
-rw-r--r--build.conf30
-rw-r--r--subversion-tarball.morph1
2 files changed, 1 insertions, 30 deletions
diff --git a/build.conf b/build.conf
index c5c89f9..4395f6e 100644
--- a/build.conf
+++ b/build.conf
@@ -341,35 +341,6 @@ libs = libsvn_delta libsvn_diff libsvn_subr aprutil apriconv apr
install = lib
msvc-export = svn_wc.h private\svn_wc_private.h
-# Subversion plugin for Apache's mod_dav
-[mod_dav_svn]
-description = Subversion plug-in for the Apache DAV module
-type = apache-mod
-path = subversion/mod_dav_svn
-sources = *.c reports/*.c posts/*.c
-libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr
-nonlibs = apr aprutil
-install = apache-mod
-msvc-libs = mod_dav.lib libhttpd.lib
-
-[mod_authz_svn]
-description = Subversion path-based authorization module for Apache
-type = apache-mod
-path = subversion/mod_authz_svn
-nonlibs = mod_dav_svn apr aprutil
-libs = libsvn_repos libsvn_subr
-install = apache-mod
-msvc-libs = libhttpd.lib
-
-[mod_dontdothat]
-description = Apache Httpd module to block certain kinds of Apache Subversion requests
-type = apache-mod
-path = tools/server-side/mod_dontdothat
-nonlibs = mod_dav_svn apr aprutil
-libs = libsvn_subr xml
-install = tools
-msvc-libs = libhttpd.lib
-
# ----------------------------------------------------------------------------
#
# CONSTRUCTED HEADERS
@@ -1113,7 +1084,6 @@ type = project
path = build/win32
libs = svn svnadmin svndumpfilter svnlook svnmucc svnserve svnrdump svnsync
svnversion
- mod_authz_svn mod_dav_svn mod_dontdothat
svnauthz-validate svnraisetreeconflict
[__ALL_TESTS__]
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
index 6520bf6..e0f0d3e 100644
--- a/subversion-tarball.morph
+++ b/subversion-tarball.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
+ "python gen-make.py build.conf",
"./configure --prefix=\"$PREFIX\" --without-berkeley-db"
]
}