summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libapr
Commit message (Collapse)AuthorAgeFilesLines
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Update apr-1.5.1 to 1.5.2peter2015-08-092-4/+4
|
* Add META_MODE support.sjg2015-06-131-0/+17
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * Merge head from 7/28sjg2014-08-193-5/+24
| |\ | |/ |/|
| * Merge headsjg2014-04-281-2/+0
| |\
| * \ Merge head@256284sjg2013-10-132-0/+8
| |\ \
| * | | New dependenciessjg2013-10-131-0/+16
| | | |
* | | | Update backend files and makefiles for apr 1.4.8 -> 1.5.1peter2014-05-273-5/+24
| |_|/ |/| |
* | | Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-251-2/+0
| |/ |/| | | | | ineffectual NOMAN= lines. These don't change the build at all.
* | Disable use of compiler atomic builtins. For APR, this is limited tonwhitehorn2013-10-041-0/+2
| | | | | | | | | | | | | | | | 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)
* 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-183-0/+1659
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