summaryrefslogtreecommitdiff
path: root/devel/libmalloc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* * there were two patches in the last patch-aa, so I ended up spamming oneDavid E. O'Brien1999-02-053-4/+97
| | | | | | | | of them on my last cleanup. * really fix for ELF Notes: svn path=/head/; revision=16541
* fix breakageDavid E. O'Brien1998-12-013-162/+31
| | | | Notes: svn path=/head/; revision=15010
* Mark this broken for 3.0:Satoshi 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. Notes: svn path=/head/; revision=14928
* 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
* Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflictsSatoshi Asami1997-11-221-1/+3
| | | | | | | with the system version (even though it's obsolete). Notes: svn path=/head/; revision=8743
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Didn't have a maintainer... since I've made the last several commits, IDavid E. O'Brien1997-04-281-1/+3
| | | | | | | | might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?) Notes: svn path=/head/; revision=6355
* Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavateDavid E. O'Brien1997-04-282-1/+3
| | | | | | | namespace clashes with /usr/include/malloc.h Notes: svn path=/head/; revision=6354
* Proctect contents of malloc.h as C code if included in a C++ program.David E. O'Brien1997-04-281-0/+23
| | | | Notes: svn path=/head/; revision=6353
* Uncomment -DSTDHEADERS so that we can use Bruce's work.Satoshi Asami1997-04-241-0/+17
| | | | Notes: svn path=/head/; revision=6281
* Add the docs to the package.David E. O'Brien1997-04-212-1/+8
| | | | Notes: svn path=/head/; revision=6252
* Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sureSatoshi Asami1997-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!) 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
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* This port is BROKEN. Actually, do we still need this, now that weSatoshi Asami1996-04-121-1/+3
| | | | | | | have phkmalloc in the main source tree? Notes: svn path=/head/; revision=2980
* Change gategory name "development" -> "devel". Also take out theSatoshi Asami1995-11-261-2/+2
| | | | | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here. Notes: svn path=/head/; revision=2468
* AddSatoshi Asami1995-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! :) Notes: svn path=/head/; revision=1871
* And now, yet another round of Makefile updates, devel version!Satoshi Asami1995-04-091-3/+4
| | | | Notes: svn path=/head/; revision=1314
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-2/+3
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* And another patch for the "new" make.Andreas Schulz1995-01-291-7/+34
| | | | Notes: svn path=/head/; revision=846
* Fancy malloc lib with fast allocation time, extensive leak detectionJordan K. Hubbard1995-01-126-0/+147
and tracing, etc.. By Mark Moraes. Submitted by: moraes Notes: svn path=/head/; revision=752