aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 14:25:21 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-08 07:48:58 +0000
commitf0408cd92f4effe7c6ad093d9e3506b03e86d81b (patch)
tree69898c2036999905488f01b81ffc546a96b8f36a
parent751ded1d02e463249906b121df273f2fc9c15392 (diff)
downloadsrc-f0408cd92f4effe7c6ad093d9e3506b03e86d81b.tar.gz
src-f0408cd92f4effe7c6ad093d9e3506b03e86d81b.zip
pkgbase: Create a FreeBSD-ctf-tools package
It contains the ctf tools that most users will never use. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38223
-rw-r--r--cddl/usr.bin/ctfconvert/Makefile1
-rw-r--r--cddl/usr.bin/ctfdump/Makefile1
-rw-r--r--cddl/usr.bin/ctfmerge/Makefile1
-rw-r--r--release/packages/Makefile.package2
4 files changed, 5 insertions, 0 deletions
diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
index 78b65020452a..27db31cbd2ca 100644
--- a/cddl/usr.bin/ctfconvert/Makefile
+++ b/cddl/usr.bin/ctfconvert/Makefile
@@ -5,6 +5,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
+PACKAGE= ctf-tools
PROG= ctfconvert
SRCS= alist.c \
ctf.c \
diff --git a/cddl/usr.bin/ctfdump/Makefile b/cddl/usr.bin/ctfdump/Makefile
index d7ddd45d9778..cffb9ff9f14c 100644
--- a/cddl/usr.bin/ctfdump/Makefile
+++ b/cddl/usr.bin/ctfdump/Makefile
@@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/dump
+PACKAGE= ctf-tools
PROG= ctfdump
SRCS= dump.c \
symbol.c \
diff --git a/cddl/usr.bin/ctfmerge/Makefile b/cddl/usr.bin/ctfmerge/Makefile
index e9c8e505ed76..93a686f3d46b 100644
--- a/cddl/usr.bin/ctfmerge/Makefile
+++ b/cddl/usr.bin/ctfmerge/Makefile
@@ -3,6 +3,7 @@
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
+PACKAGE= ctf-tools
PROG= ctfmerge
SRCS= alist.c \
barrier.c \
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index ebb982b15c10..abfbf02328ed 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -32,6 +32,8 @@ clibs_COMMENT= Core C Libraries
clibs_DESC= Core C Libraries
csh_COMMENT= C Shell
csh_DESC= C Shell
+ctf-tools_COMMENT= CTF Utilities
+ctf-tools_DESC= CTF Utilities
cxgbe-tools_COMMENT= Chelsio cxbge Utilities
cxgbe-tools_DESC= Chelsio cxbge Utilities
devd_COMMENT= Devd Utility and scripts