aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-06 07:35:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-06 07:35:03 +0000
commit2f2649996720195bbcfa906286e31124db49269c (patch)
tree92e4927a1711b1209d4aa10446e8e9f18c932c5f
parent7e62a3c4267c232e155e6f46630f696891526e34 (diff)
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.
-rw-r--r--devel/ncurses-devel/Makefile4
-rw-r--r--devel/ncurses/Makefile4
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 \