Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 06:06:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498796 - branches/2019Q2/security/stoken
Message-ID:  <201904130606.x3D66lDU084644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr 13 06:06:47 2019
New Revision: 498796
URL: https://svnweb.freebsd.org/changeset/ports/498796

Log:
  MFH: r498795
  
  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

Modified:
  branches/2019Q2/security/stoken/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/stoken/Makefile
==============================================================================
--- branches/2019Q2/security/stoken/Makefile	Sat Apr 13 06:05:29 2019	(r498795)
+++ branches/2019Q2/security/stoken/Makefile	Sat Apr 13 06:06:47 2019	(r498796)
@@ -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?201904130606.x3D66lDU084644>