svn commit: r374598 - in head: editors/conglomerate games/gnomebreakout games/gnomekiss games/teg graphics/diacanvas2 sysutils/gksu

John Marino marino at FreeBSD.org
Fri Dec 12 17:11:24 UTC 2014


Author: marino
Date: Fri Dec 12 17:11:22 2014
New Revision: 374598
URL: https://svnweb.freebsd.org/changeset/ports/374598
QAT: https://qat.redports.org/buildarchive/r374598/

Log:
  USES+= gettext-tools on 6 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/editors/conglomerate/Makefile
  head/games/gnomebreakout/Makefile
  head/games/gnomekiss/Makefile
  head/games/teg/Makefile
  head/graphics/diacanvas2/Makefile
  head/sysutils/gksu/Makefile

Modified: head/editors/conglomerate/Makefile
==============================================================================
--- head/editors/conglomerate/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/editors/conglomerate/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -11,7 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNOME2 visual XML editor with emphasis on DocBook editing
 
 INSTALLS_OMF=	yes
-USES=		desktop-file-utils gmake pathfix pkgconfig
+USES=		desktop-file-utils gettext-tools gmake pathfix pkgconfig
 USE_GNOME=	libgnomeui gtksourceview gnomeprefix intlhack
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/gnomebreakout/Makefile
==============================================================================
--- head/games/gnomebreakout/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/games/gnomebreakout/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNOME version of the classic breakout game
 
-USES=		pathfix pkgconfig
+USES=		gettext-tools pathfix pkgconfig
 USE_GNOME=	gnomeprefix libgnomeui
 USE_XORG=	x11
 GNU_CONFIGURE=	yes

Modified: head/games/gnomekiss/Makefile
==============================================================================
--- head/games/gnomekiss/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/games/gnomekiss/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -12,7 +12,7 @@ COMMENT=	GNOME version of Kisekae Set Sy
 
 RUN_DEPENDS=	lha:${PORTSDIR}/archivers/lha
 
-USES=		pkgconfig
+USES=		gettext-tools pkgconfig
 USE_GNOME=	gnomeprefix gnomehack libgnomeui
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/teg/Makefile
==============================================================================
--- head/games/teg/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/games/teg/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -13,7 +13,7 @@ COMMENT=	Turn-based strategy game for GN
 LICENSE=	GPLv2 # only
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pathfix gmake libtool iconv pkgconfig
+USES=		gettext-tools gmake iconv libtool pathfix pkgconfig
 USE_GNOME=	gnomeprefix intlhack libgnomeui
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: head/graphics/diacanvas2/Makefile
==============================================================================
--- head/graphics/diacanvas2/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/graphics/diacanvas2/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -13,7 +13,7 @@ COMMENT=	General drawing canvas from dia
 
 LICENSE=	GPLv2
 
-USES=		gmake libtool pathfix pkgconfig python
+USES=		gettext-tools gmake libtool pathfix pkgconfig python
 USE_GNOME=	pygnome2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/gksu/Makefile
==============================================================================
--- head/sysutils/gksu/Makefile	Fri Dec 12 16:29:13 2014	(r374597)
+++ head/sysutils/gksu/Makefile	Fri Dec 12 17:11:22 2014	(r374598)
@@ -14,7 +14,8 @@ LIB_DEPENDS=	libgksu2.so:${PORTSDIR}/sys
 		libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus \
 		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
 
-USES=		desktop-file-utils gmake libtool pathfix pkgconfig
+USES=		desktop-file-utils gettext-tools gmake libtool pathfix \
+		pkgconfig
 USE_GNOME=	gconf2 gnomeprefix gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list