Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 07:39:48 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393574 - in head: audio/gmpc-mserver audio/gtkpod ftp/gwget games/belooted net-im/pidgin-bs net-im/pidgin-guifications net-im/pidgin-libnotify net-im/pidgin-privacy-please net-im/pidgi...
Message-ID:  <201508050739.t757dmpx085020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Aug  5 07:39:47 2015
New Revision: 393574
URL: https://svnweb.freebsd.org/changeset/ports/393574

Log:
  Part 2 of adding USE_GNOME=intltool to ports that require it.
  
  The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
  gtk30 don't pull intltool in anymore.
  
  PR:		201980
  Exp-run by:	antoine@

Modified:
  head/audio/gmpc-mserver/Makefile
  head/audio/gtkpod/Makefile
  head/ftp/gwget/Makefile
  head/games/belooted/Makefile
  head/net-im/pidgin-bs/Makefile
  head/net-im/pidgin-guifications/Makefile
  head/net-im/pidgin-libnotify/Makefile
  head/net-im/pidgin-privacy-please/Makefile
  head/net-im/pidgin-sipe/Makefile
  head/security/pidgin-otr/Makefile
  head/x11-fm/gnome-commander2/Makefile
  head/x11-wm/ccsm/Makefile
  head/x11-wm/emerald/Makefile
  head/x11-wm/simple-ccsm/Makefile

Modified: head/audio/gmpc-mserver/Makefile
==============================================================================
--- head/audio/gmpc-mserver/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/audio/gmpc-mserver/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GNOME=	glib20 gtk20 libxml2
+USE_GNOME=	glib20 gtk20 intltool libxml2
 USES=		gettext gmake libtool pathfix pkgconfig
 
 .include <bsd.port.mk>

Modified: head/audio/gtkpod/Makefile
==============================================================================
--- head/audio/gtkpod/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/audio/gtkpod/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -19,7 +19,7 @@ USES=		gettext gmake pkgconfig shebangfi
 SHEBANG_FILES=	scripts/mab2vcard scripts/sync-evolution.sh \
 		scripts/sync-knotes.sh scripts/sync-ldif.sh \
 		scripts/sync-palm-jppy.py
-USE_GNOME=	gtk20 libglade2
+USE_GNOME=	gtk20 intltool libglade2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 

Modified: head/ftp/gwget/Makefile
==============================================================================
--- head/ftp/gwget/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/ftp/gwget/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=	NOTIFY
 OPTIONS_DEFAULT=	NOTIFY
 
 USES=		gettext gmake libtool pathfix tar:bzip2
-USE_GNOME=	gnomeprefix gtk20 gconf2 libgnomeui
+USE_GNOME=	gnomeprefix gtk20 gconf2 intltool libgnomeui
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/belooted/Makefile
==============================================================================
--- head/games/belooted/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/games/belooted/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake pkgconfig
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/net-im/pidgin-bs/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 
 GNU_CONFIGURE=	yes
 USES=		gettext gmake libtool pkgconfig tar:bzip2
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 
 .include <bsd.port.mk>

Modified: head/net-im/pidgin-guifications/Makefile
==============================================================================
--- head/net-im/pidgin-guifications/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/net-im/pidgin-guifications/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/pidg
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/net-im/pidgin-libnotify/Makefile
==============================================================================
--- head/net-im/pidgin-libnotify/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/net-im/pidgin-libnotify/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libnotify.so:${PORTSDIR}/de
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 
 CONFIGURE_ARGS=	--disable-static
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/net-im/pidgin-privacy-please/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 
 GNU_CONFIGURE=	yes
 USES=		gettext gmake libtool pkgconfig
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/net-im/pidgin-sipe/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pkgconfig tar:bzip2
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 PORTDOCS=	AUTHORS ChangeLog HACKING NEWS README TODO
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/security/pidgin-otr/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/sec
 USES=		cpe gettext gmake libtool pkgconfig
 CPE_VENDOR=	cypherpunks
 CPE_PRODUCT=	${PKGNAMEPREFIX}${PORTNAME}
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/x11-fm/gnome-commander2/Makefile
==============================================================================
--- head/x11-fm/gnome-commander2/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/x11-fm/gnome-commander2/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	meld:${PORTSDIR}/textproc/m
 		yelp:${PORTSDIR}/x11/yelp
 
 USES=		gettext gmake libtool pathfix pkgconfig python tar:xz
-USE_GNOME=	gnomedocutils gnomeprefix gnomevfs2 libgnomeui
+USE_GNOME=	gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 INSTALLS_OMF=	yes

Modified: head/x11-wm/ccsm/Makefile
==============================================================================
--- head/x11-wm/ccsm/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/x11-wm/ccsm/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -13,7 +13,7 @@ COMMENT=	Python/GTK based settings manag
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
 
 USES=		gettext gmake python:2 tar:bzip2
-USE_GNOME=	pygtk2
+USE_GNOME=	intltool pygtk2
 
 INSTALLS_ICONS=	yes
 

Modified: head/x11-wm/emerald/Makefile
==============================================================================
--- head/x11-wm/emerald/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/x11-wm/emerald/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 USE_GL=		gl
 USES=		desktop-file-utils gettext gmake libtool pathfix \
 		pkgconfig shared-mime-info tar:bzip2
-USE_GNOME=	gtk20 libwnck pango
+USE_GNOME=	gtk20 intltool libwnck pango
 USE_XORG=	xrender
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/x11-wm/simple-ccsm/Makefile
==============================================================================
--- head/x11-wm/simple-ccsm/Makefile	Wed Aug  5 07:24:59 2015	(r393573)
+++ head/x11-wm/simple-ccsm/Makefile	Wed Aug  5 07:39:47 2015	(r393574)
@@ -13,7 +13,7 @@ COMMENT=	Python/GTK based settings manag
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python
 
 USES=		gettext gmake pkgconfig python:2 tar:bzip2
-USE_GNOME=	pygtk2
+USE_GNOME=	intltool pygtk2
 
 INSTALLS_ICONS=	yes
 



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