From nobody Sun Jun 28 23:35:42 2026 X-Original-To: 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 4gpQlD6TKpz6jQsm for ; Sun, 28 Jun 2026 23:35:52 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo63.interia.pl (smtpo63.interia.pl [217.74.67.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4gpQlD1r8Rz3RWY; Sun, 28 Jun 2026 23:35:52 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Mon, 29 Jun 2026 01:35:42 +0200 From: vermaden Subject: Re: [Bug 291501] Users should not be advised to overwrite /usr/local/etc/pkg/repos/FreeBSD.conf To: "bugzilla-noreply@freebsd.org" , "pkgbase@FreeBSD.org" X-Mailer: interia.pl/pf09 In-Reply-To: References: X-Originating-IP: 45.148.42.2 Message-Id: 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1782689743; bh=E75S6Zf7mMwdfjiu8uRdbrw/r7JmJOfXrPHQhblkdJQ=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=L+TaeDXcX6sN1+71i6JoZXqHO0iTZbM0j9jJVpJ462HBeQjKQGsJEMVyj7dOHsLES xHBZ5NuIFFUJ9ii17+l3ZF7OhxqKT8Za2gKfwMuipjJlJrNhUaWQ7GprnMgvGsZZHE fLugBZ7UU1wqJt4aUUc4VlbeqtWvqZjTepFZVRvQ= X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Queue-Id: 4gpQlD1r8Rz3RWY X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Hi. > Users should not be advised to overwrite /usr/local/etc/pkg/repos/FreeBSD.conf The stock 'Base System' config is at /etc/pkg/FreeBSD.conf ... that one should not be modified (officially). The /usr/local/etc/pkg/repos/FreeBSD.conf is 'for' modifications. Just modify bsdinstall(8) or 'default' /etc/pkg/FreeBSD.conf config to be like that: | FreeBSD-base: { | url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}", | mirror_type: "srv", | signature_type: "fingerprints", | fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}", | enabled: yes | } Because current situation is very strange where You have this by default after installation: | FreeBSD-base: { | url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}", | mirror_type: "srv", | signature_type: "fingerprints", | fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}", | enabled: no | } ... and this in /usr/local/etc/pkg/repos/FreeBSD.conf file: | FreeBSD-base: { enabled: yes } What is the point of this split? Regards, vermaden