1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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.
This commit is contained in:
Satoshi Asami 1998-10-06 07:35:03 +00:00
parent 7e62a3c426
commit 2f26499967
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13685
2 changed files with 6 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \