Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 07:14:15 +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: r316314 - in head/deskutils: deforaos-todo ecru growl-for-linux kdepim3 libstreamanalyzer msynctool-devel orage pal steadyflow strigidaemon xfce4-generic-slider xfce4-notifyd xfce4-tumbler
Message-ID:  <201304230714.r3N7EFTq000624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 23 07:14:15 2013
New Revision: 316314
URL: http://svnweb.freebsd.org/changeset/ports/316314

Log:
  Convert deskutils to USES=pkgconfig

Modified:
  head/deskutils/deforaos-todo/Makefile
  head/deskutils/ecru/Makefile
  head/deskutils/growl-for-linux/Makefile
  head/deskutils/kdepim3/Makefile
  head/deskutils/libstreamanalyzer/Makefile
  head/deskutils/msynctool-devel/Makefile
  head/deskutils/orage/Makefile
  head/deskutils/pal/Makefile
  head/deskutils/steadyflow/Makefile
  head/deskutils/strigidaemon/Makefile
  head/deskutils/xfce4-generic-slider/Makefile
  head/deskutils/xfce4-notifyd/Makefile
  head/deskutils/xfce4-tumbler/Makefile

Modified: head/deskutils/deforaos-todo/Makefile
==============================================================================
--- head/deskutils/deforaos-todo/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/deforaos-todo/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -16,8 +16,8 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	System:${PORTSDIR}/devel/deforaos-libsystem \
 		Desktop:${PORTSDIR}/x11/deforaos-libdesktop
 
+USES=		pkgconfig
 USE_GNOME=	gtk20 desktopfileutils
-USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}

Modified: head/deskutils/ecru/Makefile
==============================================================================
--- head/deskutils/ecru/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/ecru/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ecru
-# Date created:				2008-12-13
-# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
-#
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ecru
 PORTVERSION=	0.1.0
@@ -18,11 +14,11 @@ LIB_DEPENDS=	xmlrpc.3:${PORTSDIR}/net/xm
 		config++.10:${PORTSDIR}/devel/libconfig \
 		glibmm-2.4.1:${PORTSDIR}/devel/glibmm
 
+USES=			pkgconfig
 USE_PYTHON_BUILD=	yes
 USE_BZIP2=		yes
 MANCOMPRESSED=		yes
 USE_LDCONFIG=		yes
-USE_PKGCONFIG=		build
 
 MAN1=	ecru-config.1 ecru-delete.1 ecru-edit.1 \
 	ecru-info.1 ecru-list.1 ecru-post.1

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/growl-for-linux/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -23,6 +23,8 @@ OPTIONS_DEFINE=	LIBNOTIFY
 OPTIONS_DEFAULT=	LIBNOTIFY
 LIBNOTIFY_DESC=	Use notify-osd for libnotify display plugin
 
+USES=		pkgconfig
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLIBNOTIFY}
@@ -37,7 +39,6 @@ USE_GITHUB=	yes
 USE_GNOME=	desktopfileutils gtk20
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
-USE_PKGCONFIG=	build
 USE_SQLITE=	3
 
 WITH_OPENSSL_PORT=	yes

Modified: head/deskutils/kdepim3/Makefile
==============================================================================
--- head/deskutils/kdepim3/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/kdepim3/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -26,11 +26,10 @@ PREFIX=		${KDE_PREFIX}
 _NO_KDE_FINAL=	yes
 
 USE_BZIP2=	yes
-USES=		bison
+USES=		bison pkgconfig
 USE_OPENSSL=	yes
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-gpg=${LOCALBASE}/bin/gpg \

