Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 06:05:29 +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: r498795 - head/security/stoken
Message-ID:  <201904130605.x3D65TfU084460@repo.freebsd.org>

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



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