Date: Thu, 5 Sep 2013 21:32:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326449 - in head: accessibility/accerciser devel/anjuta misc/bigboard ports-mgmt/bpm x11-wm/compiz-plugins-extra Message-ID: <201309052132.r85LWFZf025754@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 5 21:32:14 2013 New Revision: 326449 URL: http://svnweb.freebsd.org/changeset/ports/326449 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/accessibility/accerciser/Makefile head/devel/anjuta/Makefile head/misc/bigboard/Makefile head/ports-mgmt/bpm/Makefile head/ports-mgmt/bpm/pkg-plist head/x11-wm/compiz-plugins-extra/Makefile Modified: head/accessibility/accerciser/Makefile ============================================================================== --- head/accessibility/accerciser/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/accessibility/accerciser/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -15,7 +15,7 @@ COMMENT= Interactive Python accessibilit USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes -USES= gettext gmake display:configure +USES= display:configure gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/devel/anjuta/Makefile ============================================================================== --- head/devel/anjuta/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/devel/anjuta/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -31,10 +31,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas CONFLICTS= anjuta-3.[0-9]* USE_BZIP2= yes -USES= gmake gettext pathfix shebangfix shared-mime-info +USES= gmake gettext pathfix perl5 pkgconfig shebangfix shared-mime-info INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_PERL5= yes USE_PYTHON= yes USE_GNOME= gnomeprefix vte gtksourceview2 libgda4 USE_CSTD= gnu89 Modified: head/misc/bigboard/Makefile ============================================================================== --- head/misc/bigboard/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/misc/bigboard/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bigboard -# Date created: 2008-05-28 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= bigboard PORTVERSION= 0.5.38 @@ -29,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/deskto ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_PYTHON= 2.5+ Modified: head/ports-mgmt/bpm/Makefile ============================================================================== --- head/ports-mgmt/bpm/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/ports-mgmt/bpm/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -15,7 +15,8 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/por gnomesu:${PORTSDIR}/security/libgnomesu \ gdialog:${PORTSDIR}/x11/zenity -USE_GNOME= gtk20 desktopfileutils +USES= desktop-file-utils pkgconfig +USE_GNOME= gtk20 MAKE_ENV+= OSTYPE="${OPSYS}" @@ -32,6 +33,5 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop - @-update-desktop-database .include <bsd.port.mk> Modified: head/ports-mgmt/bpm/pkg-plist ============================================================================== --- head/ports-mgmt/bpm/pkg-plist Thu Sep 5 21:04:50 2013 (r326448) +++ head/ports-mgmt/bpm/pkg-plist Thu Sep 5 21:32:14 2013 (r326449) @@ -10,8 +10,6 @@ libexec/bpm/fetch-wrapper %%DATADIR%%/pixmaps/lock_48.png share/locale/en_CA/LC_MESSAGES/bpm.mo share/applications/bpm.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm libexec/bpm @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true Modified: head/x11-wm/compiz-plugins-extra/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-extra/Makefile Thu Sep 5 21:04:50 2013 (r326448) +++ head/x11-wm/compiz-plugins-extra/Makefile Thu Sep 5 21:32:14 2013 (r326449) @@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309052132.r85LWFZf025754>