From owner-svn-ports-all@FreeBSD.ORG Tue Jan 6 13:59:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0BC1B38; Tue, 6 Jan 2015 13:59:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 ACB2466096; Tue, 6 Jan 2015 13:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06DxanY025071; Tue, 6 Jan 2015 13:59:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06DxaWI025069; Tue, 6 Jan 2015 13:59:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501061359.t06DxaWI025069@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 6 Jan 2015 13:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376425 - in head: net-p2p/libtorrent-rasterbar net/miniupnpc 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.18-1 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: Tue, 06 Jan 2015 13:59:36 -0000 Author: antoine Date: Tue Jan 6 13:59:35 2015 New Revision: 376425 URL: https://svnweb.freebsd.org/changeset/ports/376425 QAT: https://qat.redports.org/buildarchive/r376425/ Log: Do not override USES set by slave ports in master ports PR: 196477 Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net/miniupnpc/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Tue Jan 6 13:19:10 2015 (r376424) +++ head/net-p2p/libtorrent-rasterbar/Makefile Tue Jan 6 13:59:35 2015 (r376425) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS?= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libGeoIP.so:${PORTSDIR}/net/GeoIP -USES= compiler:c++11-lang libtool pathfix pkgconfig iconv +USES+= compiler:c++11-lang libtool pathfix pkgconfig iconv USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/miniupnpc/Makefile ============================================================================== --- head/net/miniupnpc/Makefile Tue Jan 6 13:19:10 2015 (r376424) +++ head/net/miniupnpc/Makefile Tue Jan 6 13:59:35 2015 (r376425) @@ -11,7 +11,7 @@ COMMENT?= UPnP IGD client lightweight li LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake +USES+= gmake HAS_CONFIGURE= yes USE_LDCONFIG= yes