From owner-svn-ports-head@FreeBSD.ORG Fri Dec 12 17:11:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5B8558F; Fri, 12 Dec 2014 17:11:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90891649; Fri, 12 Dec 2014 17:11:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBCHBOlL067473; Fri, 12 Dec 2014 17:11:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBCHBNPk067461; Fri, 12 Dec 2014 17:11:23 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201412121711.sBCHBNPk067461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 12 Dec 2014 17:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374598 - in head: editors/conglomerate games/gnomebreakout games/gnomekiss games/teg graphics/diacanvas2 sysutils/gksu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 17:11:24 -0000 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@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@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