svn commit: r443882 - branches/2017Q2/security/openssl-devel

Mathieu Arnold mat at FreeBSD.org
Mon Jun 19 16:08:59 UTC 2017


Author: mat
Date: Mon Jun 19 16:08:58 2017
New Revision: 443882
URL: https://svnweb.freebsd.org/changeset/ports/443882

Log:
  MFH: r443880
  
  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:
  branches/2017Q2/security/openssl-devel/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/security/openssl-devel/Makefile
==============================================================================
--- branches/2017Q2/security/openssl-devel/Makefile	Mon Jun 19 16:06:21 2017	(r443881)
+++ branches/2017Q2/security/openssl-devel/Makefile	Mon Jun 19 16:08:58 2017	(r443882)
@@ -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-branches mailing list