summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--usr.bin/svn/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/svn/Makefile.inc b/usr.bin/svn/Makefile.inc
index 5fe6464..330e201 100644
--- a/usr.bin/svn/Makefile.inc
+++ b/usr.bin/svn/Makefile.inc
@@ -29,6 +29,7 @@ LIBSVN_DIFFDIR= ${.OBJDIR}/../lib/libsvn_diff
LIBSVN_FSDIR= ${.OBJDIR}/../lib/libsvn_fs
LIBSVN_FS_FSDIR= ${.OBJDIR}/../lib/libsvn_fs_fs
LIBSVN_FS_UTILDIR= ${.OBJDIR}/../lib/libsvn_fs_util
+LIBSVN_FS_XDIR= ${.OBJDIR}/../lib/libsvn_fs_x
LIBSVN_RADIR= ${.OBJDIR}/../lib/libsvn_ra
LIBSVN_RA_LOCALDIR= ${.OBJDIR}/../lib/libsvn_ra_local
LIBSVN_RA_SVNDIR= ${.OBJDIR}/../lib/libsvn_ra_svn
@@ -47,6 +48,7 @@ LIBSVN_DIFF= ${LIBSVN_DIFFDIR}/libsvn_diff.a
LIBSVN_FS= ${LIBSVN_FSDIR}/libsvn_fs.a
LIBSVN_FS_FS= ${LIBSVN_FS_FSDIR}/libsvn_fs_fs.a
LIBSVN_FS_UTIL= ${LIBSVN_FS_UTILDIR}/libsvn_fs_util.a
+LIBSVN_FS_X= ${LIBSVN_FS_XDIR}/libsvn_fs_x.a
LIBSVN_RA= ${LIBSVN_RADIR}/libsvn_ra.a
LIBSVN_RA_LOCAL= ${LIBSVN_RA_LOCALDIR}/libsvn_ra_local.a
LIBSVN_RA_SVN= ${LIBSVN_RA_SVNDIR}/libsvn_ra_svn.a
OpenPOWER on IntegriCloud