summaryrefslogtreecommitdiff
path: root/subversion
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
parentda408a1121b102a035146f6a13944a6738b07e0a (diff)
downloadopt-a9cecaea8b913cf1ddf658b65d214d8b3ce732f0.tar.gz
opt-a9cecaea8b913cf1ddf658b65d214d8b3ce732f0.tar.xz
subversion: updated to 1.7.6
Diffstat (limited to 'subversion')
-rw-r--r--subversion/.md5sum3
-rw-r--r--subversion/Pkgfile8
2 files changed, 8 insertions, 3 deletions
diff --git a/subversion/.md5sum b/subversion/.md5sum
index 6ede830ff..55dfcfe6e 100644
--- a/subversion/.md5sum
+++ b/subversion/.md5sum
@@ -1 +1,2 @@
-f6353b9b581081cdf97299300c9eada3 subversion-1.7.5.tar.bz2
+d2af2b10f79a05c5110a10320d546035 mod_dontdothat.patch
+4baa434db7709bb059b05d02a2547663 subversion-1.7.6.tar.bz2
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