Change Makefiles under usr.bin/svn to make them easier to incrementallyupdate. No functional change intended.MFC after: 2 weeks
Update from svn-1.8.14 to 1.9.2.Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.htmlOf particular note, the client checkout format has *not* changed so
Update from svn-1.8.14 to 1.9.2.Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.htmlOf particular note, the client checkout format has *not* changed soupgrades should *not* be required.When reading a repository (file:// or running as a local server), animproved fsfs version 7 is available with significant performanceimprovements. An optional upgrade is possible to use the new features.Without the upgrade, this is fully read/write compatible with theversion 6 fsfs as in svn-1.8.Relnotes: yes
show more ...
META_MODE: Remove DEP_RELDIR from Makefile.depend files.This has not been needed since r284171 in projects/bmake.Sponsored by: EMC / Isilon Storage Division
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
New dependencies
Introduce svnlite so that we can check out our source code again.This is actually a fully functional build except:* All internal shared libraries are static linked to make sure there is no inter
Introduce svnlite so that we can check out our source code again.This is actually a fully functional build except:* All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time).* It does not have the python/perl/etc plugin or API support.* By default, it installs as "svnlite" rather than "svn".* If WITH_SVN added in make.conf, you get "svn".* If WITHOUT_SVNLITE is in make.conf, this is completely disabled.To be absolutely clear, this is not intended for any use other thanchecking out freebsd source and committing, like we once did with cvs.It should be usable for small scale local repositories that don'tneed the python/perl plugin architecture.