git: cbad08dcef9b - main - sysutils/rsyslog8: Add pmciscoios module for parsing Cisco IOS logs

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Sun, 09 Jan 2022 15:56:20 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbad08dcef9baa0460d9560f2a372e195e2bc4bf

commit cbad08dcef9baa0460d9560f2a372e195e2bc4bf
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2022-01-09 15:53:42 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2022-01-09 15:56:15 +0000

    sysutils/rsyslog8: Add pmciscoios module for parsing Cisco IOS logs
    
    This is a very small loadable module with no additional dependencies,
    so just add it to the default package unconditionally.
    
    Requested by:   Klein Emanuel
---
 sysutils/rsyslog8/Makefile  | 2 ++
 sysutils/rsyslog8/pkg-plist | 1 +
 2 files changed, 3 insertions(+)

diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile
index cc537e0f6b40..f35b0713a298 100644
--- a/sysutils/rsyslog8/Makefile
+++ b/sysutils/rsyslog8/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsyslog
 PORTVERSION=	8.2112.0
+PRTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -142,6 +143,7 @@ SUB_FILES=	pkg-message
 CONFIGURE_ARGS+=	--enable-imdiag --enable-imfile --enable-impstats \
 			--enable-mail --enable-omprog --enable-omstdout \
 			--enable-omuxsock --enable-rfc3195 --disable-testbench \
+			--enable-pmciscoios \
 			ac_cv_func_inotify_init=no ac_cv_header_sys_inotify_h=no
 
 post-patch:
diff --git a/sysutils/rsyslog8/pkg-plist b/sysutils/rsyslog8/pkg-plist
index 7f512c039c16..5df83aa104ff 100644
--- a/sysutils/rsyslog8/pkg-plist
+++ b/sysutils/rsyslog8/pkg-plist
@@ -24,6 +24,7 @@ lib/rsyslog/omprog.so
 lib/rsyslog/omstdout.so
 lib/rsyslog/omtesting.so
 lib/rsyslog/omuxsock.so
+lib/rsyslog/pmciscoios.so
 man/man5/rsyslog.conf.5.gz
 man/man8/rsyslogd.8.gz
 sbin/rsyslogd