summaryrefslogtreecommitdiffstats
path: root/contrib/serf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-06-18 02:53:45 +0000
committerpeter <peter@FreeBSD.org>2013-06-18 02:53:45 +0000
commit6c648dd64281efca05b7711e0d8781e79fdb0266 (patch)
tree7bbe0a2e1dcc033e00fd7f2cdc4003e6c2571a2a /contrib/serf
parent59d4cd396536c7c66a68c62cdeab33c771138b11 (diff)
parent82321653c0341ed1b1b7a6a654cd9e3acc78d463 (diff)
parenta8f6409a75aa79fd55552dae377d17f57633eb74 (diff)
parent742fdefb60e8a72bfce855bcc6d2b749c41237f9 (diff)
parent7710edceb94af5cbf01337768e75ce64146796ed (diff)
parentd25dac7fcc6acc838b71bbda8916fd9665c709ab (diff)
downloadFreeBSD-src-6c648dd64281efca05b7711e0d8781e79fdb0266.zip
FreeBSD-src-6c648dd64281efca05b7711e0d8781e79fdb0266.tar.gz
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 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