From owner-svn-ports-branches@freebsd.org Mon Jun 19 16:08:59 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3957DA00A4; Mon, 19 Jun 2017 16:08:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8807A9DB; Mon, 19 Jun 2017 16:08:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5JG8wHQ017407; Mon, 19 Jun 2017 16:08:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5JG8wSn017406; Mon, 19 Jun 2017 16:08:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706191608.v5JG8wSn017406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 19 Jun 2017 16:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443882 - branches/2017Q2/security/openssl-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 16:08:59 -0000 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