From owner-svn-ports-all@freebsd.org Sun Oct 14 07:27:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A3A10C8CA9; Sun, 14 Oct 2018 07:27:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F0FA7CFAA; Sun, 14 Oct 2018 07:27:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 646F91B25D; Sun, 14 Oct 2018 07:27:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9E7Ren3029490; Sun, 14 Oct 2018 07:27:40 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9E7Re0l029489; Sun, 14 Oct 2018 07:27:40 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201810140727.w9E7Re0l029489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 14 Oct 2018 07:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482032 - head/net-mgmt/virt-viewer X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/net-mgmt/virt-viewer X-SVN-Commit-Revision: 482032 X-SVN-Commit-Repository: ports 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.27 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: Sun, 14 Oct 2018 07:27:41 -0000 Author: novel Date: Sun Oct 14 07:27:39 2018 New Revision: 482032 URL: https://svnweb.freebsd.org/changeset/ports/482032 Log: net-mgmt/virt-viewer: fix build with NLS disabled Even when NLS is disabled, gettext-tools is still required, so add it to USES and bump PORTREVISION. Modified: head/net-mgmt/virt-viewer/Makefile Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Sun Oct 14 07:25:36 2018 (r482031) +++ head/net-mgmt/virt-viewer/Makefile Sun Oct 14 07:27:39 2018 (r482032) @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 7.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -26,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share CONFIGURE_ARGS= --with-spice-gtk USES= autoreconf libtool desktop-file-utils gmake pkgconfig \ - shared-mime-info cpe + shared-mime-info cpe gettext-tools USE_GNOME= gtk30 INSTALLS_ICONS= yes CPE_VENDOR= redhat