diff options
author | marino <marino@FreeBSD.org> | 2013-09-10 09:39:02 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-10 09:39:02 +0000 |
commit | 8bfd6a9495163f7075b6148be2ad13d9872229f3 (patch) | |
tree | ab57b7dcf792f0d5cd2cbff21cfa9472888e51e0 | |
parent | 26443231e9556222fdbed6bedde4104514d9b8a9 (diff) | |
download | FreeBSD-ports-8bfd6a9495163f7075b6148be2ad13d9872229f3.zip FreeBSD-ports-8bfd6a9495163f7075b6148be2ad13d9872229f3.tar.gz |
databases/mird: Mark BROKEN, checksum mismatch
PR: ports/181549 (timed out)
-rw-r--r-- | databases/mird/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/mird/Makefile b/databases/mird/Makefile index 9a89151..3f3db74 100644 --- a/databases/mird/Makefile +++ b/databases/mird/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: Mird 1.0.7 -# Date created: 07 November 2001 -# Whom: Xavier Beaudouin <kiwi@oav.net> -# +# Created by: Xavier Beaudouin <kiwi@oav.net> # $FreeBSD$ -# PORTNAME= mird PORTVERSION= 1.0.7 @@ -17,11 +13,13 @@ DISTNAME= Mird-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A free database library with transaction support +BROKEN= Unfetchable due to checksum mismatch + WRKSRC= ${WRKDIR}/${DISTNAME} USE_AUTOTOOLS= autoconf:env USE_GCC= any -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug USE_LDCONFIG= yes |