From nobody Mon Oct 20 10:50:03 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cqsdZ0w0pz6DcSl; Mon, 20 Oct 2025 10:50:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cqsdZ08Z5z3qwl; Mon, 20 Oct 2025 10:50:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760957410; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rRtV/bkCUQNQIJbM0qGy853+45n/bWD7ugzUqNxNgRY=; b=ah4OSGVXpwBWeHWSLJD1D85LGQYc/KoKrvvs16eu4dVSGB3ZXC/yQ9BNz8aVvA1uj+5FlV TXKgaHPY1VBMv4gTXbEiBZ58/4sojGS2Ptk0TS3IPbNM9uBMEpGXEbY8uHqlAM3RnytCya Z7eB6cdN/i9AbWpykB4PBSvUcTOSLEN37gAy5qs3Zjp77b8ZTD7AVTSfTISHSFuT5iG3dA fPQtloTkYdbMtSAo51pbKyPsA2EJiXTMXZW61/fJ6ygfPrhhLfJzu3WTkLBZuG4Z3we/TA aHDN3XBPyRO+sJ3ybCxXtPPc4H1L1ocEFZiU9xLbJI7iQY8bZYaJu4yVnJg9sA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1760957410; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rRtV/bkCUQNQIJbM0qGy853+45n/bWD7ugzUqNxNgRY=; b=oP3MuIKbj1rsdDIVBL5rrbqOYzO58bX/0vaTvuJfZhphP5a+rX2aYzlFce1JbSjQYHrgcA c9ayuQLS1d+zA+ub/bFnVmK14ZT0A943zSthV2+heedszLdDJK1IzUoeNvDcRRF1Fhp7eq xIM1L98htBGEtVyd3BtdkSvnX3G4JaG369vgKy84LcIkk2snJFgaLoSyYQ4B7mXpFY+jO/ MNiqEs8KjK8JqhPi2JzjdMZ6IfotFcSVn5qxclCr74Iyj/AgFQwCWev7xlaQtIOSf64PO3 Yul4xMnZL/zdgPXQ0LPAFILrdTuAXv2jZwBGQStsK+6LcMb2SMAIPfCyVHZpMw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760957410; a=rsa-sha256; cv=none; b=TonU4LUyeWxL8coZYu6st5LCHI/kGo9EeIJtGYG2FwNOxksssHmY7V1wZVEFLw9CK+OO5s lXalx7WA3+umUQ0xMlAJUFq3PW6DNR60/NspfHDQvnvvQo4z5ujavXUa8qgeRUZ+RP25jM uA6rKeQDdp07jLBX2IDGDNHqIdL//bLHPkCI0IeGxpZobqDxDbHKdXLRJL0wZCH2jIME9Q wdgJTsUjPZrmbUfyltIfnvL8y8GqbW+v7AmGu+DJ9DT3s/tNhPTe5xixYJtL1rVeKy4N8v z2sUZkvpat+zRsDr0XDhJGFQ3etvZ0KlimWfHrsioaf5iRhETMe7UNJbJjQCBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from ptrcrt.ch (ptrcrt.ch [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (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) (Authenticated sender: gahr/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cqsdY33sCz12Yk; Mon, 20 Oct 2025 10:50:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Date: Mon, 20 Oct 2025 10:50:03 +0000 From: Pietro Cerutti To: Gleb Popov , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 453ec167a9f3 - main - Uses/display.mk: Fix the stop-display target Message-ID: Reply-To: Pietro Cerutti References: <202510130652.59D6qSfG086502@gitrepo.freebsd.org> <6rypuaxzxw77lyqjvjqgv4n3ds66t2rwsurvdy42yxoxzmkf7o@3hyw2d4iawpl> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <6rypuaxzxw77lyqjvjqgv4n3ds66t2rwsurvdy42yxoxzmkf7o@3hyw2d4iawpl> User-Agent: NeoMutt/20250905-14-b97658-dirty On Oct 15 2025, 15:14 +0000, Pietro Cerutti wrote: >On Oct 15 2025, 14:34 +0000, Gleb Popov wrote: >>On Wed, Oct 15, 2025 at 5:14=E2=80=AFPM Pietro Cerutti = wrote: >>> >>>This has broken the build for seed7, e.g., >>>https://pkg-status.freebsd.org/beefy15/data/135i386-default/aede13e7b13d= /logs/seed7-05.20250729.log >>> >>> From my logs: >>> >>>=3D=3D=3D> Building for seed7-05.20250729 >>>daemon -p /tmp/.xvfb-0.pid Xvfb :0 >>>... >>>pkill -15 -F /tmp/.xvfb--1.pid >>> >>>I can see how -1 is the previous of 0... >> >>The port builds fine without USES=3Ddisplay, but I will investigate the >>problem. Sorry for the breakage! Hi Gleb, how close are you to a fix? What about reverting your change,=20 to unbreak USES=3Ddisplay? --=20 Pietro Cerutti I have pledged to give 10% of income to effective charities and invite you to join me - https://givingwhatwecan.org