From owner-svn-ports-head@freebsd.org Mon Dec 2 14:25:20 2019 Return-Path: Delivered-To: svn-ports-head@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 5571A1AB693; Mon, 2 Dec 2019 14:25:20 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47RS7h0FKyz3Q7Z; Mon, 2 Dec 2019 14:25:19 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi1-f193.google.com with SMTP id 6so7367581oix.7; Mon, 02 Dec 2019 06:25:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PghsVGgUH+aQ5Y/YLbQUl9+UH1efmXmaN8ali4GYCJ8=; b=XnUAQALPnWdfESv4rmzRaTgd9c5h0ho7nuRkhU9PlJRQ+BVlaYJUkbw+Nz7VMulN6C 8Oz5kx92qW20mQb6LA0t9a/rlNDkEETBkZGkosOeRg1GXI1FrdatoWPBnZOoyqH+lBSQ MiAJ/8X5RGJejI50JrkA6yB0sfskjcPcAUIeP5A/Jl3dKqsA/WWerwgEkLsFDBhtcO0/ 2mPsNKodF9m9zA00AtUt8wY9j66yU/QDtRJ7TIcjN1rSwrzYVRu3VW8DV3GdqMR41NUr NkfeAXhsO4MDD7TtliEqr1rFnS6JLccmkLy1Yx7uMgpCXZYUxmKr3ihPlav6S8pvmBD9 B1FQ== X-Gm-Message-State: APjAAAWbFBiMvQ2T+Mil8QjGOvE49l0O7XwyKfJai9zCIkkg7Pp2ArLH KsxuJ5BCc7lgrU1g58tEHAKXFpiGQnTdc8feohDtOQ== X-Google-Smtp-Source: APXvYqxaFmr8xebrA/okgLjrseay8amm394ylwd6UZMMOAlPZ5HpVV9Yq4f7mqwdQlyKIlljjn+XgVBM0Kzh4C46X1A= X-Received: by 2002:aca:b205:: with SMTP id b5mr22831526oif.173.1575296718599; Mon, 02 Dec 2019 06:25:18 -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: From: Alan Somers Date: Mon, 2 Dec 2019 07:25:07 -0700 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: Kyle Evans Cc: Kirill Ponomarev , Tobias Kortkamp , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Alan Somers , Muhammad Moinur Rahman X-Rspamd-Queue-Id: 47RS7h0FKyz3Q7Z X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2019 14:25:20 -0000 On Mon, Dec 2, 2019 at 6:42 AM Kyle Evans wrote: > 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 > Kyle's guess sounds right. If there are any dependencies that shouldn't be there, please open a bug. CC bofh and I. -Alan