svn commit: r498795 - head/security/stoken

Antoine Brodin antoine at FreeBSD.org
Sat Apr 13 06:05:30 UTC 2019


Author: antoine
Date: Sat Apr 13 06:05:29 2019
New Revision: 498795
URL: https://svnweb.freebsd.org/changeset/ports/498795

Log:
  Mark BROKEN: fails to configure
  
  checking for NETTLE... no
  configure: error: Package requirements (nettle >= 2.4) were not met:
  Package 'nettle', required by 'virtual:world', not found
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/stoken/Makefile

Modified: head/security/stoken/Makefile
==============================================================================
--- head/security/stoken/Makefile	Sat Apr 13 05:59:28 2019	(r498794)
+++ head/security/stoken/Makefile	Sat Apr 13 06:05:29 2019	(r498795)
@@ -12,6 +12,8 @@ COMMENT=	Software Token for UNIX compatible with RSA S
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+BROKEN=		Package requirements (nettle >= 2.4) were not met
+
 LIB_DEPENDS=	libtomcrypt.so:security/libtomcrypt # can alternatively use nettle, potentially port option can be created
 
 USES=		libtool localbase pkgconfig


More information about the svn-ports-all mailing list