svn commit: r326507 - in head: astro/glunarclock databases/mergeant deskutils/global-menu deskutils/gnote multimedia/gxmms net-im/pidgin-bs
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 6 14:30:44 UTC 2013
Author: bapt
Date: Fri Sep 6 14:30:42 2013
New Revision: 326507
URL: http://svnweb.freebsd.org/changeset/ports/326507
Log:
Add an explicit dependency on pkgconf
Modified:
head/astro/glunarclock/Makefile
head/databases/mergeant/Makefile
head/deskutils/global-menu/Makefile
head/deskutils/gnote/Makefile
head/multimedia/gxmms/Makefile
head/net-im/pidgin-bs/Makefile
Modified: head/astro/glunarclock/Makefile
==============================================================================
--- head/astro/glunarclock/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/astro/glunarclock/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
-USES= pathfix gettext gmake
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
Modified: head/databases/mergeant/Makefile
==============================================================================
--- head/databases/mergeant/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/databases/mergeant/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -13,8 +13,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= Provide uniform access to data sources for the GNOME 2 environment
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= pathfix gettext
+USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomedb
USE_PERL5= yes
GNU_CONFIGURE= yes
Modified: head/deskutils/global-menu/Makefile
==============================================================================
--- head/deskutils/global-menu/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/deskutils/global-menu/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_AUTOTOOLS= libtool automake:env autoheader:env
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/deskutils/gnote/Makefile
==============================================================================
--- head/deskutils/gnote/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/deskutils/gnote/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11
boost_filesystem:${PORTSDIR}/devel/boost-libs \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
-USE_GMAKE= yes
USE_XZ= yes
USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
ltverhack gnomepanel
-USES= gettext
+USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
GCONF_SCHEMAS= gnote.schemas
USE_AUTOTOOLS= libtool
Modified: head/multimedia/gxmms/Makefile
==============================================================================
--- head/multimedia/gxmms/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/multimedia/gxmms/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c.petrik.sosa at gmail.com
COMMENT= Simple GNOME panel applet for controlling XMMS
-USE_GMAKE= yes
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
-USES= gettext
+USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:23 2013 (r326506)
+++ head/net-im/pidgin-bs/Makefile Fri Sep 6 14:30:42 2013 (r326507)
@@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_BZIP2= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= configure fails on 6.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list