aboutsummaryrefslogtreecommitdiff
path: root/devel/libmalloc/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Fix plistKris Kennaway2001-03-111-0/+1
| | | | Notes: svn path=/head/; revision=39505
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-161-2/+0
| | | | Notes: svn path=/head/; revision=29630
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,Satoshi Asami2000-06-121-2/+0
| | | | | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does). Notes: svn path=/head/; revision=29552
* * there were two patches in the last patch-aa, so I ended up spamming oneDavid E. O'Brien1999-02-051-2/+3
| | | | | | | | of them on my last cleanup. * really fix for ELF Notes: svn path=/head/; revision=16541
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavateDavid E. O'Brien1997-04-281-0/+1
| | | | | | | namespace clashes with /usr/include/malloc.h Notes: svn path=/head/; revision=6354
* Add the docs to the package.David E. O'Brien1997-04-211-0/+2
| | | | Notes: svn path=/head/; revision=6252
* Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sureSatoshi Asami1997-01-101-1/+1
| | | | | | | | | what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!) Notes: svn path=/head/; revision=5299
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* AddSatoshi Asami1995-06-241-0/+1
| | | | | | | | | | | | | | | | | 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! :) Notes: svn path=/head/; revision=1871
* Fancy malloc lib with fast allocation time, extensive leak detectionJordan K. Hubbard1995-01-121-0/+7
and tracing, etc.. By Mark Moraes. Submitted by: moraes Notes: svn path=/head/; revision=752