svn commit: r500165 - head/security/nettle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 20:49:53 UTC 2019


Author: sunpoet
Date: Fri Apr 26 20:49:52 2019
New Revision: 500165
URL: https://svnweb.freebsd.org/changeset/ports/500165

Log:
  Add BUILD_DEPENDS
  
  security/nettle requires gmp 6.0.0+, otherwise support for public key algorithms will be unavailable.
  
  PR:		237582
  Submitted by:	eugen

Modified:
  head/security/nettle/Makefile

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Fri Apr 26 20:49:47 2019	(r500164)
+++ head/security/nettle/Makefile	Fri Apr 26 20:49:52 2019	(r500165)
@@ -17,6 +17,7 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYINGv2
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYINGv3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LESSERv3
 
+BUILD_DEPENDS=	gmp>=6.0.0:math/gmp
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-all mailing list