The branch main has been updated by manu:

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

commit 00352ef6d2a013650f0ab2a4c9b016c22552ed25
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2025-12-15 14:14:23 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2025-12-16 09:00:58 +0000

    etc/mtree/BSD.include.dist: Remove atf tags
    
    When building with WITHOUT_TESTS this result in a FreeBSD-atf-dev
    package with only this directory and a dependency on FreeBSD-atf which
    doesn't exists.
    
    Reviewed by:    ivy
    Differential Revision:  https://reviews.freebsd.org/D54236
    Fixes:          436618a427b4 ("etc/mtree: Add package tags for 
/usr/include")
    Sponsored by:   Beckhoff Automation GMbH & Co. KG
---
 etc/mtree/BSD.include.dist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 759d76940434..487973bcc9b5 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -6,9 +6,9 @@
 .
     arpa
     ..
-    atf-c               tags=package=atf-dev
+    atf-c
     ..
-    atf-c++             tags=package=atf-dev
+    atf-c++
     ..
     bsm                 tags=package=audit-dev
     ..

Reply via email to