summaryrefslogtreecommitdiffstats
path: root/devel/libmalloc
Commit message (Collapse)AuthorAgeFilesLines
* * there were two patches in the last patch-aa, so I ended up spamming oneobrien1999-02-053-4/+97
| | | | | of them on my last cleanup. * really fix for ELF
* fix breakageobrien1998-12-013-162/+31
|
* Mark this broken for 3.0:asami1998-11-281-2/+7
| | | | | | | | | | | | ------- cc -c -g -I./splay -I/root/include -DHAVE_MMAP -DSTDHEADERS -DDEBUG -DTRACE -DPROFILESIZES _emalloc.c -o _emalloc.o In file included from defs.h:51, from _emalloc.c:5: externs.h:110: conflicting types for `mmap' /usr/include/stdio.h:282: previous declaration of `mmap' *** Error code 1 Stop.
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflictsasami1997-11-221-1/+3
| | | | with the system version (even though it's obsolete).
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Didn't have a maintainer... since I've made the last several commits, Iobrien1997-04-281-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 aleavateobrien1997-04-282-1/+3
| | | | namespace clashes with /usr/include/malloc.h
* Proctect contents of malloc.h as C code if included in a C++ program.obrien1997-04-281-0/+23
|
* Uncomment -DSTDHEADERS so that we can use Bruce's work.asami1997-04-241-0/+17
|
* Add the docs to the package.obrien1997-04-212-1/+8
|
* Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sureasami1997-01-104-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 fromasami1996-11-181-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.asami1996-11-181-2/+2
|
* This port is BROKEN. Actually, do we still need this, now that weasami1996-04-121-1/+3
| | | | have phkmalloc in the main source tree?
* Change gategory name "development" -> "devel". Also take out theasami1995-11-261-2/+2
| | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here.
* Addasami1995-06-242-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!asami1995-04-091-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-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.ats1995-01-291-7/+34
|
* Fancy malloc lib with fast allocation time, extensive leak detectionjkh1995-01-126-0/+147
and tracing, etc.. By Mark Moraes. Submitted by: moraes
OpenPOWER on IntegriCloud