summaryrefslogtreecommitdiff
path: root/subversion/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-08-21 09:49:44 +0200
committerJose V Beneyto <sepen@crux.nu>2012-08-21 09:49:44 +0200
commita9cecaea8b913cf1ddf658b65d214d8b3ce732f0 (patch)
tree64e9e2af037f92d354fe9da7176cd3c3580fe167 /subversion/Pkgfile
parentda408a1121b102a035146f6a13944a6738b07e0a (diff)
downloadopt-a9cecaea8b913cf1ddf658b65d214d8b3ce732f0.tar.gz
opt-a9cecaea8b913cf1ddf658b65d214d8b3ce732f0.tar.xz
subversion: updated to 1.7.6
Diffstat (limited to 'subversion/Pkgfile')
-rw-r--r--subversion/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/subversion/Pkgfile b/subversion/Pkgfile
index 0b0121b24..e6a97fbdd 100644
--- a/subversion/Pkgfile
+++ b/subversion/Pkgfile
@@ -5,13 +5,17 @@
# Depends on: apr neon expat sqlite3
name=subversion
-version=1.7.5
+version=1.7.6
release=1
-source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
+source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2 \
+ mod_dontdothat.patch)
build() {
cd $name-$version
+ # fix build issues with server-side modules
+ patch -p1 -i $SRC/mod_dontdothat.patch
+
./configure --prefix=/usr \
--mandir=/usr/man \
--with-apr=/usr --with-apr-util=/usr --with-neon=/usr \

Generated by cgit