aboutsummaryrefslogtreecommitdiff
path: root/contrib/apr/libapr.dep
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2013-06-18 02:53:45 +0000
committerPeter Wemm <peter@FreeBSD.org>2013-06-18 02:53:45 +0000
commit937a2000893c36b8f9ba7898a1afc66a9f20db16 (patch)
tree7bbe0a2e1dcc033e00fd7f2cdc4003e6c2571a2a /contrib/apr/libapr.dep
parentcc56559534ee74e903edc2c077be79ac579037d0 (diff)
parentb641829dcad12c65ed87cf0ebe11100791b9256a (diff)
parentcce25783c6a76ad8dbe0d4811bea1b71f5e8dd25 (diff)
parent4e6fa1a5527bdafe16ff845932d9cdcf9c51d8f6 (diff)
parentd8150fbab95feec5a1cc894f625d08b5fa9fe266 (diff)
parent32547653cc5376642e1231fb644db99933ac8db4 (diff)
downloadsrc-937a2000893c36b8f9ba7898a1afc66a9f20db16.tar.gz
src-937a2000893c36b8f9ba7898a1afc66a9f20db16.zip
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.
Notes
Notes: svn path=/head/; revision=251886