From owner-svn-ports-all@freebsd.org Sat Mar 17 18:09:32 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 A69EBF5D805; Sat, 17 Mar 2018 18:09:32 +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 59B7F8790C; Sat, 17 Mar 2018 18:09:32 +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 5426B15B09; Sat, 17 Mar 2018 18:09:32 +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 w2HI9W5u084738; Sat, 17 Mar 2018 18:09:32 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HI9W6V084737; Sat, 17 Mar 2018 18:09:32 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201803171809.w2HI9W6V084737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 17 Mar 2018 18:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464838 - head/deskutils/spice-gtk X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/deskutils/spice-gtk X-SVN-Commit-Revision: 464838 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.25 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: Sat, 17 Mar 2018 18:09:32 -0000 Author: novel Date: Sat Mar 17 18:09:32 2018 New Revision: 464838 URL: https://svnweb.freebsd.org/changeset/ports/464838 Log: deskutils/spice-gtk: fix build without NLS Even if NLS is disabled, autopoint from gettext-tools is still required, so add 'gettext-tools' to USES. Modified: head/deskutils/spice-gtk/Makefile Modified: head/deskutils/spice-gtk/Makefile ============================================================================== --- head/deskutils/spice-gtk/Makefile Sat Mar 17 17:51:52 2018 (r464837) +++ head/deskutils/spice-gtk/Makefile Sat Mar 17 18:09:32 2018 (r464838) @@ -17,7 +17,7 @@ BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-pro ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} RUN_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol -USES= autoreconf cpe gmake jpeg libtool pkgconfig tar:bzip2 \ +USES= autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \ python ssl localbase:ldflags USE_XORG= x11 pixman USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build