Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 06:34:47 +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: r316310 - in head: cad/adms cad/gtkwave cad/leocad cad/pdnmesh cad/repsnapper chinese/librime chinese/scim-tables chinese/sunpinyin comms/cwdaemon comms/deforaos-phone comms/efax-gtk co...
Message-ID:  <201304230634.r3N6YlPg087399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 23 06:34:47 2013
New Revision: 316310
URL: http://svnweb.freebsd.org/changeset/ports/316310

Log:
  Convert all c categories to USE=pkgconfig

Modified:
  head/cad/adms/Makefile
  head/cad/gtkwave/Makefile
  head/cad/leocad/Makefile
  head/cad/pdnmesh/Makefile
  head/cad/repsnapper/Makefile
  head/chinese/librime/Makefile
  head/chinese/scim-tables/Makefile
  head/chinese/sunpinyin/Makefile
  head/comms/cwdaemon/Makefile
  head/comms/deforaos-phone/Makefile
  head/comms/efax-gtk/Makefile
  head/comms/fldigi/Makefile
  head/comms/libticables2/Makefile
  head/comms/libticalcs2/Makefile
  head/comms/qtel/Makefile
  head/comms/rtl-sdr/Makefile
  head/comms/tilp2/Makefile
  head/converters/gbase/Makefile
  head/converters/libticonv/Makefile
  head/converters/pdf2djvu/Makefile
  head/converters/wkhtmltopdf/Makefile

Modified: head/cad/adms/Makefile
==============================================================================
--- head/cad/adms/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/cad/adms/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	adms
-# Date created:		2006-07-29
-# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
-# $MBSDlabs$
+# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	adms
 PORTVERSION=	2.3.0
@@ -18,10 +13,10 @@ COMMENT=	A model generator for SPICE sim
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_GNOME=	glib20
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/cad/gtkwave/Makefile
==============================================================================
--- head/cad/gtkwave/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/cad/gtkwave/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -10,10 +10,10 @@ DISTNAME=	gtkwave-${PORTVERSION}
 MAINTAINER=	zeising@FreeBSD.org
 COMMENT=	Electronic Waveform Viewer
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20 desktopfileutils
-USE_PKGCONFIG=	build
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	TCL

Modified: head/cad/leocad/Makefile
==============================================================================
--- head/cad/leocad/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/cad/leocad/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -18,9 +18,9 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+USES=		pkgconfig
 USE_GL=		gl
 USE_GNOME=	gtk20
-USE_PKGCONFIG=	build
 USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/cad/pdnmesh/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -26,12 +26,12 @@ LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/d
 OPTIONS_DEFINE=	ATLAS DOCS EXAMPLES
 ATLAS_DESC=	Enable ATLAS support
 
+USES=		pkgconfig
 USE_FORTRAN=	yes
 USE_GL=		glu
 USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_GNOME=	gdkpixbuf2 gtk20
-USE_PKGCONFIG=	build
 USE_XORG=	ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \
 		xfixes xmu xi xinerama xrandr xrender xt xxf86vm
 GNU_CONFIGURE=	yes

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/cad/repsnapper/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -37,12 +37,12 @@ LIB_DEPENDS=	gtkglext:${PORTSDIR}/x11-to
 		xcb:${PORTSDIR}/x11/libxcb
 
 MAKE_JOBS_SAFE=	yes
+USES=		pkgconfig
 USE_GNOME=	gdkpixbuf2 gtk20 libxml2
 USE_GL=		glu glut
 USE_AUTOTOOLS=	automake libtool
 USE_GMAKE=	yes
 USE_ICONV=	yes
-USE_PKGCONFIG=	build
 USE_XORG=	ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \
 		xfixes xi xinerama xmu xrandr xrender xt xxf86vm
 

Modified: head/chinese/librime/Makefile
==============================================================================
--- head/chinese/librime/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/chinese/librime/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -18,9 +18,8 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 		opencc:${PORTSDIR}/chinese/opencc \
 		yaml-cpp:${PORTSDIR}/devel/yaml-cpp
 
-USES=		cmake
+USES=		cmake pkgconfig
 USE_GETTEXT=	yes
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xproto
 USE_PERL5_BUILD=	yes

Modified: head/chinese/scim-tables/Makefile
==============================================================================
--- head/chinese/scim-tables/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/chinese/scim-tables/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -13,9 +13,9 @@ COMMENT=	SCIM table based Chinese input 
 BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 RUN_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 
+USES=		pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 
 .include <bsd.port.pre.mk>
 

Modified: head/chinese/sunpinyin/Makefile
==============================================================================
--- head/chinese/sunpinyin/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/chinese/sunpinyin/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sunpinyin
-# Date created:				10 Nov 2011
-# Whom:			Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	sunpinyin
 DISTVERSION=	2.0.4rc2
@@ -26,11 +22,11 @@ LIB_DEPENDS=	sqlite3:${PORTSDIR}/databas
 LICENSE_FILE_LGPL21=	${WRKSRC}/LGPL.LICENSE
 LICENSE_FILE_CDDL=	${WRKSRC}/OPENSOLARIS.LICENSE
 
+USES=		pkgconfig
 USE_XZ=		yes
 USE_SCONS=	yes
 SCONS_ARGS+=	--prefix=${PREFIX} --libdatadir=${PREFIX}/share
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 USE_GMAKE=	yes
 
 post-patch:

