diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-19 15:09:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-19 15:09:44 +0000 |
commit | fd4dfa8b54283cfa0bd0db496c21f457ffd1a80e (patch) | |
tree | 63b5cb7e1b49f4c3d159424daf2bdb37fa1e4898 /devel/libmalloc | |
parent | Update to version 2.10.1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=34002
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 ae12889e66f1..7827826cb7cd 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> |