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.
This commit is contained in:
Ade Lovett 2000-10-19 15:09:44 +00:00
parent 050e703839
commit fd4dfa8b54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34002

View File

@ -14,6 +14,8 @@ DISTNAME= malloc-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org MAINTAINER= obrien@FreeBSD.org
BROKEN= "Installs malloc.h, masking system version"
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>