diff options
Diffstat (limited to 'abs/extra/subversion')
-rw-r--r-- | abs/extra/subversion/ChangeLog | 66 | ||||
-rw-r--r-- | abs/extra/subversion/__changelog | 1 | ||||
-rw-r--r-- | abs/extra/subversion/subversion-neon.patch | 62 |
3 files changed, 0 insertions, 129 deletions
diff --git a/abs/extra/subversion/ChangeLog b/abs/extra/subversion/ChangeLog deleted file mode 100644 index b223bd8..0000000 --- a/abs/extra/subversion/ChangeLog +++ /dev/null @@ -1,66 +0,0 @@ -2009-12-27 Ionut Biru <ionut@archlinux.ro> - - * subversion 1.6.6-3: adding svn bash completion script - -2009-08-07 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated to: 1.6.4 - -2009-08-02 Eric Belanger <eric@archlinux.org> - - * subversion 1.6.3-2: Rebuilt against ruby 1.9 - -2009-06-07 Douglas Soares de Andrade <douglas@archlinux.org> - - * Now hopefully fixed git issues - -2009-05-16 Douglas Soares de Andrade <douglas@archlinux.org> - - * Fixing wrong link against ruby 1.9 - -2009-05-11 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.6.2 - -2009-04-17 Douglas Soares de Andrade <douglas@archlinux.org> - - * Back to use svnmerge.py from trunk - -2009-04-11 Douglas Soares de Andrade <douglas@archlinux.org> - - * Removing libtool files - -2009-04-10 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.6.1 - * Added gerardo patch to fix insecure rpaths - -2009-03-24 Douglas Soares de Andrade <douglas@archlinux.org> - - * Added sqlite3 as a dep - -2009-03-21 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.6.0 - -2009-02-26 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.5.6 - -2008-10-10 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.5.3 - -2008-09-04 Douglas Soares de Andrade <douglas@archlinux.org> - - * 1.5.2: Finally updated for i686 as it does not break the - devtools. - -2008-08-13 Douglas Soares de Andrade <dsa@aur.archlinux.org> - - * Updated for i686: 1.5.1 - -2008-07-23 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated for i686: 1.5.0 - diff --git a/abs/extra/subversion/__changelog b/abs/extra/subversion/__changelog deleted file mode 100644 index b91d08d..0000000 --- a/abs/extra/subversion/__changelog +++ /dev/null @@ -1 +0,0 @@ -removed kwallet and gnome diff --git a/abs/extra/subversion/subversion-neon.patch b/abs/extra/subversion/subversion-neon.patch deleted file mode 100644 index 7dc23c5..0000000 --- a/abs/extra/subversion/subversion-neon.patch +++ /dev/null @@ -1,62 +0,0 @@ -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]) - -- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then -+ if test -n ["`echo "$NEON_VERSION" | grep '^0\.2[5-8]\.'`"] ; 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[6-8]\.'`"] ; then - AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1], - [Define to 1 if you have Neon 0.26 or later.]) - fi -+ if test -n ["`echo "$NEON_VERSION" | grep '^0\.2[7-8]\.'`"] ; then -+ AC_DEFINE_UNQUOTED([SVN_NEON_0_27], [1], -+ [Define to 1 if you have Neon 0.27 or later.]) -+ fi - - for svn_allowed_neon in $NEON_ALLOWED_LIST; do - if test "$NEON_VERSION" = "$svn_allowed_neon" || -@@ -127,14 +131,18 @@ AC_DEFUN(SVN_NEON_CONFIG, - NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'` - 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[5-8]\.'`"] ; 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[6-8]\.'`"] ; then - AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1], - [Define to 1 if you have Neon 0.26 or later.]) - fi -+ if test -n ["`echo "$NEON_VERSION" | grep '^0\.2[7-8]\.'`"] ; then -+ AC_DEFINE_UNQUOTED([SVN_NEON_0_27], [1], -+ [Define to 1 if you have Neon 0.27 or later.]) -+ fi - - for svn_allowed_neon in $NEON_ALLOWED_LIST; do - if test "$NEON_VERSION" = "$svn_allowed_neon" || -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 -+#ifdef SVN_NEON_0_27 -+ra_dav_neonprogress(void *baton, ne_off_t progress, ne_off_t total) -+#else - ra_dav_neonprogress(void *baton, off_t progress, off_t total) -+#endif /* SVN_NEON_0_27 */ - { - const neonprogress_baton_t *neonprogress_baton = baton; - if (neonprogress_baton->progress_func) |