From owner-cvs-all Thu Oct 19 8: 9:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C4A37B4CF; Thu, 19 Oct 2000 08:09:45 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA86185; Thu, 19 Oct 2000 08:09:45 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200010191509.IAA86185@freefall.freebsd.org> From: Ade Lovett Date: Thu, 19 Oct 2000 08:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libmalloc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/10/19 08:09:45 PDT Modified files: devel/libmalloc Makefile Log: 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. Revision Changes Path 1.25 +3 -1 ports/devel/libmalloc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message