forked from ports/contrib
subversion-perl: Updated 1.4.6 -> 1.5.0
This commit is contained in:
parent
907676f655
commit
9e809572c1
@ -1,2 +1 @@
|
||||
9c7cf517362c1c9332b610339e5cce6b subversion-1.4.6.tar.bz2
|
||||
2c1b15f961de085d33a2ddf2965b7b89 subversion_perl.diff
|
||||
004b57643406dd10957ec87955702189 subversion-1.5.0.tar.bz2
|
||||
|
@ -5,18 +5,15 @@
|
||||
# Depends on: subversion swig
|
||||
|
||||
name=subversion-perl
|
||||
version=1.4.6
|
||||
release=2
|
||||
source=(http://subversion.tigris.org/tarballs/subversion-$version.tar.bz2 \
|
||||
subversion_perl.diff)
|
||||
version=1.5.0
|
||||
release=1
|
||||
source=(http://subversion.tigris.org/tarballs/subversion-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
P5VERSION="$(pkginfo -i | grep '^perl ' | cut -d' ' -f2 | cut -d'-' -f1)"
|
||||
|
||||
cd subversion-$version
|
||||
|
||||
patch -p1 -i $SRC/subversion_perl.diff
|
||||
|
||||
LDFLAGS="-L$PKG/usr/lib" \
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls \
|
||||
@ -25,7 +22,6 @@ build() {
|
||||
--with-apr=/usr \
|
||||
--with-apr-util=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install-swig-pl-lib install-swig-pl
|
||||
|
||||
rm -rf $PKG/usr/lib/perl5/$P5VERSION \
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -aur subversion-1.4.4.orig/subversion/bindings/swig/perl/native/Makefile.PL.in subversion-1.4.4/subversion/bindings/swig/perl/native/Makefile.PL.in
|
||||
--- subversion-1.4.4.orig/subversion/bindings/swig/perl/native/Makefile.PL.in 2005-11-16 15:19:09.000000000 +0100
|
||||
+++ subversion-1.4.4/subversion/bindings/swig/perl/native/Makefile.PL.in 2007-06-25 21:05:45.153077409 +0200
|
||||
@@ -26,7 +26,7 @@
|
||||
my @ldmodules = map {"-lsvn_$_-1"} (@modules, qw/diff subr/);
|
||||
|
||||
my $apr_shlib_path_var = '@SVN_APR_SHLIB_PATH_VAR@';
|
||||
-my $apr_cflags = '@SVN_APR_INCLUDES@';
|
||||
+my $apr_cflags = '@SVN_APR_INCLUDES@ -D_LARGEFILE64_SOURCE';
|
||||
my $apu_cflags = '@SVN_APRUTIL_INCLUDES@';
|
||||
|
||||
# According to the log of r7937, the flags guarded by the conditional break
|
Loading…
x
Reference in New Issue
Block a user