about summary refs log tree commit diff
path: root/externals (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-11-14 * Grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr...Eelco Dolstra1-1/+1
2006-11-14 * Doh!Eelco Dolstra1-1/+1
2006-11-14 * Doh.Eelco Dolstra1-1/+1
2006-11-14 * Use the patched ATerm library.Eelco Dolstra3-892/+5
2006-11-07 * Fix the locking patch for Berkeley DB 4.5.Eelco Dolstra1-1/+1
2006-10-13 * Fix version.Eelco Dolstra1-1/+1
2006-10-13 * Use Berkeley DB 4.5.Eelco Dolstra2-9/+10
2006-09-22 * Supply the 64-bit ATerm patch, but don't apply it (since thatEelco Dolstra2-1/+664
requires rerunning Autoconf/Automake). Interested users should do that themselves.
2006-09-20 * Check for patch (NIX-59).Eelco Dolstra1-2/+2
2006-08-25 * Doh! (NIX-58)Eelco Dolstra1-1/+1
2006-08-25 * Honour DESTDIR so that bzip2/bunzip2 get installed in the rightEelco Dolstra1-1/+1
location when building RPMs (fixes NIX-58).
2006-06-22 * Apply the ATerm aliasing patch so that Nix works correctly with gcc 4.1.x.Eelco Dolstra2-1/+226
2006-06-14 * Oops.Eelco Dolstra1-1/+1
2006-06-07 * Fix for a locking bug in Berkeley DB on Cygwin.Rob Vermaas2-1/+23
2006-05-12 * Support for srcdir != builddir (NIX-41).Eelco Dolstra1-3/+3
2006-04-25 * Install only the header file and libraries from Berkeley DB.Eelco Dolstra1-1/+1
2006-04-25 * Create libexec.Eelco Dolstra1-1/+2
2006-04-25 * Typo.Eelco Dolstra1-1/+1
2006-04-25 * Unless --with-bzip2 is specified, use a copy of bzip2 in theEelco Dolstra1-3/+36
externals directory. This is in particular useful because though most systems have bzip2/bunzip2, they don't always have libbz2, which we need for bsdiff/bspatch.
2006-02-01 * Doh.Eelco Dolstra1-1/+1
2006-02-01 * Use Berkeley DB 4.4.20.Eelco Dolstra2-88/+3
2005-12-15 * Doh!Eelco Dolstra1-1/+1
2005-12-08 * Apply the patch.Eelco Dolstra1-0/+1
2005-12-08 * A patch to make the DB_REGISTER feature work when debug info is not on.Eelco Dolstra1-0/+84
2005-12-06 * Require Berkeley DB 4.4.Eelco Dolstra1-3/+3
* Checkpoint after an upgrade.
2005-10-11 * Use ATerm 2.4.2.Eelco Dolstra1-4/+4
2005-09-18 * Use a statically linked ATerm library and build it at -O1, sinceEelco Dolstra1-1/+2
higher optimisation levels cause statically linked libraries to barf.
2005-09-01 * Use aterm 2.4.Eelco Dolstra1-3/+3
2005-05-10 * Another typo.Eelco Dolstra1-1/+1
2005-05-09 * Use Berkeley DB 4.3.38.Eelco Dolstra1-3/+3
2005-05-04 * Use `$(MAKE)' instead of `make' for systems where `make' isn't GNUEelco Dolstra1-4/+4
make (such as FreeBSD).
2004-12-29 * Use aterm 2.3.1.Eelco Dolstra1-3/+3
2004-11-03 * Don't propagate our CFLAGS to the ATerm library since it breaks atEelco Dolstra1-2/+1
-O2.
2004-07-30 * Use ATerm 2.2.Eelco Dolstra1-3/+3
* Include bootstrap.sh in dist.
2004-06-28 * Use ATerm 2.1.Eelco Dolstra1-3/+3
2004-02-16 * Don't build ATerm library if we don't need to.Eelco Dolstra1-0/+4
2004-02-16 * Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra1-2/+6
2004-01-30 * Detect flex and bison; updated the manual.Eelco Dolstra1-31/+4
2004-01-07 * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is thatEelco Dolstra1-5/+6
it automatically removes log files when they are no longer needed. *** IMPORTANT *** If you have an existing Nix installation, you must checkpoint the Nix database to prevent recent transactions from being undone. Do the following: - optional: make a backup of $prefix/var/nix/db. - run `db_checkpoint' from Berkeley DB 4.1: $ db_checkpoint -h $prefix/var/nix/db -1 - optional (?): run `db_recover' from Berkeley DB 4.1: $ db_recover -h $prefix/var/nix/db - remove $prefix/var/nix/db/log* and $prefix/var/nix/db/__db*
2003-11-09 * Pass CFLAGS to the subpackages.Eelco Dolstra1-3/+9
2003-10-31 * Typo fix.Eelco Dolstra1-1/+1
2003-10-29 * Add sdf2-bundle to externals.Eelco Dolstra1-2/+29
2003-10-16 * Upgraded to Berkeley DB 4.1.25 and do not synchronously flush theEelco Dolstra1-6/+6
log on commit. This means that there is a small change that some transactions may be rolled back in case of a system crash, but this should not be a problem (it merely might cause some expression realisations to be rolled back), and it vastly improves performance. * Upgraded to ATerm 2.0.5 (which also includes Armijn's 64-bit patches).
2003-08-18 * Revision 300!Eelco Dolstra1-8/+8
* Put `@' in front of echo's in the Makefile.
2003-08-18 * No longer automatically download Berkeley DB / ATerm.Eelco Dolstra1-4/+10
2003-07-28 * Check for the pthread library (db4 needs it on some platforms).Eelco Dolstra1-1/+2
2003-07-24 * Prevent spurious rebuilds of db/aterm.Eelco Dolstra1-2/+10
2003-07-23 * Incorporated Berkeley DB and ATerm into the source tree.Eelco Dolstra1-0/+43
* `make dist'.