From owner-dev-commits-ports-all@freebsd.org Sat May 1 18:34:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABDDB63420B; Sat, 1 May 2021 18:34:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FXdDX2nn5z4mq5; Sat, 1 May 2021 18:34:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1741A1C980; Sat, 1 May 2021 18:34:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 141IY31q077576; Sat, 1 May 2021 18:34:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 141IY3JW077575; Sat, 1 May 2021 18:34:03 GMT (envelope-from git) Date: Sat, 1 May 2021 18:34:03 GMT Message-Id: <202105011834.141IY3JW077575@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 4737238b74a6 - main - net-mgmt/virt-viewer: Add missing USES=perl5 and unbreak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4737238b74a607dfd86972ceee750e7f7646ad61 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 18:34:05 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=4737238b74a607dfd86972ceee750e7f7646ad61 commit 4737238b74a607dfd86972ceee750e7f7646ad61 Author: Tobias Kortkamp AuthorDate: 2021-05-01 10:58:04 +0000 Commit: Tobias Kortkamp CommitDate: 2021-05-01 17:55:56 +0000 net-mgmt/virt-viewer: Add missing USES=perl5 and unbreak While here convert VTE option to helpers. Reported by: portscan (USE_PERL5 without USES=perl5) --- net-mgmt/virt-viewer/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 8ae88e1b42f2..c538c03dab4a 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -11,7 +11,8 @@ COMMENT= Provides a graphical viewer for a guest OS display LICENSE= GPLv2 USES= cpe desktop-file-utils gettext gettext-tools gmake gnome \ - libtool meson pkgconfig python:3.6+,build shared-mime-info xorg tar:xz + libtool meson perl5 pkgconfig python:3.6+,build \ + shared-mime-info tar:xz xorg CPE_VENDOR= redhat USE_GNOME= gtk30 libxml2 INSTALLS_ICONS= yes @@ -38,12 +39,7 @@ SPICE_MESON_ENABLED= spice VNC_LIB_DEPENDS= libgtk-vnc-2.0.so:net/gtk-vnc VNC_MESON_ENABLED= vnc +VTE_USE= GNOME=vte3 VTE_MESON_ENABLED= vte -.include - -.if ${PORT_OPTIONS:MVTE} -USE_GNOME+= vte3 -.endif - .include