pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/subversion Update to Version 1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/344cd4644057
branches:  trunk
changeset: 473566:344cd4644057
user:      epg <epg%pkgsrc.org@localhost>
date:      Tue Apr 20 23:13:03 2004 +0000

description:
Update to Version 1.0.2.
(15 April 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.2

 User-visible changes:
 * fixed: segfault when remotely deleting svn:author property.
 * fixed: mod_dav_svn accepting too many authors. (issue #1786)
 * fixed: create runtime config files with native EOLs. (Issue #1802)
 * fixed: recursive propset can corrupt .svn/entries (issue #1794)
 * fixed: allow shared working copies [mostly working now] (issue #1509)
 * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
 * fixed: svnserve assertion failure on empty error messages
 * fixed: commit/update memory leaks when working on many targets (issue #1635)
 * fixed: don't display repos-paths or URLs with '\' on win32.
 * new example script:  svnserve 'sgid' wrapper.
 * minor book fixes, new 'best-practices' doc.

 Developer-visible changes:
 * fixed: deprecation warning from SWIG 1.3.20_
 * fixed: broken win32 python-swig bindings compilation.
 * fixed: bug in libsvn_fs changes-table change-folding code.
 * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
 * added VC7 support and defines for including debug symbol files.

diffstat:

 devel/subversion/Makefile.version |   4 ++--
 devel/subversion/distinfo         |   8 ++++----
 devel/subversion/patches/patch-ae |  22 +++++++++++-----------
 3 files changed, 17 insertions(+), 17 deletions(-)

diffs (95 lines):

diff -r 037465f3b7bb -r 344cd4644057 devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Tue Apr 20 23:00:28 2004 +0000
+++ b/devel/subversion/Makefile.version Tue Apr 20 23:13:03 2004 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.16 2004/03/29 18:08:33 epg Exp $
+# $NetBSD: Makefile.version,v 1.17 2004/04/20 23:13:03 epg Exp $
 
 .if !defined(SVNVER)
-SVNVER=                1.0.1
+SVNVER=                1.0.2
 .endif
diff -r 037465f3b7bb -r 344cd4644057 devel/subversion/distinfo
--- a/devel/subversion/distinfo Tue Apr 20 23:00:28 2004 +0000
+++ b/devel/subversion/distinfo Tue Apr 20 23:13:03 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2004/04/04 20:51:21 epg Exp $
+$NetBSD: distinfo,v 1.28 2004/04/20 23:13:04 epg Exp $
 
-SHA1 (subversion-1.0.1.tar.gz) = de7c09e18eb97aa8ac42798d887f64336f12375e
-Size (subversion-1.0.1.tar.gz) = 7245193 bytes
+SHA1 (subversion-1.0.2.tar.gz) = 2bd972757117515ed0678cb9e99661f6866f4806
+Size (subversion-1.0.2.tar.gz) = 7109867 bytes
 SHA1 (patch-aa) = 00bd9a667459a704c6454e581c2cc5b1cfc197a9
 SHA1 (patch-ac) = 7f0669a6f684583ff0ca4a443be356ae2fca06db
-SHA1 (patch-ae) = 7a2451697b5867dd9731629142fca568164cb73c
+SHA1 (patch-ae) = f46997aada11046dd935d740c6b071b98bba2150
diff -r 037465f3b7bb -r 344cd4644057 devel/subversion/patches/patch-ae
--- a/devel/subversion/patches/patch-ae Tue Apr 20 23:00:28 2004 +0000
+++ b/devel/subversion/patches/patch-ae Tue Apr 20 23:13:03 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $
+$NetBSD: patch-ae,v 1.11 2004/04/20 23:13:04 epg Exp $
 
---- configure.orig     Wed Mar  4 01:27:45 1970
+--- configure.orig     Mon Apr 19 11:08:37 2004
 +++ configure
-@@ -10583,8 +10583,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -10590,8 +10590,9 @@ echo "$as_me: WARNING: swig bindings ver
      if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
        { echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
  echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -12,9 +12,9 @@
 +      #SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-py-lib"
 +      #SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-py-lib"
  
- 
        echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -10666,7 +10667,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+ echo $ECHO_N "checking if swig needs -L for its libraries... $ECHO_C" >&6
+@@ -10672,7 +10673,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
        ### TODO: enable when the target is implemented correctly
  #      SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
  #      SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"
@@ -23,7 +23,7 @@
        SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` \$(SWIG_PL_INCLUDES)"
        SWIG_PL_LINK="`$PERL -MConfig -e 'print $Config{ld}'` `$PERL -MConfig -e 'print $Config{lddlflags}'` `$PERL -MExtUtils::Embed -e ldopts`"
      fi
-@@ -10784,8 +10785,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -10798,8 +10799,9 @@ echo "$as_me: WARNING: swig bindings ver
      if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
        { echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
  echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -33,9 +33,9 @@
 +      #SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-py-lib"
 +      #SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-py-lib"
  
- 
        echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -10867,7 +10869,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+ echo $ECHO_N "checking if swig needs -L for its libraries... $ECHO_C" >&6
+@@ -10880,7 +10882,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
        ### TODO: enable when the target is implemented correctly
  #      SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
  #      SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"
@@ -44,7 +44,7 @@
        SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` \$(SWIG_PL_INCLUDES)"
        SWIG_PL_LINK="`$PERL -MConfig -e 'print $Config{ld}'` `$PERL -MConfig -e 'print $Config{lddlflags}'` `$PERL -MExtUtils::Embed -e ldopts`"
      fi
-@@ -10988,8 +10990,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -11009,8 +11011,9 @@ echo "$as_me: WARNING: swig bindings ver
      if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
        { echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
  echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -54,9 +54,9 @@
 +      #SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-py-lib"
 +      #SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-py-lib"
  
- 
        echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -11071,7 +11074,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+ echo $ECHO_N "checking if swig needs -L for its libraries... $ECHO_C" >&6
+@@ -11091,7 +11094,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
        ### TODO: enable when the target is implemented correctly
  #      SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
  #      SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"



Home | Main Index | Thread Index | Old Index