#
ec994981 |
| 19-Sep-2023 |
Cy Schubert <cy@FreeBSD.org> |
sqlite3: Vendor import of sqlite3 3.43.1
Release notes at https://www.sqlite.org/releaselog/3_43_1.html.
Obtained from: https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz
MFC after:
sqlite3: Vendor import of sqlite3 3.43.1
Release notes at https://www.sqlite.org/releaselog/3_43_1.html.
Obtained from: https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz
MFC after: 2 weeks
Merge commit 'fa2bb1440e13602676feec708ac7a9a3bb5ce5c8' into main
show more ...
|
#
937a2000 |
| 18-Jun-2013 |
Peter Wemm <peter@FreeBSD.org> |
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 inter
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.
show more ...
|