diff options
author | billf <billf@FreeBSD.org> | 1999-08-06 15:13:17 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-06 15:13:17 +0000 |
commit | dc9ec6074789c883e5a689823c50897f7db24a02 (patch) | |
tree | b5b51bb6d5c9c0b076370195928fd6aad0350371 /emulators/linux_base | |
parent | ba85a34360b9f8bd1321de68c562da58647cd12c (diff) | |
download | FreeBSD-ports-dc9ec6074789c883e5a689823c50897f7db24a02.zip FreeBSD-ports-dc9ec6074789c883e5a689823c50897f7db24a02.tar.gz |
Mark BROKEN, ldconfig does not install properly.
ldconfig-1.9.5-8.i386.rpm
ELF binary type not known. Use "brandelf" to brand it.
execution of script failed
error: /home/billf/cvswork/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 5a1ee7b..5780732 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 7, 1999 # Whom: marcel@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.26 1999/07/21 10:41:35 marcel Exp $ # DISTNAME= linux_base @@ -22,6 +22,8 @@ DISTFILES= ${RPMSET1} ${RPMSET2} ${RPMSET3} MAINTAINER= marcel@FreeBSD.org +BROKEN= 'ldconfig does not install properly' + RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= i386 alpha |