Modified: head/deskutils/libstreamanalyzer/Makefile
==============================================================================
--- head/deskutils/libstreamanalyzer/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/libstreamanalyzer/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -13,9 +13,9 @@ LIB_DEPENDS=	avcodec${FFMPEG_SUFFIX}:${P
 		exiv2:${PORTSDIR}/graphics/exiv2 \
 		streams:${PORTSDIR}/deskutils/libstreams
 
+USES=		pkgconfig
 USE_ICONV=	yes
 USE_GNOME=	libxml2
-USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/deskutils/msynctool-devel/Makefile
==============================================================================
--- head/deskutils/msynctool-devel/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/msynctool-devel/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	opensync.1:${PORTSDIR}/deve
 CONFLICTS=	msynctool-0.2*
 
 USE_BZIP2=	yes
-USES=		cmake:outsource
-USE_PKGCONFIG=	build
+USES=		cmake:outsource pkgconfig
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/orage/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -15,11 +15,11 @@ LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gtk20 intltool intlhack desktopfileutils
-USE_PKGCONFIG=	build
 USE_XFCE=	configenv libmenu panel
 USE_XORG=	xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
 		xfixes

Modified: head/deskutils/pal/Makefile
==============================================================================
--- head/deskutils/pal/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/pal/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:	pal
-# Date created:				Mar 16, 2004
-# Whom:					Herbert J. Skuhra <h.skuhra@gmail.com>
-#
+# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	pal
@@ -14,8 +11,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	h.skuhra@gmail.com
 COMMENT=	A calendar application
 
+USES=		pkgconfig
 USE_GNOME=	glib20
-USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 ALL_TARGET=

Modified: head/deskutils/steadyflow/Makefile
==============================================================================
--- head/deskutils/steadyflow/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/steadyflow/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -1,5 +1,4 @@
 # $FreeBSD$
-#
 
 PORTNAME=	steadyflow
 PORTVERSION=	0.2.0
@@ -20,12 +19,11 @@ LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/dev
 BUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala
 
 USE_XZ=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 GLIB_SCHEMAS=	net.launchpad.steadyflow.gschema.xml
 USE_GNOME=	desktopfileutils glib20 gtk30
 USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
-USE_PKGCONFIG=	build
 CMAKE_ARGS=	-DCOMPILE_GSETTINGS_ON_INSTALL:BOOL=ON \
 		-DWANT_AYATANA:BOOL=OFF
 

Modified: head/deskutils/strigidaemon/Makefile
==============================================================================
--- head/deskutils/strigidaemon/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/strigidaemon/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -12,9 +12,9 @@ LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/db
 		streams:${PORTSDIR}/deskutils/libstreams \
 		streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer
 
+USES=		pkgconfig
 USE_FAM=	yes
 USE_GNOME=	libxml2
-USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/deskutils/xfce4-generic-slider/Makefile
==============================================================================
--- head/deskutils/xfce4-generic-slider/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/xfce4-generic-slider/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -12,8 +12,8 @@ COMMENT=	Slider plugin to adjust and/or 
 
 LICENSE=	GPLv3
 
+USES=		pkgconfig
 USE_XFCE=	panel libutil libgui
-USE_PKGCONFIG=	build
 
 CFLAGS+=	`pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0`
 LDFLAGS+=	`pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0`

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/xfce4-notifyd/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -16,12 +16,12 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	dbus-glib:${PORTSDIR}/devel/dbus-glib \
 		notify:${PORTSDIR}/devel/libnotify
 
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gtk20 intltool intlhack desktopfileutils
-USE_PKGCONFIG=	build
 USE_XFCE=	configenv libmenu libutil xfconf
 INSTALLS_ICONS=	yes
 USE_XORG=	x11

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
+++ head/deskutils/xfce4-tumbler/Makefile	Tue Apr 23 07:14:15 2013	(r316314)
@@ -1,6 +1,5 @@
 # Created by: Olivier Duchateau
 # $FreeBSD$
-#
 
 PORTNAME=	tumbler
 PORTVERSION=	0.1.27
@@ -17,13 +16,13 @@ COMMENT=	Thumbnail service for Xfce desk
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20 gnomehack intltool intlhack
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv
-USE_PKGCONFIG=	build
 
 CONFIGURE_ARGS=	--enable-xdg-cache \
 		--disable-gtk-doc-html



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