From nobody Mon Jul 8 06:09:00 2024 X-Original-To: freebsd-pkgbase@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 4WHYcM6KDWz5R3Sy for ; Mon, 08 Jul 2024 06:09:39 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4WHYcM2xxGz3yfk for ; Mon, 8 Jul 2024 06:09:39 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1720418972; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9L3h0YbnTH21Znw8v64Ac3W9iudUkaPw6rhoUb19osw=; b=OjF2+kmdTHH5aq++dQ644QbgPIHExf8UQcTbtxc4kWzIwrbZ0wyg63ddLWhDZMC0PiCXim hzxjQzWQge0hmoazWZg18ZLy4hpHdJD7hM7OBCiLRYMfFiuvNH/qVd1t+fQx0IJkO9UeQs EpZ0c6zcC6/zU30jmvTHfeBT0RQzerM= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id ff2eb7d4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 8 Jul 2024 06:09:32 +0000 (UTC) Date: Mon, 8 Jul 2024 08:09:00 +0200 From: Emmanuel Vadot To: Graham Perrin Cc: freebsd-pkgbase@freebsd.org Subject: Re: FreeBSD-base.conf in the wiki Message-Id: <20240708080900.e15228e21190844b3fc22260@bidouilliste.com> In-Reply-To: <3b8b7151-5cc7-44d4-b945-1f546c9a3af6@gmail.com> References: <3b8b7151-5cc7-44d4-b945-1f546c9a3af6@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4WHYcM2xxGz3yfk On Sun, 7 Jul 2024 15:28:34 +0100 Graham Perrin wrote: > Hi >=20 > FYI >=20 > Re:=20 > >=20 > The cat approach in the wiki was ambiguous, it failed for me as shown=20 > below. At the '> ' prompt, I keyed Control-C to regain a normal prompt. I guess you've simply copy/pasted the whole block with the '>' ? I specifically did it that way so people won't blindly copy/paste something but copy/paste each line so they will read it. Please revert. > The example that's now in the wiki should be a valid JSON text data=20 > file. (Not that strict JSON is essential, it's simply a good example.) It's not JSON it's UCL. > root@macbookpro:/usr/local/etc/pkg/repos # sh > # cat </usr/local/etc/pkg/repos/FreeBSD-base.conf > > > > > FreeBSD-base: { > > > =A0=A0url: "pkg+https://pkg.FreeBSD.org/\${ABI}/base_release_0", > > > =A0=A0mirror_type: "srv", > > > =A0=A0signature_type: "fingerprints", > > > =A0=A0fingerprints: "/usr/share/keys/pkg", > > > =A0=A0enabled: yes > > > } > > > EOF > > > > > # file /usr/local/etc/pkg/repos/FreeBSD-base.conf > /usr/local/etc/pkg/repos/FreeBSD-base.conf: cannot open=20 > `/usr/local/etc/pkg/repos/FreeBSD-base.conf' (No such file or directory) > # exit --=20 Emmanuel Vadot