svn commit: r316315 - in head/dns: dnsmasq dnsmasq-devel powerdns

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 23 07:24:03 UTC 2013


Author: bapt
Date: Tue Apr 23 07:24:02 2013
New Revision: 316315
URL: http://svnweb.freebsd.org/changeset/ports/316315

Log:
  Convert dns to USES=pkgconfig

Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq/Makefile
  head/dns/powerdns/Makefile

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
+++ head/dns/dnsmasq-devel/Makefile	Tue Apr 23 07:24:02 2013	(r316315)
@@ -41,7 +41,7 @@ CFLAGS+=	-DNO_IPV6
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 PLIST_SUB+=	NLS=""
 ALL_TARGET=	all-i18n
@@ -57,7 +57,7 @@ LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 CFLAGS+=	-DHAVE_DBUS
 .endif
 

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
+++ head/dns/dnsmasq/Makefile	Tue Apr 23 07:24:02 2013	(r316315)
@@ -40,7 +40,7 @@ CFLAGS+=	-DNO_IPV6
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 PLIST_SUB+=	NLS=""
 ALL_TARGET=	all-i18n
@@ -56,7 +56,7 @@ LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 CFLAGS+=	-DHAVE_DBUS
 .endif
 

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
+++ head/dns/powerdns/Makefile	Tue Apr 23 07:24:02 2013	(r316315)
@@ -19,9 +19,9 @@ LUA_COMPS=	lua
 
 CONFLICTS=	powerdns-devel-[2-3].[0-9]*
 
+USES=		pkgconfig
 USE_GMAKE=	YES
 USE_SUBMAKE=	YES
-USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 CXXFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list