Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Feb 2026 16:44:46 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Ricardo Branco <rbranco@suse.de>
Subject:   git: be3962a383db - main - Revert "bsdinstall: Create separate datasets for directories in /usr/ports"
Message-ID:  <6988bd7e.1d9f5.78d6e3b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=be3962a383dbbbd6fef458879173f09dc2f2373d

commit be3962a383dbbbd6fef458879173f09dc2f2373d
Author:     Ricardo Branco <rbranco@suse.de>
AuthorDate: 2026-02-08 12:41:04 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-02-08 16:44:42 +0000

    Revert "bsdinstall: Create separate datasets for directories in /usr/ports"
    
    This reverts commit 3e8619e535b61c99f0dc50cc6c7e237eb82a8be7.
    
    While it's generally a good idea to have separate datasets for things
    like this, it breaks git clone with:
    fatal: destination path 'ports' already exists and is not an empty directory.
    
    Signed-off-by: Ricardo Branco <rbranco@suse.de>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/2006
---
 usr.sbin/bsdinstall/scripts/zfsboot | 2 --
 1 file changed, 2 deletions(-)

diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index f958f2e47ca8..a4c9220a709c 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -160,8 +160,6 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
 
 	# Ports tree
 	/usr/ports	setuid=off
-	/usr/ports/distfiles	compress=off
-	/usr/ports/packages	compress=off
 
 	# Source tree
 	/usr/src


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6988bd7e.1d9f5.78d6e3b>