From nobody Thu Mar 28 11:42:38 2024 X-Original-To: python@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 4V51qh6S4dz5FgtC for ; Thu, 28 Mar 2024 11:42:40 +0000 (UTC) (envelope-from bugzilla-noreply@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 4V51qh2tfKz4QcZ for ; Thu, 28 Mar 2024 11:42:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1711626160; a=rsa-sha256; cv=none; b=IThDHOPARgTnmne8pE9yqU++XMiDs75EpY7bf2H1gR/hm+Q1ha+xLkI6PEmwdDzTbTjnXz bkYt0QTvg593bHoBRIHxFSuB5eEF0gqBid0/nMO5WC4aW9PpC//TlCrLi6ngqTq1kxFYYW Pvso985pvxH9mi2UK5POTtevz/YCag0XouaenLnjG3Bki0vWY5btEo7/EG1EERyQGwDuh5 SloB4c95a2j5MdW/zsRSqnw0fPUanFGKwebMNF17mAWd73nWmYACelnceC0HpgoMMLKqNB YHr+N3O2PU+1KUO82M2QD+uHWd0MVdrSazgLzx0Aj3z6TAzF1nkPo9v3L+U16g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1711626160; h=from:from: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=t51u80lfCTZNPzyH4fGtgmlOsWY1fhc/rSvDlVPVo14=; b=ZLWPiPDr3uIE1NjF6GFheDs+4ZCmaVOOzwHUbABQYFD/ZVT875RZvIUM1Rn/1c3kBaQLeY hOIlTyIXonyAb2rAHXzXdHks8+yiO3RWjAeGEfUFrx/HS697Xknc9w3wWOg+/pm37qjuLh JmZ2aWoX7u1NPdHCD4mKkFGaFHwt0iLd5nFGFhrZecX8Rw9zUcQ8hHwdl9ZOz41Ih7JQzX KfcB3uIfo7GBvFKUEGQgGMDseVQfYJXuVl1X1eGQBKuRk3qT35gYM70vfxD207QyRI+hlj axKOthkY4t0MA9JGYW1AxjBW45fhlCAUE25olBL/fhjM9+845XjDebY/CONniw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 4V51qh2Vg5zR28 for ; Thu, 28 Mar 2024 11:42:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 42SBgeHX072872 for ; Thu, 28 Mar 2024 11:42:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 42SBgeQm072837 for python@FreeBSD.org; Thu, 28 Mar 2024 11:42:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 276478] Mk/*: Build with a clean environment Date: Thu, 28 Mar 2024 11:42:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tijl@FreeBSD.org X-Bugzilla-Flags: exp-run+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276478 --- Comment #25 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dbf8e12d3e72868d97f4515c7dee6a22= dd0f30e74 commit bf8e12d3e72868d97f4515c7dee6a22dd0f30e74 Author: Gleb Popov AuthorDate: 2024-03-28 06:21:00 +0000 Commit: Gleb Popov CommitDate: 2024-03-28 11:40:52 +0000 Framework: Use WRK_ENV when handling USE_LOCALE PR: 276478 Mk/bsd.port.mk | 3 +-- lang/ghc/Makefile | 2 +- math/scilab-toolbox-swt/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=