From owner-svn-ports-all@freebsd.org Wed Mar 15 15:43:15 2017 Return-Path: Delivered-To: svn-ports-all@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 170C0D09E77; Wed, 15 Mar 2017 15:43:15 +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 D7B581CFC; Wed, 15 Mar 2017 15:43:14 +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 v2FFhDWk017191; Wed, 15 Mar 2017 15:43:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2FFhD68017189; Wed, 15 Mar 2017 15:43:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201703151543.v2FFhD68017189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 15 Mar 2017 15:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436250 - in head: archivers/libarchive security/libssh2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 15:43:15 -0000 Author: mat Date: Wed Mar 15 15:43:13 2017 New Revision: 436250 URL: https://svnweb.freebsd.org/changeset/ports/436250 Log: Remove last two occurrences of USE_OPENSSL. Reported by: antoine Sponsored by: Absolight Modified: head/archivers/libarchive/Makefile (contents, props changed) head/security/libssh2/Makefile (contents, props changed) Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Wed Mar 15 14:59:50 2017 (r436249) +++ head/archivers/libarchive/Makefile Wed Mar 15 15:43:13 2017 (r436250) @@ -93,7 +93,7 @@ LZ4_CONFIGURE_WITH= lz4 NETTLE_LIB_DEPENDS= libnettle.so:security/nettle NETTLE_CONFIGURE_WITH= nettle NETTLE_CONFIGURE_ON= --without-openssl -NETTLE_USE_OFF= OPENSSL=yes +NETTLE_USES_OFF= ssl NETTLE_CONFIGURE_OFF= --with-openssl .include Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Wed Mar 15 14:59:50 2017 (r436249) +++ head/security/libssh2/Makefile Wed Mar 15 15:43:13 2017 (r436250) @@ -30,7 +30,7 @@ GCRYPT_CONFIGURE_ON= --with-libgcrypt GCRYPT_CONFIGURE_OFF= --with-openssl GCRYPT_CPPFLAGS= -I${LOCALBASE}/include GCRYPT_LIBS= -L${LOCALBASE}/lib -GCRYPT_USE_OFF= openssl=yes +GCRYPT_USES_OFF= ssl ZLIB_CONFIGURE_WITH= libz .include