Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 07:24:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316315 - in head/dns: dnsmasq dnsmasq-devel powerdns
Message-ID:  <201304230724.r3N7O2V1003699@svn.freebsd.org>

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



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