Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2014 19:37:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374603 - in head: graphics/separate misc/gnome-osd net/grdesktop security/libgnomesu x11-toolkits/gai
Message-ID:  <201412121937.sBCJbXm9038821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Dec 12 19:37:32 2014
New Revision: 374603
URL: https://svnweb.freebsd.org/changeset/ports/374603
QAT: https://qat.redports.org/buildarchive/r374603/

Log:
  USES+= gettext-tools on 5 ports
  
  These ports require msgfmt.  FreeBSD doesn't fail to build these ports
  because a default option on gvfs brings in this tool.  The same gvfs
  option is off by default on DragonFly and thus the missing dependencies
  were unmasked.  Explicitly add gettext-tools to get msgfmt.

Modified:
  head/graphics/separate/Makefile
  head/misc/gnome-osd/Makefile
  head/net/grdesktop/Makefile
  head/security/libgnomesu/Makefile
  head/x11-toolkits/gai/Makefile

Modified: head/graphics/separate/Makefile
==============================================================================
--- head/graphics/separate/Makefile	Fri Dec 12 18:42:24 2014	(r374602)
+++ head/graphics/separate/Makefile	Fri Dec 12 19:37:32 2014	(r374603)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	gccmakedep:${PORTSDIR}/de
 LIB_DEPENDS=	liblcms.so.1:${PORTSDIR}/graphics/lcms \
 		libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
 
-USES=		gmake pkgconfig zip
+USES=		gettext-tools gmake pkgconfig zip
 
 BIN_TARGETS=	separate separate_import icc_colorspace
 L10N_TARGETS=	cs es fr ja ko pl ru

Modified: head/misc/gnome-osd/Makefile
==============================================================================
--- head/misc/gnome-osd/Makefile	Fri Dec 12 18:42:24 2014	(r374602)
+++ head/misc/gnome-osd/Makefile	Fri Dec 12 19:37:32 2014	(r374603)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	On-Screen-Display infrastructure using Pango text rendering
 
-USES=		pathfix gmake pkgconfig python
+USES=		gettext-tools gmake pathfix pkgconfig python
 USE_GNOME=	gnomeprefix intlhack pygnome2
 GNU_CONFIGURE=	yes
 

Modified: head/net/grdesktop/Makefile
==============================================================================
--- head/net/grdesktop/Makefile	Fri Dec 12 18:42:24 2014	(r374602)
+++ head/net/grdesktop/Makefile	Fri Dec 12 19:37:32 2014	(r374603)
@@ -14,7 +14,7 @@ COMMENT=	GNOME frontend for the remote d
 RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop
 
 GNU_CONFIGURE=	yes
-USES=		pathfix gmake pkgconfig
+USES=		gettext-tools gmake pathfix pkgconfig
 USE_GNOME=	libgnomeui gnomeprefix
 GCONF_SCHEMAS=	grdesktop.schemas
 INSTALLS_OMF=	yes

Modified: head/security/libgnomesu/Makefile
==============================================================================
--- head/security/libgnomesu/Makefile	Fri Dec 12 18:42:24 2014	(r374602)
+++ head/security/libgnomesu/Makefile	Fri Dec 12 19:37:32 2014	(r374603)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://members.chello.nl/~
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library and frontend for running commands as root
 
-USES=		pathfix gmake pkgconfig libtool
+USES=		gmake gettext-tools libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomeprefix libgnomeui
 CONFIGURE_ARGS+=--disable-install-pam

Modified: head/x11-toolkits/gai/Makefile
==============================================================================
--- head/x11-toolkits/gai/Makefile	Fri Dec 12 18:42:24 2014	(r374602)
+++ head/x11-toolkits/gai/Makefile	Fri Dec 12 19:37:32 2014	(r374603)
@@ -12,7 +12,7 @@ COMMENT=	General Applet Interface Librar
 
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
 
-USES=		pkgconfig tar:bzip2
+USES=		gettext-tools pkgconfig tar:bzip2
 USE_GL=		gl
 USE_SDL=	sdl
 USE_GNOME=	libgnomeui



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