svn commit: r376425 - in head: net-p2p/libtorrent-rasterbar net/miniupnpc

Antoine Brodin antoine at FreeBSD.org
Tue Jan 6 13:59:36 UTC 2015


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
 


More information about the svn-ports-all mailing list