diff options
author | asami <asami@FreeBSD.org> | 1998-10-06 15:35:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-06 15:35:03 +0800 |
commit | 2b1ff0623660fc159cfffca8597d6433bf627b24 (patch) | |
tree | 7035015885df6f5c794d34cc04f1927792c3e6d2 /devel/ncurses | |
parent | 65f8a63d97b1ee024bcfd63b662f9de928ea97ba (diff) | |
download | freebsd-ports-gnome-2b1ff0623660fc159cfffca8597d6433bf627b24.tar.gz freebsd-ports-gnome-2b1ff0623660fc159cfffca8597d6433bf627b24.tar.zst freebsd-ports-gnome-2b1ff0623660fc159cfffca8597d6433bf627b24.zip |
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.
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |