public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/subversion/files: subversion-hotbackup-config.patch subversion-apr_cppflags.patch subversion-1.4-db4.patch subversion-1.1.1-perl-vendor.patch subversion-1.4.3-debug-config.patch subversion-1.4.6-neon-0.28.patch
@ 2008-03-22 18:43 Benedikt Boehm (hollow)
  0 siblings, 0 replies; only message in thread
From: Benedikt Boehm (hollow) @ 2008-03-22 18:43 UTC (permalink / raw
  To: gentoo-commits

hollow      08/03/22 18:43:20

  Modified:             subversion-hotbackup-config.patch
                        subversion-apr_cppflags.patch
                        subversion-1.4-db4.patch
                        subversion-1.1.1-perl-vendor.patch
                        subversion-1.4.3-debug-config.patch
                        subversion-1.4.6-neon-0.28.patch
  Log:
  add neon-0.28.1 support wrt #210535; refresh patches
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  dev-util/subversion/files/subversion-hotbackup-config.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-hotbackup-config.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-hotbackup-config.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-hotbackup-config.patch?r1=1.1&r2=1.2

Index: subversion-hotbackup-config.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-hotbackup-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-hotbackup-config.patch	17 Oct 2005 11:24:34 -0000	1.1
+++ subversion-hotbackup-config.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -1,6 +1,8 @@
---- tools/backup/hot-backup.py.in.orig	2003-12-16 17:41:14.000000000 +0100
-+++ tools/backup/hot-backup.py.in	2005-07-06 10:44:55.000000000 +0200
-@@ -34,7 +34,14 @@
+Index: subversion-1.4.6/tools/backup/hot-backup.py.in
+===================================================================
+--- subversion-1.4.6.orig/tools/backup/hot-backup.py.in
++++ subversion-1.4.6/tools/backup/hot-backup.py.in
+@@ -34,7 +34,14 @@ svnlook = "@SVN_BINDIR@/svnlook"
  svnadmin = "@SVN_BINDIR@/svnadmin"
  
  # Number of backups to keep around (0 for "keep them all")
@@ -14,5 +16,5 @@
 +print 'Keeping up to', num_backups, 'around.'			
 +
  
- ######################################################################
- # Command line arguments
+ # Archive types/extensions
+ archive_map = {



1.2                  dev-util/subversion/files/subversion-apr_cppflags.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-apr_cppflags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-apr_cppflags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-apr_cppflags.patch?r1=1.1&r2=1.2

Index: subversion-apr_cppflags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-apr_cppflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-apr_cppflags.patch	17 Apr 2006 19:19:34 -0000	1.1
+++ subversion-apr_cppflags.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -1,6 +1,8 @@
---- subversion-1.3.1/build/ac-macros/apr.m4	2004-11-24 00:18:18.000000000 +0100
-+++ subversion-1.3.1/build/ac-macros/apr.m4.new	2006-04-16 17:57:36.214707250 +0200
-@@ -59,7 +59,7 @@
+Index: subversion-1.4.6/build/ac-macros/apr.m4
+===================================================================
+--- subversion-1.4.6.orig/build/ac-macros/apr.m4
++++ subversion-1.4.6/build/ac-macros/apr.m4
+@@ -64,7 +64,7 @@ AC_DEFUN(SVN_LIB_APR,
      AC_MSG_ERROR([apr-config --ldflags failed])
    fi
  



1.2                  dev-util/subversion/files/subversion-1.4-db4.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4-db4.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4-db4.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4-db4.patch?r1=1.1&r2=1.2

Index: subversion-1.4-db4.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-1.4-db4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-1.4-db4.patch	11 Sep 2006 20:35:24 -0000	1.1
+++ subversion-1.4-db4.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -1,12 +1,13 @@
-diff -rNu subversion-0.27.0.orig/configure.in subversion-0.27.0/configure.in
---- subversion-0.27.0.orig/configure.in	2003-08-14 14:22:08.000000000 +0200
-+++ subversion-0.27.0/configure.in	2003-08-26 12:43:23.000000000 +0200
-@@ -261,7 +261,7 @@
+Index: subversion-1.4.6/configure.in
+===================================================================
+--- subversion-1.4.6.orig/configure.in
++++ subversion-1.4.6/configure.in
+@@ -245,7 +245,7 @@ powerpc-apple-darwin*)
  esac
  # Look for libdb4.so first:
  SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
 -                    $SVN_FS_WANT_DB_PATCH, [db4 db])
 +                    $SVN_FS_WANT_DB_PATCH, [db-4.3 db-4.2 db-4.0 db-4 db-4.1 db4 db])
  
- 
- # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it.
+ AC_DEFINE_UNQUOTED(SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MAJOR,
+                    [The desired major version for the Berkeley DB])



1.2                  dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch?r1=1.1&r2=1.2

