From nobody Fri Feb 10 10:05:33 2023 X-Original-To: ports-bugs@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 4PCq9n6gswz3pg8v for ; Fri, 10 Feb 2023 10:05:33 +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 4PCq9n5Nf1z3kRr for ; Fri, 10 Feb 2023 10:05:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1676023533; 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=IIFhRpdLhPy3QSsMRjO+MyU7Q1uYI/2lMq3xhqkqPW8=; b=Wo/K5G0Vej6x3rj4wfeMVk9ePFUlpc89M1HN5NV0pefJx4EncoA/CiUeGQlJVDf7wreEpn pYwOqfqzRJhkF4GAFc2Gx1nhfiznq6tW/K76ATsW6VilC1A/NV1s8lYWXjIncsf91zo5l9 OcUcw9IEMWAsdMqLkGV+7AXbCgTrRqaLoDj1Wx3+fabuwcJtMec2iOwu67Mf7+zAV59wbJ xWw/bh+q9OQb31rXaQ2ccvkBSgRL7MMMuYJTiG0yXKf4ZFADm457Q4tI/9bSCkwvkhKrzg 3KNVkXsNriK3AgJsfFbF2XnDXoxkRu2x+obyL/jwUQjHFncxIkblmiPF93vbYw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1676023533; a=rsa-sha256; cv=none; b=sliiaRleDPQjD1YV8ChYFZhpPLztj7JrPxMUgyhNzfN2xQbwG9487+cevvo6q2B1UNOIfJ +slV62QP+MmpWWwf2bZrQyzETDx4SbqQ4DDqMJA6QjSg63A77igZuDoy6capaGbd1+cvhJ h5Oduu/VkntAdr3lQZ9ROK84vVjuQztwu+tlOUy8jGEfAV31r+gpdqT4N42Q39OdOndUtH fWRTamCbhqRAx83koKxCYLrtQMAhVI5eJJDccib+MZEM0z1K26RVOE4I4VUOv6l7IPFiDb /ijIOHydOw+Ag0tKtfYi8LWNBult5OT6xzyxlGeFufr6M051TF50w2pYWvr+DQ== 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 4PCq9n4LsVz1CYn for ; Fri, 10 Feb 2023 10:05:33 +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 31AA5XtY084720 for ; Fri, 10 Feb 2023 10:05:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 31AA5Xjm084719 for ports-bugs@FreeBSD.org; Fri, 10 Feb 2023 10:05:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269432] ports: FETCH_ARGS / FETCH_CMD can't accept a string with spaces Date: Fri, 10 Feb 2023 10:05:33 +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: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: 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: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269432 --- Comment #7 from Mathieu Arnold --- (In reply to Pat Maddox from comment #6) As a rule of the thumb, not everything needs to be in the framework, it is flexible enough that if some target does not meet what one, or even a handf= ul of ports, requirements, you can override it. Do make sure `make makesum` still works, I remember it is tightly coupled w= ith do-fetch. --=20 You are receiving this mail because: You are on the CC list for the bug.=