Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 15:17:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490143 - in head: cad/xtrkcad comms/libconcord comms/svxlink devel/gdcm sysutils/hstr www/p5-Plack-Middleware-ExtDirect
Message-ID:  <201901131517.x0DFHNrn045268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan 13 15:17:23 2019
New Revision: 490143
URL: https://svnweb.freebsd.org/changeset/ports/490143

Log:
  Use USES=pkgconfig where appropriate

Modified:
  head/cad/xtrkcad/Makefile
  head/comms/libconcord/Makefile
  head/comms/svxlink/Makefile
  head/devel/gdcm/Makefile
  head/sysutils/hstr/Makefile
  head/www/p5-Plack-Middleware-ExtDirect/Makefile

Modified: head/cad/xtrkcad/Makefile
==============================================================================
--- head/cad/xtrkcad/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/cad/xtrkcad/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -16,9 +16,8 @@ LIB_DEPENDS=	libcmocka.so:sysutils/cmocka \
 		libfreetype.so:print/freetype2 \
 		libsoup-2.4.so:devel/libsoup \
 		libwebkitgtk-1.0.so:www/webkit-gtk2
-BUILD_DEPENDS=	pkg-config:devel/pkgconf
 
-USES=		cmake gnome
+USES=		cmake gnome pkgconfig
 USE_GNOME=	gdkpixbuf2 gtk20 cairo
 
 CMAKE_ON=	XTRKCAD_USE_GTK

Modified: head/comms/libconcord/Makefile
==============================================================================
--- head/comms/libconcord/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/comms/libconcord/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -13,12 +13,11 @@ COMMENT=	Logitech Harmony configuration library
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	pkg-config:devel/pkgconf
 LIB_DEPENDS=	libhidapi.so:comms/hidapi \
 		libzip.so:archivers/libzip
 
 USE_LDCONFIG=	yes
-USES=		tar:bzip2 libtool shared-mime-info
+USES=		tar:bzip2 libtool pkgconfig shared-mime-info
 WRKSRC_SUBDIR=	libconcord
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/comms/svxlink/Makefile
==============================================================================
--- head/comms/svxlink/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/comms/svxlink/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -19,10 +19,9 @@ LIB_DEPENDS?=	libgsm.so:audio/gsm \
 		libpopt.so:devel/popt \
 		libopus.so:audio/opus \
 		librtlsdr.so:comms/rtl-sdr
-BUILD_DEPENDS=	pkg-config:devel/pkgconf \
-		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
-USES+=		cmake compiler:c++11-lang tcl groff
+USES+=		cmake compiler:c++11-lang groff pkgconfig tcl 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sm0svx
 GH_PROJECT=	svxlink

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/devel/gdcm/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -12,11 +12,10 @@ COMMENT=	Grassroots DICOM library
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	pkgconf:devel/pkgconf
 LIB_DEPENDS=	libopenjp2.so:graphics/openjpeg \
 		libexpat.so:textproc/expat2
 
-USES=		alias cmake compiler:c++11-lang tar:bzip2 ssl
+USES=		alias cmake compiler:c++11-lang pkgconfig tar:bzip2 ssl
 
 OPTIONS_DEFINE=		VTK6
 OPTIONS_SUB=		yes

Modified: head/sysutils/hstr/Makefile
==============================================================================
--- head/sysutils/hstr/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/sysutils/hstr/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -11,9 +11,7 @@ COMMENT=	Bash and Zsh shell history suggest box
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	pkg-config:devel/pkgconf
-
-USES=	autoreconf ncurses readline
+USES=		autoreconf ncurses pkgconfig readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	dvorka
 GH_PROJECT=	hstr

Modified: head/www/p5-Plack-Middleware-ExtDirect/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-ExtDirect/Makefile	Sun Jan 13 14:58:56 2019	(r490142)
+++ head/www/p5-Plack-Middleware-ExtDirect/Makefile	Sun Jan 13 15:17:23 2019	(r490143)
@@ -14,12 +14,11 @@ COMMENT=	Implement an RPC::ExtDirect gateway using Pla
 LICENSE=	ART10
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	pkg-config:devel/pkgconf \
-		p5-Plack>=0:www/p5-Plack \
+RUN_DEPENDS=	p5-Plack>=0:www/p5-Plack \
 		p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect
 TEST_DEPENDS=	p5-Test-Pod>=1.46:devel/p5-Test-Pod
 
-USES=		perl5
+USES=		perl5 pkgconfig:both
 USE_PERL5=	configure
 NO_ARCH=	YES
 



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