Modified: head/comms/cwdaemon/Makefile
==============================================================================
--- head/comms/cwdaemon/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/cwdaemon/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	cwdaemon
-# Date created:		17 Mar 2005
-# Whom:			Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	cwdaemon
 PORTVERSION=	0.9.4
@@ -19,7 +15,7 @@ LIB_DEPENDS=	cw:${PORTSDIR}/comms/unixcw
 
 INSTALL_TARGET=	install-exec
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	yes
+USES=		pkgconfig
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/doc
 MAN8=		cwdaemon.8
 

Modified: head/comms/deforaos-phone/Makefile
==============================================================================
--- head/comms/deforaos-phone/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/deforaos-phone/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -22,8 +22,8 @@ LIB_DEPENDS=	System:${PORTSDIR}/devel/de
 BUILD_DEPENDS=	locker:${PORTSDIR}/x11/deforaos-locker \
 		${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
 
+USES=		pkgconfig
 USE_GNOME=	gtk20 desktopfileutils
-USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}

Modified: head/comms/efax-gtk/Makefile
==============================================================================
--- head/comms/efax-gtk/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/efax-gtk/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -27,11 +27,11 @@ LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/d
 		xcb:${PORTSDIR}/x11/libxcb
 RUN_DEPENDS=	ggv:${PORTSDIR}/print/ggv
 
+USES=		pkgconfig
 USE_ICONV=	yes
 USE_GHOSTSCRIPT_RUN=yes
 USE_GNOME=	gdkpixbuf2 gtk20
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 USE_GCC=	4.4+
 USE_XORG=	pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
 		xi xinerama xrandr xrender

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/fldigi/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	samplerate:${PORTSDIR}/audi
 		fltk:${PORTSDIR}/x11-toolkits/fltk
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
 MAN1=		fldigi.1
 

Modified: head/comms/libticables2/Makefile
==============================================================================
--- head/comms/libticables2/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/libticables2/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -14,8 +14,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
-USES=		pathfix
+USES=		pathfix pkgconfig
 
 OPTIONS_DEFINE=	NLS
 

Modified: head/comms/libticalcs2/Makefile
==============================================================================
--- head/comms/libticalcs2/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/libticalcs2/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -18,8 +18,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
-USES=		pathfix
+USES=		pathfix pkgconfig
 
 OPTIONS_DEFINE=	NLS
 

Modified: head/comms/qtel/Makefile
==============================================================================
--- head/comms/qtel/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/qtel/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -35,10 +35,10 @@ MAN5=	svxlink.conf.5 \
 	ModuleSelCallEnc.conf.5 \
 	remotetrx.conf.5
 MANCOMPRESSED=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_QT_VER=	3
 USE_TCL=	yes
-USE_PKGCONFIG=	yes
 USE_RC_SUBR=	svxlink remotetrx
 USE_LDCONFIG=	${LOCALBASE}/lib ${LOCALBASE}/lib/svxlink
 

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/rtl-sdr/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -13,7 +13,7 @@ COMMENT=	Commandline tool that performs 
 
 LICENSE=	GPLv2
 
-USE_PKGCONFIG=	yes
+USES=		pkgconfig
 USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/comms/tilp2/Makefile
==============================================================================
--- head/comms/tilp2/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/comms/tilp2/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -15,10 +15,10 @@ LIB_DEPENDS=	ticables2:${PORTSDIR}/comms
 		ticalcs2:${PORTSDIR}/comms/libticalcs2		\
 		ticonv:${PORTSDIR}/converters/libticonv
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
-USE_PKGCONFIG=	build
 
 OPTIONS_DEFINE=	NLS
 

Modified: head/converters/gbase/Makefile
==============================================================================
--- head/converters/gbase/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/converters/gbase/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gbase
-# Date created:				Fri Sep  7 22:08:24 EDT 2001
-# Whom:					Patrick Li <pat@databits.net>
-#
+# Created by: Patrick Li <pat@databits.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gbase
 PORTVERSION=	0.5
@@ -19,7 +15,7 @@ LICENSE=	ART10
 OPTIONS_DEFINE=	GTK2
 
 PLIST_FILES=	bin/${PORTNAME}
-USE_PKGCONFIG=	yes
+USES=		pkgconfig
 
 .include <bsd.port.options.mk>
 

Modified: head/converters/libticonv/Makefile
==============================================================================
--- head/converters/libticonv/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/converters/libticonv/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -15,7 +15,6 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
-USES=		pathfix
+USES=		pathfix pkgconfig
 
 .include <bsd.port.mk>

Modified: head/converters/pdf2djvu/Makefile
==============================================================================
--- head/converters/pdf2djvu/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/converters/pdf2djvu/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -18,8 +18,8 @@ LIB_DEPENDS+=	djvulibre:${PORTSDIR}/grap
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS=-pthread
 CPPFLAGS+=	-I${LOCALBASE}/include
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 
 BROKEN=		does not build
 

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Tue Apr 23 06:26:31 2013	(r316309)
+++ head/converters/wkhtmltopdf/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
@@ -20,11 +20,11 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-qt
 INSTALL_WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 WKQTVERSION=		6053b687
+USES=			pkgconfig
 USE_XORG=		x11 xext xrender
 USE_PERL5_BUILD=	yes
 USE_LDCONFIG=		yes
 USE_GMAKE=		yes
-USE_PKGCONFIG=		build
 HAS_CONFIGURE=		yes
 MAKE_JOBS_SAFE=		yes
 



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