From owner-svn-ports-all@FreeBSD.ORG Fri Dec 12 19:37:34 2014 Return-Path: Delivered-To: svn-ports-all@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 A134D5E1; Fri, 12 Dec 2014 19:37:34 +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 8C2EF87C; Fri, 12 Dec 2014 19:37:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBCJbYKl038828; Fri, 12 Dec 2014 19:37:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBCJbXm9038821; Fri, 12 Dec 2014 19:37:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201412121937.sBCJbXm9038821@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 19:37:33 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 19:37:34 -0000 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