[-]
[+]
|
Changed |
subversion.changes
|
|
[-]
[+]
|
Changed |
subversion.spec
^
|
|
[-]
[+]
|
Deleted |
subversion-1.1.x-COMPILE_CXX.dif
^
|
@@ -1,16 +0,0 @@
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -140,7 +140,7 @@ CPPFLAGS = @CPPFLAGS@ $(EXTRA_CPPFLAGS)
- LDFLAGS = @LDFLAGS@ $(EXTRA_LDFLAGS)
-
- COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES)
--COMPILE_CXX = $(CXX) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $(INCLUDES)
-+COMPILE_CXX = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES)
- LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
-
- # special compilation for files destined for mod_dav_svn
|
[-]
[+]
|
Added |
subversion-1.5.x-no-neon-la.patch
^
|
@@ -0,0 +1,15 @@
+---
+ build/ac-macros/neon.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/build/ac-macros/neon.m4
++++ b/build/ac-macros/neon.m4
+@@ -153,7 +153,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
+ test "$svn_allowed_neon" = "any"; then
+ svn_allowed_neon_on_system="yes"
+ SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
+- NEON_LIBS=`$neon_config --la-file`
++ NEON_LIBS=`$neon_config --libs`
+ CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
+ svn_lib_neon="yes"
+ break
|
[-]
[+]
|
Deleted |
subversion-neon-027.diff
^
|
@@ -1,30 +0,0 @@
---- build/ac-macros/neon.m4
-+++ build/ac-macros/neon.m4
-@@ -50,11 +50,11 @@ AC_DEFUN(SVN_LIB_NEON,
- NEON_VERSION=`cat $abs_srcdir/neon/.version`
- AC_MSG_RESULT([$NEON_VERSION])
-
-- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then
-+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56789]]\.'`" ; then
- AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
- [Define to 1 if you have Neon 0.25 or later.])
- fi
-- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then
-+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[6789]]\.'`" ; then
- AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1],
- [Define to 1 if you have Neon 0.26 or later.])
- fi
---- subversion/libsvn_ra_dav/ra_dav.h
-+++ subversion/libsvn_ra_dav/ra_dav.h
-@@ -21,6 +21,11 @@
- #ifndef SVN_LIBSVN_RA_DAV_H
- #define SVN_LIBSVN_RA_DAV_H
-
-+#ifndef SVN_NEON_0_25
-+#define SVN_NEON_0_25 1
-+#define SVN_NEON_0_26 1
-+#endif
-+
- #include <apr_pools.h>
- #include <apr_tables.h>
-
|
[-]
[+]
|
Changed |
subversion-swig-perl-install_vendor.patch
^
|
@@ -1,11 +1,9 @@
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -616,7 +616,7 @@ check-swig-pl: swig-pl swig-pl-lib
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -652,7 +652,7 @@ check-swig-pl: swig-pl swig-pl-lib
cd $(SWIG_PL_DIR)/native; $(MAKE) test
install-swig-pl: swig-pl install-swig-pl-lib
|
[-]
[+]
|
Added |
subversion.allowed-neon.patch
^
|
@@ -0,0 +1,15 @@
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -69,7 +69,7 @@ SVN_LIB_APRUTIL($APU_VER_REGEXES)
+
+ # Either a space-separated list of allowable Neon versions, or "any" to
+ # mean allow anything.
+-NEON_ALLOWED_LIST="0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4 0.27.2 0.28.0 0.28.1 0.28.2 0.28.3"
++NEON_ALLOWED_LIST="0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4 0.27.0 0.27.1 0.27.2 0.27.3 0.27.4 0.27.5 0.28.0 0.28.1 0.28.2 0.28.3 0.28.4 0.28.5 0.29.0 0.29.1 0.29.2 0.29.3"
+ NEON_RECOMMENDED_VER=0.28.3
+ NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
+ dnl You can skip the neon version check only if you know what you are doing
|
[-]
[+]
|
Deleted |
subversion.fallback-to-ipv4.patch
^
|
@@ -1,42 +0,0 @@
-Fall back to ipv4 if the host has an ipv6 address,
-but doesnt respond to ipv6 right now.
-
----
- subversion/libsvn_ra_svn/client.c | 20 ++++++++++++++++++++
- 1 file changed, 20 insertions(+)
-
-Index: subversion-1.4.x/subversion/libsvn_ra_svn/client.c
-===================================================================
---- subversion-1.4.x.orig/subversion/libsvn_ra_svn/client.c
-+++ subversion-1.4.x/subversion/libsvn_ra_svn/client.c
-@@ -139,10 +139,30 @@ static svn_error_t *make_connection(cons
- return svn_error_wrap_apr(status, _("Can't create socket"));
-
- status = apr_socket_connect(*sock, sa);
-+ if (!status)
-+ goto out;
-+ if (sa->family == APR_INET6) {
-+ status = apr_sockaddr_info_get(&sa, hostname, APR_INET, port, 0, pool);
-+ if (status)
-+ return svn_error_createf(status, NULL, _("Unknown hostname '%s'"),
-+ hostname);
-+#ifdef MAX_SECS_TO_LINGER
-+ /* ### old APR interface */
-+ status = apr_socket_create(sock, sa->family, SOCK_STREAM, pool);
-+#else
-+ status = apr_socket_create(sock, sa->family, SOCK_STREAM, APR_PROTO_TCP,
-+ pool);
-+#endif
-+ if (status)
-+ return svn_error_wrap_apr(status, _("Can't create socket"));
-+
-+ status = apr_socket_connect(*sock, sa);
-+ }
- if (status)
- return svn_error_wrap_apr(status, _("Can't connect to host '%s'"),
- hostname);
-
-+out:
- return SVN_NO_ERROR;
- }
-
|
[-]
[+]
|
Changed |
subversion.java14.patch
^
|
@@ -1,41 +1,11 @@
---
- build/generator/gen_make.py | 2 +-
- build/generator/gen_win.py | 2 +-
- configure.in | 2 +-
- subversion/bindings/java/javahl/build/build.xml | 4 ++--
- 4 files changed, 5 insertions(+), 5 deletions(-)
+ configure.ac | 2 +-
+ subversion/bindings/javahl/build/build.xml | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
-Index: subversion-1.4.x/build/generator/gen_make.py
-===================================================================
---- subversion-1.4.x.orig/build/generator/gen_make.py
-+++ subversion-1.4.x/build/generator/gen_make.py
-@@ -292,7 +292,7 @@ class Generator(gen_base.GeneratorBase):
- self.ofile.write(
- '%s_SRC = %s\n'
- '$(%s_OBJECTS): $(%s_SRC)\n'
-- '\t%s -d %s -classpath %s:$(%s_CLASSPATH) $(%s_SRC)\n'
-+ '\t%s -source 1.4 -target 1.4 -d %s -classpath %s:$(%s_CLASSPATH) $(%s_SRC)\n'
- % (targ_varname, string.join(object_srcs),
-
- targ_varname, targ_varname,
-Index: subversion-1.4.x/build/generator/gen_win.py
-===================================================================
---- subversion-1.4.x.orig/build/generator/gen_win.py
-+++ subversion-1.4.x/build/generator/gen_win.py
-@@ -315,7 +315,7 @@ class WinGeneratorBase(GeneratorBase):
-
- sourcepath = self.path(source.sourcepath)
-
-- cbuild = "javac -g -target 1.2 -source 1.3 -classpath %s -d %s " \
-+ cbuild = "javac -g -target 1.4 -source 1.4 -classpath %s -d %s " \
- "-sourcepath %s $(InputPath)" \
- % tuple(map(self.quote, (classes, targetdir, sourcepath)))
-
-Index: subversion-1.4.x/configure.in
-===================================================================
---- subversion-1.4.x.orig/configure.in
-+++ subversion-1.4.x/configure.in
-@@ -552,7 +552,7 @@ fi
+--- a/configure.ac
++++ b/configure.ac
+@@ -539,7 +539,7 @@ fi
AC_PATH_PROGS(PYTHON, "$PYTHON", none)
# The minimum version for the JVM runtime for our Java bytecode.
@@ -44,21 +14,21 @@
# SVN_CHECK_JDK sets $JAVA_CLASSPATH
SVN_CHECK_JDK($JAVA_OLDEST_WORKING_VER)
-Index: subversion-1.4.x/subversion/bindings/java/javahl/build/build.xml
-===================================================================
---- subversion-1.4.x.orig/subversion/bindings/java/javahl/build/build.xml
-+++ subversion-1.4.x/subversion/bindings/java/javahl/build/build.xml
-@@ -17,13 +17,13 @@
- </javah>
- </target>
- <target name="javac" unless="junit.path">
+--- a/subversion/bindings/javahl/build/build.xml
++++ b/subversion/bindings/javahl/build/build.xml
+@@ -21,7 +21,7 @@
+
+ <target name="compile" unless="junit.path"
+ description="Compile the Java binding source files">
- <javac compiler="modern" destdir="classes">
+ <javac source="1.4" target="1.4" destdir="classes">
<src path="src"/>
<exclude name="org/tigris/subversion/javahl/tests/**"/>
</javac>
- </target>
- <target name="javac-tests" if="junit.path">
+@@ -29,7 +29,7 @@
+
+ <target name="compile-tests" if="junit.path"
+ description="Compile the Java test source files">
- <javac compiler="modern" destdir="classes">
+ <javac source="1.4" target="1.4" destdir="classes">
<src path="src"/>
|
[-]
[+]
|
Changed |
subversion.libtool-pie-flags.patch
^
|
@@ -1,40 +1,40 @@
- Makefile.in | 15 ++++++++-------
- 1 file changed, 8 insertions(+), 7 deletions(-)
+ Makefile.in | 17 ++++++++++-------
+ 1 file changed, 10 insertions(+), 7 deletions(-)
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -139,24 +139,25 @@ CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -150,24 +150,27 @@ CXXFLAGS = @CXXFLAGS@ $(EXTRA_CXXFLAGS)
CPPFLAGS = @CPPFLAGS@ $(EXTRA_CPPFLAGS)
LDFLAGS = @LDFLAGS@ $(EXTRA_LDFLAGS)
-+PIEFLAGS = -fno-pie -fno-PIE
++NOPIECFLAGS = -fno-pie -fno-PIE
++PIECFLAGS = -fpie -fPIE
++PIELDFLAGS = -pie
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES)
COMPILE_CXX = $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES)
-LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
-+LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) $(PIEFLAGS)
++LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) $(NOPIECFLAGS)
# special compilation for files destined for mod_dav_svn
-COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c
-+COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(PIEFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c
++COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(NOPIECFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c
# special compilation for files destined for libsvn_swig_* (e.g. swigutil_*.c)
-COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
-COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
-COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(CFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c
-+COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(PIEFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
-+COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(PIEFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
-+COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(CFLAGS) $(PIEFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c
++COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(NOPIECFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
++COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(NOPIECFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
++COMPILE_SWIG_RB = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(CFLAGS) $(NOPIECFLAGS) $(SWIG_RB_INCLUDES) $(INCLUDES) -o $@ -c
# special compilation for files destined for javahl (i.e. C++)
-COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(JAVAHL_INCLUDES) -o $@ -c
-+COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(PIEFLAGS) $(JAVAHL_INCLUDES) -o $@ -c
++COMPILE_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) $(NOPIECFLAGS) $(JAVAHL_INCLUDES) -o $@ -c
COMPILE_JAVAHL_JAVAC = $(JAVAC) $(JAVAC_FLAGS)
COMPILE_JAVAHL_JAVAH = $(JAVAH)
-LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir)
-+LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) $(PIEFLAGS) -rpath $(libdir)
++LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) $(PIELDFLAGS) -rpath $(libdir)
# special link rule for mod_dav_svn
LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS)
|
[-]
[+]
|
Changed |
subversion.libtool-verbose.patch
^
|
@@ -1,18 +1,16 @@
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -90,8 +90,8 @@ EXEEXT = @EXEEXT@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -95,8 +95,8 @@ EXEEXT = @EXEEXT@
SHELL = @SHELL@
LIBTOOL = @SVN_LIBTOOL@
--LTFLAGS = @SVN_LT_CCTAG@ --silent
--LTCXXFLAGS = @SVN_LT_CXXTAG@ --silent
-+LTFLAGS = @SVN_LT_CCTAG@
-+LTCXXFLAGS = @SVN_LT_CXXTAG@
+-LTFLAGS = --tag=CC --silent
+-LTCXXFLAGS = --tag=CXX --silent
++LTFLAGS = --tag=CC
++LTCXXFLAGS = --tag=CXX
LT_LDFLAGS = @LT_LDFLAGS@
LT_NO_UNDEFINED = @LT_NO_UNDEFINED@
LT_CXX_LIBADD = @LT_CXX_LIBADD@
|
[-]
[+]
|
Changed |
subversion.perl.LD_RUN_PATH.patch
^
|
@@ -1,18 +1,19 @@
clear LD_RUN_PATH, it will end up as RPATH in ELF binaries
+ERROR: RPATH "/usr/src/packages/BUILD/subversion-1.5.x/subversion/libsvn_subr/.libs" on /var/tmp/subversion-1.5.0-build/usr/lib/perl5/vendor_perl/5.10.0/ppc-linux-thread-multi-64int/auto/SVN/_Wc/_Wc.so is not allowed
+
+---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -605,7 +605,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -641,7 +641,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
./config.status subversion/bindings/swig/perl/native/Makefile.PL
- $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS)
+ $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL ; for i in `grep -wl ^LD_RUN_PATH Makefile Makefile.[^P]*` ; do sed -i 's@^LD_RUN_PATH.*@LD_RUN_PATH=@' $$i ; done
- swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile
- swig-pl: $(swig-pl_DEPS)
+ swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
+ $(SWIG_PL_DIR)/native/Makefile
|
[-]
[+]
|
Deleted |
subversion.svn_swig_perl.dep.patch
^
|
@@ -1,43 +0,0 @@
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile for SVN::_Core
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.client for SVN::_Client
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.delta for SVN::_Delta
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.fs for SVN::_Fs
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.ra for SVN::_Ra
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.repos for SVN::_Repos
- Note (probably harmless): No library found for -lsvn_swig_perl-1
- Writing Makefile.wc for SVN::_Wc
-
- Makefile.in | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-Index: subversion-1.4.x/Makefile.in
-===================================================================
---- subversion-1.4.x.orig/Makefile.in
-+++ subversion-1.4.x/Makefile.in
-@@ -598,15 +598,16 @@ clean-swig-headers:
- extraclean-swig-headers: clean-swig-headers
- $(EXTRACLEAN_SWIG_HEADERS)
-
-+swig-pl_native_Makefile_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
-+ libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl
-+
- $(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
- ./config.status subversion/bindings/swig/perl/native/Makefile.PL
-
--$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
-+$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS)
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
-
--swig-pl_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
-- libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \
-- $(SWIG_PL_DIR)/native/Makefile
-+swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile
- swig-pl: $(swig-pl_DEPS)
- if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \
- ln -sf $(SWIG_PL_SRC_DIR)/native/*.c $(SWIG_PL_DIR)/native; \
|
[-]
[+]
|
Deleted |
subversion.svn_swig_pl_info_receiver.patch
^
|
@@ -1,19 +0,0 @@
-/usr/src/packages/BUILD/subversion-1.4.x/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:1134: warning: 'return' with no value, in function returning non-void
-
----
- subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: subversion-1.4.x/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
-===================================================================
---- subversion-1.4.x.orig/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
-+++ subversion-1.4.x/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
-@@ -1132,7 +1132,7 @@ svn_error_t *svn_swig_pl_info_receiver(v
- swig_type_info *infoinfo = _SWIG_TYPE("svn_info_t *");
-
- if (!SvOK((SV *)baton))
-- return;
-+ return SVN_NO_ERROR;
-
- svn_swig_pl_callback_thunk(CALL_SV, baton, &result, "sSS", path, info,
- infoinfo, pool, POOLINFO);
|
|
Added |
ready
^
|
|
Deleted |
subversion-1.4.x.tar.bz2
^
|
|
Changed |
subversion-1.5.2.tar.bz2
^
|
[-]
[+]
|
Changed |
subversion.svngrep.sh
^
|
@@ -1,2 +1,2 @@
#!/bin/sh
-find \( -path '*/.pc' -o -path '*/.svn' \) -prune -o -type f -print0 | xargs -0 grep "$@"
+find \( -path '*/.pc' -o -path '*/.svn' -o -path '*/.git' \) -prune -o -type f -print0 | xargs -0 grep "$@"
|