From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 08:44:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1225B525; Sun, 8 Sep 2013 08:44:59 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34132211; Sun, 8 Sep 2013 08:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r888iwKG012892; Sun, 8 Sep 2013 08:44:58 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r888ivdk012822; Sun, 8 Sep 2013 08:44:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309080844.r888ivdk012822@svn.freebsd.org> From: Antoine Brodin Date: Sun, 8 Sep 2013 08:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326711 - in head/deskutils: akamaru easystroke fusenshi gimmie gkrellm-reminder2 glipper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 08:44:59 -0000 Author: antoine Date: Sun Sep 8 08:44:57 2013 New Revision: 326711 URL: http://svnweb.freebsd.org/changeset/ports/326711 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/deskutils/akamaru/Makefile head/deskutils/easystroke/Makefile head/deskutils/fusenshi/Makefile head/deskutils/gimmie/Makefile head/deskutils/gkrellm-reminder2/Makefile head/deskutils/glipper/Makefile Modified: head/deskutils/akamaru/Makefile ============================================================================== --- head/deskutils/akamaru/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/akamaru/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: akamaru -# Date created: 2006 10 10 -# Whom: Phillip Neumann -# +# Created by: Phillip Neumann # $FreeBSD$ -# PORTNAME= akamaru PORTVERSION= 0.1 @@ -19,7 +15,7 @@ BUILD_DEPENDS= gtk-demo:${PORTSDIR}/x11- RUN_DEPENDS= gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 \ xcompmgr:${PORTSDIR}/x11-wm/xcompmgr -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gconf2 gnomehier GCONF_SCHEMAS= kiba.schemas Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/easystroke/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -21,8 +21,7 @@ MAN1= easystroke.1 USE_GCC= any USE_XORG= x11 xtst -USE_GMAKE= yes -USES+= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS Modified: head/deskutils/fusenshi/Makefile ============================================================================== --- head/deskutils/fusenshi/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/fusenshi/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fusenshi -# Date created: 30 March 2004 -# Whom: Masanori OZAWA (ozawa@ongs.co.jp) -# +# Created by: Masanori OZAWA (ozawa@ongs.co.jp) # $FreeBSD$ -# PORTNAME= fusenshi PORTVERSION= 0.9.0 @@ -18,6 +14,7 @@ COMMENT= A Post-it(R) like application w LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview +USES= pkgconfig USE_GNOME= libxml2 MAKE_JOBS_UNSAFE= yes Modified: head/deskutils/gimmie/Makefile ============================================================================== --- head/deskutils/gimmie/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/gimmie/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgnome ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop pygnomeextras -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes GCONF_SCHEMAS= gimmie.schemas INSTALLS_ICONS= yes Modified: head/deskutils/gkrellm-reminder2/Makefile ============================================================================== --- head/deskutils/gkrellm-reminder2/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/gkrellm-reminder2/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-reminder2 -# Date Created: Tue Apr 27 11:55:02 CEST 2004 -# Whom: Tobias Roth -# +# Created by: Tobias Roth # $FreeBSD$ -# PORTNAME= reminder PORTVERSION= 2.0.0 @@ -20,6 +16,7 @@ COMMENT= GKrellM2 plugin that reminds yo BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/reminder.so Modified: head/deskutils/glipper/Makefile ============================================================================== --- head/deskutils/glipper/Makefile Sun Sep 8 08:29:00 2013 (r326710) +++ head/deskutils/glipper/Makefile Sun Sep 8 08:44:57 2013 (r326711) @@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Clipboard manager for the GNOME panel USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext iconv +USES= gettext gmake iconv pathfix pkgconfig USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras USE_PYTHON= 2.5+ INSTALLS_ICONS= yes