Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts | asami | 1997-11-22 | 1 | -1/+3 |
| | | | | with the system version (even though it's obsolete). | ||||
* | ldconfig -> ${LDCONFIG}. | max | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Didn't have a maintainer... since I've made the last several commits, I | obrien | 1997-04-28 | 1 | -1/+3 |
| | | | | | might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?) | ||||
* | Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavate | obrien | 1997-04-28 | 2 | -1/+3 |
| | | | | namespace clashes with /usr/include/malloc.h | ||||
* | Proctect contents of malloc.h as C code if included in a C++ program. | obrien | 1997-04-28 | 1 | -0/+23 |
| | |||||
* | Uncomment -DSTDHEADERS so that we can use Bruce's work. | asami | 1997-04-24 | 1 | -0/+17 |
| | |||||
* | Add the docs to the package. | obrien | 1997-04-21 | 2 | -1/+8 |
| | |||||
* | Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure | asami | 1997-01-10 | 4 | -11/+20 |
| | | | | | | what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!) | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -2/+1 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | This port is BROKEN. Actually, do we still need this, now that we | asami | 1996-04-12 | 1 | -1/+3 |
| | | | | have phkmalloc in the main source tree? | ||||
* | Change gategory name "development" -> "devel". Also take out the | asami | 1995-11-26 | 1 | -2/+2 |
| | | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here. | ||||
* | Add | asami | 1995-06-24 | 2 | -1/+5 |
| | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) | ||||
* | And now, yet another round of Makefile updates, devel version! | asami | 1995-04-09 | 1 | -3/+4 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 1 | -2/+3 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | And another patch for the "new" make. | ats | 1995-01-29 | 1 | -7/+34 |
| | |||||
* | Fancy malloc lib with fast allocation time, extensive leak detection | jkh | 1995-01-12 | 6 | -0/+147 |
and tracing, etc.. By Mark Moraes. Submitted by: moraes |