Index: subversion-1.1.1-perl-vendor.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-1.1.1-perl-vendor.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-1.1.1-perl-vendor.patch	12 Nov 2004 04:38:19 -0000	1.1
+++ subversion-1.1.1-perl-vendor.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -3,14 +3,16 @@
 
 11 Nov 2004 agriffis
 
---- subversion-1.1.1/Makefile.in.vendor	2004-11-11 23:20:10.000000000 -0500
-+++ subversion-1.1.1/Makefile.in	2004-11-11 23:21:42.815937984 -0500
-@@ -571,7 +571,7 @@
-         done
+Index: subversion-1.4.6/Makefile.in
+===================================================================
+--- subversion-1.4.6.orig/Makefile.in
++++ subversion-1.4.6/Makefile.in
+@@ -606,7 +606,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
 -	cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
 +	cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
  
- swig-pl_DEPS = 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: $(swig-pl_DEPS)
+ 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 \



1.2                  dev-util/subversion/files/subversion-1.4.3-debug-config.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.3-debug-config.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.3-debug-config.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.3-debug-config.patch?r1=1.1&r2=1.2

Index: subversion-1.4.3-debug-config.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-1.4.3-debug-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-1.4.3-debug-config.patch	27 Feb 2007 21:31:50 -0000	1.1
+++ subversion-1.4.3-debug-config.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -1,6 +1,8 @@
---- configure.in.orig	2007-02-27 21:58:01.000000000 +0100
-+++ configure.in	2007-02-27 22:00:07.000000000 +0100
-@@ -433,7 +433,7 @@
+Index: subversion-1.4.6/configure.in
+===================================================================
+--- subversion-1.4.6.orig/configure.in
++++ subversion-1.4.6/configure.in
+@@ -433,7 +433,7 @@ AC_HELP_STRING([--with-ssl],
  
  AC_ARG_ENABLE(debug,
  AC_HELP_STRING([--enable-debug],
@@ -9,7 +11,7 @@
  [
      if test "$enableval" = "yes" ; then
        enable_debugging="yes"
-@@ -441,17 +441,6 @@
+@@ -441,17 +441,6 @@ AC_HELP_STRING([--enable-debug],
        enable_debugging="no"
      fi
  ])



1.2                  dev-util/subversion/files/subversion-1.4.6-neon-0.28.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.6-neon-0.28.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.6-neon-0.28.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/subversion/files/subversion-1.4.6-neon-0.28.patch?r1=1.1&r2=1.2

Index: subversion-1.4.6-neon-0.28.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/subversion/files/subversion-1.4.6-neon-0.28.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- subversion-1.4.6-neon-0.28.patch	2 Mar 2008 11:26:26 -0000	1.1
+++ subversion-1.4.6-neon-0.28.patch	22 Mar 2008 18:43:20 -0000	1.2
@@ -1,6 +1,8 @@
---- build/ac-macros/neon.m4
-+++ build/ac-macros/neon.m4
-@@ -50,14 +50,18 @@
+Index: subversion-1.4.6/build/ac-macros/neon.m4
+===================================================================
+--- subversion-1.4.6.orig/build/ac-macros/neon.m4
++++ subversion-1.4.6/build/ac-macros/neon.m4
+@@ -50,14 +50,18 @@ AC_DEFUN(SVN_LIB_NEON,
        NEON_VERSION=`cat $abs_srcdir/neon/.version`
        AC_MSG_RESULT([$NEON_VERSION])
  
@@ -21,7 +23,7 @@
  
        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
          if test "$NEON_VERSION" = "$svn_allowed_neon" ||
-@@ -127,14 +131,18 @@
+@@ -127,14 +131,18 @@ AC_DEFUN(SVN_NEON_CONFIG,
        NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
        AC_MSG_RESULT([$NEON_VERSION])
  
@@ -42,9 +44,11 @@
  
        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
          if test "$NEON_VERSION" = "$svn_allowed_neon" ||
---- subversion/libsvn_ra_dav/session.c
-+++ subversion/libsvn_ra_dav/session.c
-@@ -575,7 +575,11 @@
+Index: subversion-1.4.6/subversion/libsvn_ra_dav/session.c
+===================================================================
+--- subversion-1.4.6.orig/subversion/libsvn_ra_dav/session.c
++++ subversion-1.4.6/subversion/libsvn_ra_dav/session.c
+@@ -575,7 +575,11 @@ typedef struct neonprogress_baton_t
  } neonprogress_baton_t;
  
  static void



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-22 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 18:43 [gentoo-commits] gentoo-x86 commit in dev-util/subversion/files: subversion-hotbackup-config.patch subversion-apr_cppflags.patch subversion-1.4-db4.patch subversion-1.1.1-perl-vendor.patch subversion-1.4.3-debug-config.patch subversion-1.4.6-neon-0.28.patch Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox