Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out build targets into all (only libraries) and tests (only | Greg Lehey | 2004-12-14 | 1 | -5/+7 |
| | | | | | | | | | | | | | tests). The original Makefile built only the tests. This solves a problem with (only slightly) older versions of FreeBSD which don't have libpthreads. This is required for the tests, and since there are other issues, it doesn't seem to be worthwhile trying to fix them. If you want to build the tests on a release older than 5.3, you'll have to play around a bit. Notes: svn path=/head/; revision=123982 | ||||
* | Clarify that the package won't build on older versions. | Greg Lehey | 2004-12-14 | 1 | -0/+5 |
| | | | | Notes: svn path=/head/; revision=123980 | ||||
* | New port: ptmalloc is an older version of the GNU libc malloc. It has | Greg Lehey | 2004-12-14 | 5 | -0/+130 |
a BSD compatible license and outperforms FreeBSD's malloc by an order of magnitude with some pathological files (notably pthreads and realloc abuse). Notes: svn path=/head/; revision=123979 |