Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 13:59:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201501061359.t06DxaWI025069@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501061359.t06DxaWI025069>