From b72b485a0c60bc1438ba98c9ff5192df18b4a975 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Tue, 14 Dec 2004 02:31:58 +0000 Subject: [PATCH] Clarify that the package won't build on older versions. --- devel/ptmalloc/pkg-descr | 5 +++++ devel/ptmalloc2/pkg-descr | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/devel/ptmalloc/pkg-descr b/devel/ptmalloc/pkg-descr index 6c313803e1bd..51dd3c1c9a98 100644 --- a/devel/ptmalloc/pkg-descr +++ b/devel/ptmalloc/pkg-descr @@ -35,6 +35,11 @@ applies, but it's not included here for copyright reasons. There's nothing unusual about it. In particular, the section TUNING in FreeBSD malloc(3) does not apply. +This library uses the POSIX pthread_atfork() function which was not +committed to -CURRENT until 10 December 2004. See PR bin/68841 for +further details. To build it on older versions, first install this +patch, which should be transparent. + 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 diff --git a/devel/ptmalloc2/pkg-descr b/devel/ptmalloc2/pkg-descr index 6c313803e1bd..51dd3c1c9a98 100644 --- a/devel/ptmalloc2/pkg-descr +++ b/devel/ptmalloc2/pkg-descr @@ -35,6 +35,11 @@ applies, but it's not included here for copyright reasons. There's nothing unusual about it. In particular, the section TUNING in FreeBSD malloc(3) does not apply. +This library uses the POSIX pthread_atfork() function which was not +committed to -CURRENT until 10 December 2004. See PR bin/68841 for +further details. To build it on older versions, first install this +patch, which should be transparent. + 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