summaryrefslogtreecommitdiff
path: root/devel/subversion/patches
diff options
context:
space:
mode:
authorepg <epg>2003-07-12 05:39:41 +0000
committerepg <epg>2003-07-12 05:39:41 +0000
commit2da934c1dd10ed402cd9c07dd7765b58202b8b82 (patch)
tree121c087ce15aaa7f48c89388eed9c59d87092166 /devel/subversion/patches
parent85f2f9233e08c0c127a5a6b4ec3338b44522cc1d (diff)
downloadpkgsrc-2da934c1dd10ed402cd9c07dd7765b58202b8b82.tar.gz
Update to 0.25.
Upstream change log: Version 0.25.0 (released 09 July 2003, revision 6394, branches/release-0.25.0) User-visible changes: * command line options: . new --force option for svn export (r6327,#1296) . new --force-log for commit, copy, delete, import, mkdir, move (r6294) . --force no longer needed for commit * commands . new - svnadmin archive (r6310) . changed - svn import syntax now 'svn import [PATH] URL' (r6288,#933,#735) . fixed - Search PATH for external diff commands (r6373) . fixed - 'svn switch' memory bug (r6296) . fixed - 'svn mkdir' coredump (r6388,#1369) * python bindings now in -tools rpm for Mandrake 9.1 (r6374) * allow parent-into-child copies, provided they are not WC->WC. (r6348,#1367) * fixed - Apache module installation order (r6382-6,#1381) * now requre apache 2.0.47 (and apr 0.9.4) * fix 2 commit leaks * fix mod_dav_svn path-escaping bug Developer-visible changes: * Win32 build system . new - .vcproj files for svn_config project and APR (r6311) . fixed - SWIG bindings for Win32 (r6304) . vcproj generator now works (r6316) . swig's generated .c files now dependent on headers in .i files (r6379) . refactored code common to dsp & vcproj into gen_win.py (r6328) * fixed . SEGFAULTs in SWIG bindings (r6339) . potential SEGFAULTs in 'REPORT vcc' backward-compatibility code (r6377) . mod_dav_svn's autoversioning failure on PUT (r6312) . 'svn switch' memory bug (r6296) * changed - mailer.py now uses svn_repos_replay()
Diffstat (limited to 'devel/subversion/patches')
-rw-r--r--devel/subversion/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/subversion/patches/patch-ab b/devel/subversion/patches/patch-ab
deleted file mode 100644
index 3d009dea8f3..00000000000
--- a/devel/subversion/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2003/06/06 11:05:01 jmmv Exp $
-
---- tools/backup/hot-backup.py.in.orig Wed Mar 12 21:09:33 2003
-+++ tools/backup/hot-backup.py.in
-@@ -31,10 +31,10 @@ import sys, os, shutil, string, re
- svnlook = "@SVN_BINDIR@/svnlook"
-
- # Path to db_archive program
--db_archive = "/usr/local/BerkeleyDB.4.0/bin/db_archive"
-+db_archive = "@BUILDLINK_PREFIX.db4@/bin/db4_archive"
-
- # Path to db_recover progrem
--db_recover = "/usr/local/BerkeleyDB.4.0/bin/db_recover"
-+db_recover = "@BUILDLINK_PREFIX.db4@/bin/db4_recover"
-
- # Number of backups to keep around (0 for "keep them all")
- num_backups = 64