summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/svndumpfilter
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
committerpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
commitb6c77895261859228cc9fa0664e09fbea060e104 (patch)
tree64ec78831396b65233663ebce29e8f389059bb8d /usr.bin/svn/svndumpfilter
parent67366adb20c44f7e7f9f3739419e8a0a82157433 (diff)
parentc18b5d7f26f112be58bb1c4660799dea49f219ba (diff)
downloadFreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.zip
FreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.tar.gz
Update from svn-1.8.14 to 1.9.2.
Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes
Diffstat (limited to 'usr.bin/svn/svndumpfilter')
-rw-r--r--usr.bin/svn/svndumpfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/svn/svndumpfilter/Makefile b/usr.bin/svn/svndumpfilter/Makefile
index 44b4f07..09bb541 100644
--- a/usr.bin/svn/svndumpfilter/Makefile
+++ b/usr.bin/svn/svndumpfilter/Makefile
@@ -21,6 +21,7 @@ CFLAGS+=-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/.. \
LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \
-L${LIBSVN_FSDIR} -lsvn_fs \
-L${LIBSVN_FS_FSDIR} -lsvn_fs_fs \
+ -L${LIBSVN_FS_XDIR} -lsvn_fs_x \
-L${LIBSVN_FS_UTILDIR} -lsvn_fs_util \
-L${LIBSVN_DELTADIR} -lsvn_delta \
-L${LIBSVN_SUBRDIR} -lsvn_subr \
OpenPOWER on IntegriCloud