svn commit: r466539 - head/math/msieve
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 5 07:25:15 UTC 2018
Author: antoine
Date: Thu Apr 5 07:25:14 2018
New Revision: 466539
URL: https://svnweb.freebsd.org/changeset/ports/466539
Log:
Mark BROKEN: missing build depends
===> msieve-1.51_1 depends on file: /usr/local/lib/libecm.a - not found
Reported by: pkg-fallout
Modified:
head/math/msieve/Makefile
Modified: head/math/msieve/Makefile
==============================================================================
--- head/math/msieve/Makefile Thu Apr 5 07:22:32 2018 (r466538)
+++ head/math/msieve/Makefile Thu Apr 5 07:25:14 2018 (r466539)
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports at FreeBSD.org
COMMENT= Fast factorization of big integers using MPQS and GNFS
+BROKEN= missing build depends
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:math/gmp-ecm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
More information about the svn-ports-all
mailing list