summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-19 15:09:44 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-19 15:09:44 +0000
commitfd4dfa8b54283cfa0bd0db496c21f457ffd1a80e (patch)
tree63b5cb7e1b49f4c3d159424daf2bdb37fa1e4898 /devel/libmalloc
parentUpdate 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/Makefile2
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>