diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-06-19 07:33:53 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-06-19 07:33:53 +0000 |
commit | 2396f28e1cbbb0da5c00fac94f39a8cff0d013ed (patch) | |
tree | 0b95e651f0daac3a4eee03420ccae27129aadc71 /devel/ptmalloc | |
parent | 1796200fb040505caefdd538467a7c60121c1907 (diff) | |
download | ports-2396f28e1cbbb0da5c00fac94f39a8cff0d013ed.tar.gz ports-2396f28e1cbbb0da5c00fac94f39a8cff0d013ed.zip |
Notes
Diffstat (limited to 'devel/ptmalloc')
-rw-r--r-- | devel/ptmalloc/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptmalloc/pkg-descr b/devel/ptmalloc/pkg-descr index 9c500e90d555..6123835295fb 100644 --- a/devel/ptmalloc/pkg-descr +++ b/devel/ptmalloc/pkg-descr @@ -27,8 +27,6 @@ This is not the latest version: it's older than the one in GNU libc. There is a newer version, but it's still marked as "current snapshot". It's in /usr/ports/devel/ptmalloc-2/. -See the web site for more details: WWW: http://www.malloc.de/en/ - This package comes with no documentation beyond a README, which isn't worth installing. It appears that the GNU libc man page malloc(3) applies, but it's not included here for copyright reasons. There's @@ -44,3 +42,5 @@ In addition to the library, the package contains a couple of test cases. Theoretically they could be run using the FreeBSD libraries, but they call the legacy memalign() function, which is not provided by FreeBSD. It may be of interest to fix this issue. + +WWW: http://www.malloc.de/en/ |