subversion: Updated (1.4.5 -> 1.5.1)
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../subversion/libtool-fix.patch
|
||||
# Copyright (C) 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
I know it's hardcoded but it doesn't compile without it - Aldas (Baldzius)
|
||||
|
||||
diff -Nur subversion-1.3.0-orig/subversion/bindings/swig/perl/native/Makefile.PL.in subversion-1.3.0/subversion/bindings/swig/perl/native/Makefile.PL.in
|
||||
--- subversion-1.3.0-orig/subversion/bindings/swig/perl/native/Makefile.PL.in 2005-10-14 20:45:33.000000000 +0000
|
||||
+++ subversion-1.3.0/subversion/bindings/swig/perl/native/Makefile.PL.in 2006-01-20 11:50:31.225901500 +0000
|
||||
@@ -28,6 +28,8 @@
|
||||
my $apr_shlib_path_var = '@SVN_APR_SHLIB_PATH_VAR@';
|
||||
my $apr_cflags = '@SVN_APR_INCLUDES@';
|
||||
my $apu_cflags = '@SVN_APRUTIL_INCLUDES@';
|
||||
+my $apr_apache_flags = `apr-1-config --cppflags`;
|
||||
+chomp ($apr_apache_flags);
|
||||
|
||||
# According to the log of r7937, the flags guarded by the conditional break
|
||||
# the build on FreeBSD if not conditionalized.
|
||||
@@ -38,7 +40,7 @@
|
||||
|
||||
my %config = (
|
||||
ABSTRACT => 'Perl bindings for Subversion',
|
||||
- INC => join(' ',$apr_cflags, $apu_cflags,
|
||||
+ INC => join(' ',$apr_cflags, $apu_cflags, $apr_apache_flags,
|
||||
" -I$swig_srcdir/perl/libsvn_swig_perl",
|
||||
" -I$svnlib_srcdir/include",
|
||||
" -I$swig_srcdir -g"),
|
||||
@@ -1,9 +1,8 @@
|
||||
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
[COPY]
|
||||
[COPY] Filename: package/.../subversion/subversion.desc
|
||||
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
|
||||
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
|
||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
|
||||
[COPY]
|
||||
@@ -32,7 +31,7 @@
|
||||
|
||||
[L] OpenSource
|
||||
[S] Stable
|
||||
[V] 1.4.5
|
||||
[V] 1.5.1
|
||||
[P] X -----5---9 199.000
|
||||
|
||||
[D] 802466290 subversion-1.4.5.tar.bz2 http://subversion.tigris.org/downloads/
|
||||
[D] 2536095237 subversion-1.5.1.tar.bz2 http://subversion.tigris.org/downloads/
|
||||
|
||||
Reference in New Issue
Block a user