summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r313679:ngie2017-02-211-25/+23
| | | | | | | Use SRCTOP/OBJTOP relative paths where possible; use :H manipulation in lieu of ../ elsewhere This simplifies pathing in make/displayed output
* Update from subversion 1.9.2 to 1.9.4.dim2016-04-301-1/+1
| | | | | | | | | | | | | | | This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes between 1.9.4 and earlier versions: https://svn.apache.org/repos/asf/subversion/tags/1.9.4/CHANGES Note that the two security issues fixed in 1.9.4 (CVE-2016-2167 and CVE-2016-2168) do not affect the version of Subversion in the FreeBSD base system, since neither SASL nor Apache modules are enabled. Relnotes: yes MFC after: 2 weeks
* MFH to r289370gjb2015-10-151-0/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Update from svn-1.8.14 to 1.9.2.peter2015-10-121-0/+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
* | Make svn an individual packagebapt2015-03-051-0/+2
|/
* Promote SQLite3 as a privatelib as it will also be used by mandocbapt2014-11-221-3/+0
| | | | While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Fix a couple of typos that broke buildworld for me.truckman2013-06-191-2/+2
| | | | Reviewed by: peter
* Introduce svnlite so that we can check out our source code again.peter2013-06-181-0/+61
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 than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture.
OpenPOWER on IntegriCloud