summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291330:bdrewery2015-12-041-1/+1
| | | | Replace DPSRCS that work fine in SRCS.
* MFC r290431:bdrewery2015-12-041-0/+1
| | | | Add SUBDIR_PARALLEL.
* MFC r288266:bdrewery2015-10-131-1/+4
| | | | Add more SUBDIR_PARALLEL.
* MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505,peter2015-10-1210-31/+48
| | | | | | | | | r286506,r286510,r286561,r286562,r287034 Update svnlite from 1.8.10 to 1.8.14, and the support components: serf->1.3.8, apr->1.5.2, apr-util->1.5.4, sqlite3->3.8.11.1 This includes syncing the developer templates with head.
* MFC r278603, r278607:gjb2015-02-141-1/+1
| | | | | | | | | | | | | r278603: Ensure ORGANIZATION_NAME is quoted when ORGANIZATION could contain strings of two or more words. r278607: Reduce number of lines to set ORGANIZATION_NAME in freebsd-organization.h. PR: 197540 Sponsored by: The FreeBSD Foundation
* MFC r264400,r265836:ngie2014-12-319-8/+10
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* MFC r270668, r270669, r270672:gjb2014-08-291-0/+1
| | | | | | | | | | | | | r270668: Add gnugrep.1 to CLEANFILES. r270669: Add host.1 to CLEANFILES. r270672: Add svnlite.1 to CLEANFILES. Sponsored by: The FreeBSD Foundation
* MFC r266728,266731,266735,266736,268135,268960,269833peter2014-08-125-9/+30
| | | | | | | | Update apr 1.4.8 -> 1.5.1 Update apr-util 1.5.2 -> 1.5.3 Update serf 1.3.4 -> 1.3.7 Update svnlite 1.8.8 -> 1.8.10 Deal with svnlite.1 manpage.
* MFC r257129,257936,258084,258569,258602,262250,262251peter2014-02-203-5/+14
| | | | svn-1.8.4, 1.8.5, 1.8.8 and self-contained private support libraries
* Disable use of compiler atomic builtins. For APR, this is limited tonwhitehorn2013-10-042-1/+3
| | | | | | | | architectures where they are known not to work. For SVN itself, use the least common denominator and disable them across the board. This allows svnlite to build and run on all FreeBSD architectures. Approved by: re (gjb)
* Make svnlite (actually libapr) work correctly on big-endian arches.dim2013-09-191-0/+6
| | | | | | | | | | | | | | Otherwise, you would get errors similar to: $ svn co svn://svn.freebsd.org/base/head test A test/lib A test/lib/libutil svn: E200014: Checksum mismatch for '/home/dim/test/lib/libutil/kinfo_getproc.3': expected: 0882097a545210d88edff8f63b328602 actual: b378eb08a0f4d4c97c513c4b17207f59 Approved by: re (gjb, marius)
* Update serf 1.2.1 -> 1.3.0 for svnpeter2013-08-021-1/+1
|
* Update subversion-1.8.0 -> 1.8.1. Update supportingpeter2013-07-283-6/+20
| | | | | | | components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2. This is a post point-zero bug-fix / fix-sharp-edges release, including some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
* If you've compiled your base system with WITH_ICONV, then use it for svnpeter2013-07-012-0/+10
| | | | | | | alongside the other consumers (bsdtar, csh etc). The svnlite build gets upset when it hits non-ascii characters in inconvenient places.
* Update to current configuration.peter2013-07-013-13/+139
|
* Fix a couple of typos that broke buildworld for me.truckman2013-06-191-2/+2
| | | | Reviewed by: peter
* Tweak generated config to make it more likely to work on 32 bit systems.peter2013-06-181-2/+17
| | | | Pointed out by: Trond.Endrestol@fagskolen.gjovik.no
* Introduce svnlite so that we can check out our source code again.peter2013-06-1840-0/+3241
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