diff options
author | ade <ade@FreeBSD.org> | 2000-10-19 15:09:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-19 15:09:44 +0000 |
commit | fd82bd0a9f33fb306465c9b7a4b43a8aaa860851 (patch) | |
tree | 6d1d1e07a29088306cbc1127b08403b1db516941 /devel/libmalloc | |
parent | f1e5fdc4a53122c015979db95876a372c5aa0a78 (diff) | |
download | FreeBSD-ports-fd82bd0a9f33fb306465c9b7a4b43a8aaa860851.zip FreeBSD-ports-fd82bd0a9f33fb306465c9b7a4b43a8aaa860851.tar.gz |
Mark BROKEN. This port installs a malloc.h into ${PREFIX}/include,
which is getting picked up first by a bunch of other ports.
In addition, the PLIST is unsorted, and the shared library is still
using a.out major/minor numbers, and is generally otherwise a mess.
Submitted by: A bunch of people on -stable, -ports and elsewhere
complaining that other ports break in mysterious ways
with this port installed.
Diffstat (limited to 'devel/libmalloc')
-rw-r--r-- | devel/libmalloc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index ae12889..7827826 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -14,6 +14,8 @@ DISTNAME= malloc-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org +BROKEN= "Installs malloc.h, masking system version" + INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |