From b0ed3e4e370575204d9db5cd6c02a812aba6dacb Mon Sep 17 00:00:00 2001 From: epg Date: Tue, 20 Apr 2004 23:13:03 +0000 Subject: 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. --- devel/subversion/Makefile.version | 4 ++-- devel/subversion/distinfo | 8 ++++---- devel/subversion/patches/patch-ae | 22 +++++++++++----------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 00a1842b7a0..1b571bac7fd 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -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 --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 55467741346..fcd07267749 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -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 --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae index 7791469c223..4a7395a2ccb 100644 --- a/devel/subversion/patches/patch-ae +++ b/devel/subversion/patches/patch-ae @@ -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 @@ $NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $ + #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 @@ $NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $ 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 @@ $NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $ + #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 @@ $NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $ 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 @@ $NetBSD: patch-ae,v 1.10 2004/04/04 20:51:21 epg Exp $ + #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" -- cgit v1.2.3