aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile.am
AgeCommit message (Collapse)Author
2006-09-22* Supply the 64-bit ATerm patch, but don't apply it (since thatEelco Dolstra
requires rerunning Autoconf/Automake). Interested users should do that themselves.
2006-09-20* Check for patch (NIX-59).Eelco Dolstra
2006-08-25* Doh! (NIX-58)Eelco Dolstra
2006-08-25* Honour DESTDIR so that bzip2/bunzip2 get installed in the rightEelco Dolstra
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 Dolstra
2006-06-14* Oops.Eelco Dolstra
2006-06-07* Fix for a locking bug in Berkeley DB on Cygwin.Rob Vermaas
2006-05-12* Support for srcdir != builddir (NIX-41).Eelco Dolstra
2006-04-25* Install only the header file and libraries from Berkeley DB.Eelco Dolstra
2006-04-25* Create libexec.Eelco Dolstra
2006-04-25* Typo.Eelco Dolstra
2006-04-25* Unless --with-bzip2 is specified, use a copy of bzip2 in theEelco Dolstra
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 Dolstra
2006-02-01* Use Berkeley DB 4.4.20.Eelco Dolstra
2005-12-15* Doh!Eelco Dolstra
2005-12-08* Apply the patch.Eelco Dolstra
2005-12-06* Require Berkeley DB 4.4.Eelco Dolstra
* Checkpoint after an upgrade.
2005-10-11* Use ATerm 2.4.2.Eelco Dolstra
2005-09-18* Use a statically linked ATerm library and build it at -O1, sinceEelco Dolstra
higher optimisation levels cause statically linked libraries to barf.
2005-09-01* Use aterm 2.4.Eelco Dolstra
2005-05-10* Another typo.Eelco Dolstra
2005-05-09* Use Berkeley DB 4.3.38.Eelco Dolstra
2005-05-04* Use `$(MAKE)' instead of `make' for systems where `make' isn't GNUEelco Dolstra
make (such as FreeBSD).
2004-12-29* Use aterm 2.3.1.Eelco Dolstra
2004-11-03* Don't propagate our CFLAGS to the ATerm library since it breaks atEelco Dolstra
-O2.
2004-07-30* Use ATerm 2.2.Eelco Dolstra
* Include bootstrap.sh in dist.
2004-06-28* Use ATerm 2.1.Eelco Dolstra
2004-02-16* Don't build ATerm library if we don't need to.Eelco Dolstra
2004-02-16* Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra
2004-01-30* Detect flex and bison; updated the manual.Eelco Dolstra
2004-01-07* Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is thatEelco Dolstra
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 Dolstra
2003-10-31* Typo fix.Eelco Dolstra
2003-10-29* Add sdf2-bundle to externals.Eelco Dolstra
2003-10-16* Upgraded to Berkeley DB 4.1.25 and do not synchronously flush theEelco Dolstra
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 Dolstra
* Put `@' in front of echo's in the Makefile.
2003-08-18* No longer automatically download Berkeley DB / ATerm.Eelco Dolstra
2003-07-28* Check for the pthread library (db4 needs it on some platforms).Eelco Dolstra
2003-07-24* Prevent spurious rebuilds of db/aterm.Eelco Dolstra
2003-07-23* Incorporated Berkeley DB and ATerm into the source tree.Eelco Dolstra
* `make dist'.