From 2f2649996720195bbcfa906286e31124db49269c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 6 Oct 1998 07:35:03 +0000 Subject: [PATCH] Finally found the culprit of my ld.so.cache getting thrashed during large package builds. Mark this port BROKEN until someone changes the "ldconfig without args" lines. --- devel/ncurses-devel/Makefile | 4 +++- devel/ncurses/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile index 2b6d02d07cc1..f0a4485eb4ff 100644 --- a/devel/ncurses-devel/Makefile +++ b/devel/ncurses-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.6 1998/07/29 01:08:54 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/29 20:24:34 hoek Exp $ # DISTNAME= ncurses-4.2 @@ -13,6 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ MAINTAINER= andy@icc.surw.chel.su +BROKEN= runs ldconfig without arguments + MAN1= captoinfo.1m clear.1 infocmp.1m tic.1m toe.1m tput.1 tset.1 MAN3= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \ curs_beep.3x curs_bkgd.3x curs_border.3x curs_clear.3x \ diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 2b6d02d07cc1..f0a4485eb4ff 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.6 1998/07/29 01:08:54 asami Exp $ +# $Id: Makefile,v 1.7 1998/08/29 20:24:34 hoek Exp $ # DISTNAME= ncurses-4.2 @@ -13,6 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ MAINTAINER= andy@icc.surw.chel.su +BROKEN= runs ldconfig without arguments + MAN1= captoinfo.1m clear.1 infocmp.1m tic.1m toe.1m tput.1 tset.1 MAN3= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \ curs_beep.3x curs_bkgd.3x curs_border.3x curs_clear.3x \