pkgbase: Move all of ATF into the atf package

Parts of ATF (including the licence and some of the documentation) were
for some reason part of the tests package instead of the atf package.
Moving them to where they logically belong poses no problem since tests
already depends on atf.

PR:		294129
MFC after:	1 week
Reviewed by:	ivy
Differential Revision:	https://reviews.freebsd.org/D56158
This commit is contained in:
Dag-Erling Smørgrav
2026-03-30 16:03:03 +02:00
parent cc2715cf1f
commit 0a6dbf51d8
5 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -199,7 +199,7 @@
sbin
..
share
atf tags=package=tests
atf tags=package=atf
..
bhyve
gdb
@@ -236,7 +236,7 @@
doc
IPv6
..
atf tags=package=tests
atf tags=package=atf
..
kyua tags=package=tests
..
-1
View File
@@ -71,7 +71,6 @@ FILESGROUPS= SUBR
SUBRDIR= ${SHAREDIR}/atf
SUBR= libatf-sh.subr
SUBRTAGS= package=tests
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
+6 -6
View File
@@ -24,13 +24,13 @@
# SUCH DAMAGE.
#
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF} ${ATF}/doc
ATFTOP= ${SRCTOP}/contrib/atf
.PATH: ${ATFTOP} ${ATFTOP}/doc
FILESGROUPS= TOP
FILESGROUPS= ATF
TOPDIR= ${SHAREDIR}/doc/atf
TOP= AUTHORS COPYING NEWS README
TOPTAGS= package=tests
ATFDIR= ${SHAREDIR}/doc/atf
ATF= AUTHORS COPYING NEWS README
ATFPACKAGE= atf
.include <bsd.prog.mk>
+5 -5
View File
@@ -100,11 +100,11 @@ RUNTIMELINKS=\
builtin.1 while.1
.if ${MK_TESTS} != "no"
MANGROUPS+= TESTS
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/doc
TESTS= atf-test-program.1
TESTSPACKAGE= tests
MANGROUPS+= ATF
ATFTOP= ${SRCTOP}/contrib/atf
.PATH: ${ATFTOP}/doc
ATF= atf-test-program.1
ATFPACKAGE= atf
.endif
.include <bsd.prog.mk>
+5 -5
View File
@@ -1054,11 +1054,11 @@ MAN+= mlx5io.4
.endif
.if ${MK_TESTS} != "no"
MANGROUPS+= TESTS
ATF= ${SRCTOP}/contrib/atf
.PATH: ${ATF}/doc
TESTS= atf-test-case.4
TESTSPACKAGE= tests
MANGROUPS+= ATF
ATFTOP= ${SRCTOP}/contrib/atf
.PATH: ${ATFTOP}/doc
ATF= atf-test-case.4
ATFPACKAGE= atf
.endif
.if ${MK_PF} != "no"