summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-012-1/+1
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Add SUBDIR_PARALLEL.bdrewery2015-11-061-0/+1
| | | | | | | None of these libraries depend on each other. Submitted by: Jia-Shiun Li <jiashiun@gmail.com> MFC after: 2 weeks
* Update from svn-1.8.14 to 1.9.2.peter2015-10-1210-27/+74
| | | | | | | | | | | | | | | | 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
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-2516-32/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Add a #ifndef around the HAVE_ICONV settings since it is suppliedpeter2015-08-101-0/+2
| | | | by the Makefile.
* Don't assume iconv is enabled. I didn't realize there was a configurationpeter2015-08-102-2/+2
| | | | | | control to turn it off and it wasn't being respected. Pointed out by: gshapiro
* Update apr-util config - I don't believe this part is used by svn, butpeter2015-08-092-9/+5
| | | | if it were, use shm_* instead of sysvshm.
* Update apr-1.5.1 to 1.5.2peter2015-08-092-4/+4
|
* Add META_MODE support.sjg2015-06-1316-0/+251
|\ | | | | | | | | | | | | | | | | | | | | 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 sync of headsjg2015-05-273-40/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-193-5/+24
| |\
| * \ Merge from headsjg2014-05-081-1/+1
| |\ \
| * \ \ Merge headsjg2014-04-284-7/+1
| |\ \ \
| * \ \ \ Merge head@256284sjg2013-10-132-0/+8
| |\ \ \ \
| * | | | | New dependenciessjg2013-10-1317-0/+249
| | | | | |
* | | | | | Promote SQLite3 as a privatelib as it will also be used by mandocbapt2014-11-222-26/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4
* | | | | Update backend files and makefiles for apr 1.4.8 -> 1.5.1peter2014-05-273-5/+24
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| | | | | | | | from the latter.
* | | Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-253-6/+0
| | | | | | | | | | | | ineffectual NOMAN= lines. These don't change the build at all.
* | | Match our implementation of iconv's inbuf argument.peter2014-02-201-1/+1
| |/ |/|
* | 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)
* 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-282-2/+16
| | | | | | | 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
|
* 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-1827-0/+2527
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