From owner-svn-ports-all@freebsd.org Mon Dec 2 13:42:20 2019 Return-Path: Delivered-To: svn-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 780641AA37D; Mon, 2 Dec 2019 13:42:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47RRB42YZ8z3Mmc; Mon, 2 Dec 2019 13:42:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 339D013163; Mon, 2 Dec 2019 13:42:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f53.google.com with SMTP id y8so2677778qvk.6; Mon, 02 Dec 2019 05:42:20 -0800 (PST) X-Gm-Message-State: APjAAAW6vWrwneoEV1saFD2QrQTnEAKtih3fA9PUxSHoLqUvuZ33tcbA MKLrVmb6x2UfzB0ApWQyXNBwLgMvErRajTWv35o= X-Google-Smtp-Source: APXvYqwmSGZeYJ/dcSOL/lBjBhfBpblOaf/7AIIZs+5KmxYI5FVpkiTOS7yYp2cnL8ucWP1xajKXipdXQhPMuaW2ojI= X-Received: by 2002:a05:6214:118d:: with SMTP id t13mr10982457qvv.5.1575294139719; Mon, 02 Dec 2019 05:42:19 -0800 (PST) MIME-Version: 1.0 References: <201911081008.xA8A8oO9053777@repo.freebsd.org> <20191202083529.GB34326@krion.cc> <20191202084536.GA99116@urd.tobik.me> <20191202085625.GD34326@krion.cc> In-Reply-To: <20191202085625.GD34326@krion.cc> From: Kyle Evans Date: Mon, 2 Dec 2019 07:42:07 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r517045 - in head: editors/codelite editors/cudatext editors/gmanedit editors/gobby editors/leafpad editors/linux-sublime editors/linux-sublime3 editors/medit editors/morla editors/picp... To: Kirill Ponomarev Cc: Tobias Kortkamp , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Alan Somers , bofh@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 02 Dec 2019 13:42:20 -0000 On Mon, Dec 2, 2019 at 2:56 AM Kirill Ponomarev wrote: > > On 12/02, Tobias Kortkamp wrote: > > > > Modified: > > > > head/emulators/qemu-sbruno/Makefile > > > > head/emulators/qemu-utils/Makefile > > > > > > Could you please elaborate why these changes are needed specifically > > > for qemu-* ports? > > > > > > Updating qemu-utils to 4.1.1 now requires GUI packages installed by > > > default, how can we fix it? > > > > Why do you think this commit is to blame for that? Adding > > USES={gnome,sdl,xorg} does not add new dependencies that were not > > there before. > > > > emulators/qemu was recently updated to 4.1.1 in r518397 without any > > regard for slave ports and I would look at that commit instead. > > I didn't blame you or someone else, I'm trying to find the solution > to fix the problem with superfluous dependencies. I've noticed you > added gnome to the list of dependencies for whatever reasons, hence > was my question. > > Kyle, could you please explain what changed in 4.1.1 and what forced > you to add GUI packages? Hi, I'm afraid I don't know the answer to this -- my focus is almost entirely on user-mode emulation to keep ports building on !x86. I've CC'd asomers@ (qemu-utils maintainer), but I suspect the answer is simply that it gained the dependency as accidental pollution from emulators/qemu and can perhaps be undone easily enough -- so also CC'ing bofh@ as the maintainer of emulators/qemu. Thanks, Kyle Evans