svn commit: r443880 - head/security/openssl-devel

Mathieu Arnold mat at FreeBSD.org
Mon Jun 19 16:06:13 UTC 2017


Author: mat
Date: Mon Jun 19 16:06:12 2017
New Revision: 443880
URL: https://svnweb.freebsd.org/changeset/ports/443880

Log:
  The THREADS option is defined twice, remove one of them.
  
  It makes poudriere think that options changed, and forces openssl to be
  rebuilt at every bulk run.
  
  Sponsored by:	Absolight

Modified:
  head/security/openssl-devel/Makefile   (contents, props changed)

Modified: head/security/openssl-devel/Makefile
==============================================================================
--- head/security/openssl-devel/Makefile	Mon Jun 19 15:35:04 2017	(r443879)
+++ head/security/openssl-devel/Makefile	Mon Jun 19 16:06:12 2017	(r443880)
@@ -30,7 +30,7 @@ OPTIONS_GROUP_OPTIMIZE=	ASM SSE2 THREADS
 OPTIONS_DEFINE_i386=	I386
 OPTIONS_GROUP_PROTOCOLS=	NEXTPROTONEG SCTP SSL3
 
-OPTIONS_DEFINE=	MAN3 RFC3779 SHARED THREADS ZLIB
+OPTIONS_DEFINE=	MAN3 RFC3779 SHARED ZLIB
 
 .if ${MACHINE_ARCH} == "amd64"
 OPTIONS_GROUP_OPTIMIZE+=	EC


More information about the svn-ports-all mailing list