summaryrefslogtreecommitdiff
path: root/devel/subversion/patches
diff options
context:
space:
mode:
authorepg <epg>2003-12-06 03:01:57 +0000
committerepg <epg>2003-12-06 03:01:57 +0000
commit1715519251d983f50be094c37362678d842df41e (patch)
tree307ce94dc6e4964f69e211093d400fc636d6860a /devel/subversion/patches
parentcb87c2a18bbbb430f41f7345f112f54c60aef52d (diff)
downloadpkgsrc-1715519251d983f50be094c37362678d842df41e.tar.gz
Update to 0.34.0.
Add PERL to CONFIGURE_ENV for p5-subversion. Upstream change log: Version 0.34.0 (released 3 December 2003, from revision r7859) http://svn.collab.net/repos/svn/tags/0.34.0 ##################################################################### ## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ## ##################################################################### ## ## ## This release makes an incompatible change to the Subversion ## ## database. Repositories created with versions of Subversion ## ## prior to 0.34 will not work with Subversion 0.34. ## ## To upgrade, first use 'svnadmin dump' with your existing ## ## Subversion binaries. Then upgrade your binaries to 0.34, and ## ## use 'svnadmin load' to create a new repository from your ## ## dumpfile. ## ## Don't forget to copy any custom configuration/hooks from the ## ## old to the new repository. ## ## ## ##################################################################### Please see notes/repos_upgrade_HOWTO for documentation on migrating pre-0.34.0 repos to 0.34.0. That document is also located here: http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO User-visible changes: * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!** * Berkeley DB 4.2.50 is now the recommended Berkeley version * Fix: 'svn status' thought replaced items were unversioned (#1609) * SSL server cert error prompt improvement (r7849) * many error message improvements (r7745, r7763, r7824 and 7827 - #897) * don't show update-completion message until all wc work completes (#1556) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * public client APIs changes (r7799) after fixing #1556 * many improvements and fixes on Perl bindings (perl => 5.8.0 are required) * improvements, fixes on misc. test scripts * many other changes not listed here Merged revisions after release branching: * r7868 - Java bindings * r7888 - Security fix for svnserve
Diffstat (limited to 'devel/subversion/patches')
-rw-r--r--devel/subversion/patches/patch-ae16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae
index df878481cfc..d2d3f8c7b51 100644
--- a/devel/subversion/patches/patch-ae
+++ b/devel/subversion/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
+$NetBSD: patch-ae,v 1.6 2003/12/06 03:01:57 epg Exp $
---- configure.orig 2003-11-18 01:58:09.000000000 -0500
+--- configure.orig Wed Dec 3 17:40:04 2003
+++ configure
-@@ -21072,8 +21072,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10494,8 +10494,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -14,7 +14,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21160,7 +21161,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10582,7 +10583,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then
@@ -23,7 +23,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 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
-@@ -21254,8 +21255,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10676,8 +10677,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -35,7 +35,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21342,7 +21344,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10764,7 +10766,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then
@@ -44,7 +44,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 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
-@@ -21439,8 +21441,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10861,8 +10863,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -56,7 +56,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21527,7 +21530,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10949,7 +10952,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then