git: f0408cd92f4e - main - pkgbase: Create a FreeBSD-ctf-tools package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 07:54:15 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f0408cd92f4effe7c6ad093d9e3506b03e86d81b commit f0408cd92f4effe7c6ad093d9e3506b03e86d81b Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-01-27 14:25:21 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-08 07:48:58 +0000 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 --- cddl/usr.bin/ctfconvert/Makefile | 1 + cddl/usr.bin/ctfdump/Makefile | 1 + cddl/usr.bin/ctfmerge/Makefile | 1 + release/packages/Makefile.package | 2 ++ 4 files changed, 5 insertions(+) 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