Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2018 07:25:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466539 - head/math/msieve
Message-ID:  <201804050725.w357PEUO028001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804050725.w357PEUO028001>