Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150612058
D56158.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D56158.diff
View Options
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -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
..
diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile
--- a/libexec/atf/atf-sh/Makefile
+++ b/libexec/atf/atf-sh/Makefile
@@ -71,7 +71,6 @@
SUBRDIR= ${SHAREDIR}/atf
SUBR= libatf-sh.subr
-SUBRTAGS= package=tests
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
diff --git a/share/doc/atf/Makefile b/share/doc/atf/Makefile
--- a/share/doc/atf/Makefile
+++ b/share/doc/atf/Makefile
@@ -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>
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -100,11 +100,11 @@
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>
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1054,11 +1054,11 @@
.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"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 7:33 PM (1 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30775577
Default Alt Text
D56158.diff (2 KB)
Attached To
Mode
D56158: pkgbase: Move all of ATF into the atf package
Attached
Detach File
Event Timeline
Log In to Comment