svn commit: r498286 - branches/2019Q2/security/opencryptoki

Mark Linimon linimon at FreeBSD.org
Sun Apr 7 16:28:01 UTC 2019


Author: linimon
Date: Sun Apr  7 16:28:00 2019
New Revision: 498286
URL: https://svnweb.freebsd.org/changeset/ports/498286

Log:
  MFH: r498285
  
  Don't use GCC 4.2 on GCC-based architectures; this port requires at
  least GCC 4.7, so change USE_GCC=any to USE_GCC=yes.
  
  PR:		236903
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

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

Modified: branches/2019Q2/security/opencryptoki/Makefile
==============================================================================
--- branches/2019Q2/security/opencryptoki/Makefile	Sun Apr  7 16:24:56 2019	(r498285)
+++ branches/2019Q2/security/opencryptoki/Makefile	Sun Apr  7 16:28:00 2019	(r498286)
@@ -17,7 +17,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 LIB_DEPENDS=	libtspi.so:security/trousers
 
 USES=		alias autoreconf gmake libtool localbase ssl tar:tgz
-USE_GCC=	any
+USE_GCC=	yes
 USE_OPENLDAP=	yes
 USE_LDCONFIG=	${PREFIX}/lib/opencryptoki
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list