git: 078b764da3a1 - main - pkgbase: Create a FreeBSD-tcpd package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 09:18:03 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=078b764da3a12c354b331764c6b86886f2464960
commit 078b764da3a12c354b331764c6b86886f2464960
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-12-14 15:42:46 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-12-21 09:17:31 +0000
pkgbase: Create a FreeBSD-tcpd package
And put the tcp-wrapper utilities in it.
Reviewed by: emaste
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33439
---
libexec/tcpd/Makefile | 2 ++
release/packages/Makefile.package | 2 ++
usr.sbin/tcpdchk/Makefile | 2 ++
usr.sbin/tcpdmatch/Makefile | 2 ++
4 files changed, 8 insertions(+)
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
index 7a4eb339c45b..0e3888fea885 100644
--- a/libexec/tcpd/Makefile
+++ b/libexec/tcpd/Makefile
@@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
+PACKAGE= tcpd
+
PROG= tcpd
MAN= tcpd.8
CSTD?= c89
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index 8c96f1f0b18e..d762e94b8a6d 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -104,6 +104,8 @@ svn_COMMENT= Subversion Version Control System
svn_DESC= Subversion Version Control System
syscons_COMMENT= Syscons Console
syscons_DESC= Syscons Console
+tcpd_COMMENT= TCP Wrapper utilities
+tcpd_DESC= TCP Wrapper utilities
telnet_COMMENT= Telnet and telnetd
telnet_DESC= Telnet and telnetd
tests_COMMENT= Test Suite
diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile
index 9431d2f24665..2cbadf29f655 100644
--- a/usr.sbin/tcpdchk/Makefile
+++ b/usr.sbin/tcpdchk/Makefile
@@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
+PACKAGE= tcpd
+
PROG= tcpdchk
MAN= tcpdchk.8
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile
index 49720c0b5cd9..81e04e758225 100644
--- a/usr.sbin/tcpdmatch/Makefile
+++ b/usr.sbin/tcpdmatch/Makefile
@@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
+PACKAGE= tcpd
+
PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c