summaryrefslogtreecommitdiff
path: root/subversion
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-08-01 18:19:01 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-08-01 18:19:01 +0200
commitc4f1d11ec7eaa73c79f5e396935b0c0c5fa682b5 (patch)
tree35db6002ede76a836ea59189da7259c9c2a85c0f /subversion
parent33d9fe4702b77f76a60f2bcec047bcd4b31d4d3b (diff)
downloadopt-c4f1d11ec7eaa73c79f5e396935b0c0c5fa682b5.tar.gz
opt-c4f1d11ec7eaa73c79f5e396935b0c0c5fa682b5.tar.xz
subversion: fixed footprint and installation on a parallel build.
This fixes bug #325. -j 1 on the install target seems to be only needed if subversion hasn't been installed before.
Diffstat (limited to 'subversion')
-rw-r--r--subversion/.footprint3
-rw-r--r--subversion/Pkgfile4
2 files changed, 2 insertions, 5 deletions
diff --git a/subversion/.footprint b/subversion/.footprint
index 344bda101..224933c1b 100644
--- a/subversion/.footprint
+++ b/subversion/.footprint
@@ -50,9 +50,6 @@ drwxr-xr-x root/root usr/include/subversion-1/
-rw-r--r-- root/root usr/include/subversion-1/svn_wc.h
-rw-r--r-- root/root usr/include/subversion-1/svn_xml.h
drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/apache/
--rwxr-xr-x root/root usr/lib/apache/mod_authz_svn.so
--rwxr-xr-x root/root usr/lib/apache/mod_dav_svn.so
-rw-r--r-- root/root usr/lib/libsvn_client-1.a
-rwxr-xr-x root/root usr/lib/libsvn_client-1.la
lrwxrwxrwx root/root usr/lib/libsvn_client-1.so -> libsvn_client-1.so.0.0.0
diff --git a/subversion/Pkgfile b/subversion/Pkgfile
index ec23e181f..2a332463a 100644
--- a/subversion/Pkgfile
+++ b/subversion/Pkgfile
@@ -5,7 +5,7 @@
name=subversion
version=1.5.0
-release=1
+release=2
source=(http://subversion.tigris.org/downloads/subversion-$version.tar.bz2)
build() {
@@ -20,7 +20,7 @@ build() {
--disable-neon-version-check
make
- make DESTDIR=$PKG external-install local-install
+ make -j 1 DESTDIR=$PKG external-install local-install
sed -i -e "s|-L$PKG/usr/lib||g" $PKG/usr/lib/*.la
# info pages seem to get generated when makeinfo is available

Generated by cgit