Date: Thu, 6 Nov 2025 10:33:52 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2a8a6179eb6c - main - etc/mtree/BSD.include.dist: Remove libipt-dev Message-ID: <202511061033.5A6AXqxA078616@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=2a8a6179eb6cef8ba1a417a4c8a1f7063c704533 commit 2a8a6179eb6cef8ba1a417a4c8a1f7063c704533 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-11-06 10:19:22 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-11-06 10:19:22 +0000 etc/mtree/BSD.include.dist: Remove libipt-dev This package only exists on amd64, which means on other platforms we produce an empty package containing nothing but this directory, and without a base package (libipt) that package fails to install due to a missing dependency. For now, fix this by removing the libipt-dev package tag, which moves this directory to clibs. Fixes: 436618a427b4 ("etc/mtree: Add package tags for /usr/include") Reported by: cperciva MFC after: 3 seconds --- etc/mtree/BSD.include.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 97f2194a3fa1..56d3a823a8f2 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -278,7 +278,7 @@ .. lib9p tags=package=lib9p-dev .. - libipt tags=package=libipt-dev + libipt .. libmilter tags=package=libmilter-dev ..help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511061033.5A6AXqxA078616>
