From owner-svn-ports-head@freebsd.org Thu Sep 8 14:13:07 2016 Return-Path: Delivered-To: svn-ports-head@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 115F2BD0BBA; Thu, 8 Sep 2016 14:13:07 +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 6A691CED; Thu, 8 Sep 2016 14:13:06 +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 u88ED5bR067886; Thu, 8 Sep 2016 14:13:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88ED5W8067883; Thu, 8 Sep 2016 14:13:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609081413.u88ED5W8067883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Sep 2016 14:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421557 - in head/security: tor tor-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 14:13:07 -0000 Author: mat Date: Thu Sep 8 14:13:05 2016 New Revision: 421557 URL: https://svnweb.freebsd.org/changeset/ports/421557 Log: Change security/tor{,-devel} to only have a build dependency on openssl if built statically. PR: 202175 Reported by: barnerd Sponsored by: Absolight Modified: head/security/tor-devel/Makefile (contents, props changed) head/security/tor/Makefile (contents, props changed) Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu Sep 8 14:13:01 2016 (r421556) +++ head/security/tor-devel/Makefile Thu Sep 8 14:13:05 2016 (r421557) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.9.2-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= Does not build -USES= cpe gmake ssl +USES= cpe gmake CPE_VENDOR= torproject #CPE_VERSION= ${DISTVERSION:C/-.*//} #CPE_UPDATE= ${DISTVERSION:C/.*-//} @@ -42,6 +43,9 @@ USERS= _tor CONFLICTS= tor-[0-9]* +STATIC_TOR_USES= ssl:build +STATIC_TOR_USES_OFF= ssl + .include .if ${OSVERSION} < 1000000 Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Thu Sep 8 14:13:01 2016 (r421556) +++ head/security/tor/Makefile Thu Sep 8 14:13:05 2016 (r421557) @@ -3,6 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.8.7 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= Does not build -USES= cpe gmake ssl +USES= cpe gmake CPE_VENDOR= torproject GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc @@ -39,6 +40,9 @@ USERS= _tor CONFLICTS= tor-devel-[0-9]* +STATIC_TOR_USES= ssl:build +STATIC_TOR_USES_OFF= ssl + .include .if ${OSVERSION} < 1000000