1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 8.21.0

- Add license
- Placate portlint somewhat
- Add new GCRYPT option (default on): this is required is the GNUTLS option
  is enabled
- Delete obsolete '--enable-cached-man-pages' from CONFIGURE_ARGS
This commit is contained in:
Matthew Seaman 2016-09-22 12:58:06 +00:00
parent fa65c10d0d
commit 7367d26c91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422609
3 changed files with 23 additions and 15 deletions

View File

@ -1,16 +1,15 @@
# $FreeBSD$
PORTNAME= rsyslog
PORTVERSION= 8.19.0
PORTREVISION= 1
PORTVERSION= 8.21.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
MAINTAINER= matthew@FreeBSD.org
COMMENT= Syslogd supporting SQL, TCP, and TLS
BUILD_DEPENDS= libgcrypt-config:security/libgcrypt \
rst2man:textproc/py-docutils
LICENSE= GPLv3 LGPL3 APACHE20
LICENSE_COMB= multi
LIB_DEPENDS= libee.so:devel/libee \
libestr.so:devel/libestr \
@ -18,14 +17,19 @@ LIB_DEPENDS= libee.so:devel/libee \
liblogging-stdlog.so:devel/liblogging \
libuuid.so:misc/e2fsprogs-libuuid
USE_LDCONFIG= yes
BUILD_DEPENDS= rst2man:textproc/py-docutils
PORTSCOUT= limit:^8\.
OPTIONS_DEFINE= DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP SNMP \
NORMALIZE
USE_LDCONFIG= yes
OPTIONS_DEFINE= DBI DOCS GCRYPT GNUTLS GSSAPI MYSQL PGSQL RELP \
SNMP NORMALIZE
OPTIONS_DEFAULT=GCRYPT
OPTIONS_SUB= yes
DBI_DESC= LibDBI output module for rsyslog
GCRYPT_DESC= Enable support for encrypted logfiles
GNUTLS_DESC= GNUTLS module for rsyslog
GSSAPI_DESC= GSS API input/output module for rsyslog
MYSQL_DESC= MySQL output module for rsyslog
@ -40,8 +44,13 @@ DBI_LIB_DEPENDS= libdbi.so:databases/libdbi
DBI_CONFIGURE_ENABLE= libdbi
DBI_PLIST_FILES= lib/rsyslog/omlibdbi.so
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
libgcrypt.so:security/libgcrypt
GCRYPT_CONFIGURE_ENABLE=libgcrypt
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
GCRYPT_BUILD_DEPENDS= libgcrypt-config:security/libgcrypt
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_IMPLIES= GCRYPT
GNUTLS_CONFIGURE_ENABLE=gnutls
GNUTLS_PLIST_FILES= lib/rsyslog/lmnsd_gtls.so
@ -81,7 +90,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysql-microseconds
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sane-hostname
.endif
CONFLICTS= rsyslog6-* rsyslog-[0-9].*
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@ -104,7 +112,7 @@ CFLAGS+= ${CPPFLAGS}
USE_RC_SUBR= ${PORTNAME}d
SUB_FILES= pkg-message
CONFIGURE_ARGS+= --enable-cached-man-pages --enable-imdiag --enable-imfile --enable-impstats --enable-mail --enable-omprog --enable-omstdout --enable-omuxsock --enable-rfc3195 --disable-testbench
CONFIGURE_ARGS+= --enable-imdiag --enable-imfile --enable-impstats --enable-mail --enable-omprog --enable-omstdout --enable-omuxsock --enable-rfc3195 --disable-testbench
post-patch:
@${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1465480650
SHA256 (rsyslog-8.19.0.tar.gz) = 3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e
SIZE (rsyslog-8.19.0.tar.gz) = 2279714
TIMESTAMP = 1474304109
SHA256 (rsyslog-8.21.0.tar.gz) = bdb1fde87b75107b58d1cd5d00408822fb15b9f3efb8d9dbb93a1dee128339ab
SIZE (rsyslog-8.21.0.tar.gz) = 2290993

View File

@ -7,7 +7,7 @@ lib/rsyslog/impstats.so
lib/rsyslog/imtcp.so
lib/rsyslog/imudp.so
lib/rsyslog/imuxsock.so
lib/rsyslog/lmcry_gcry.so
%%GCRYPT%%lib/rsyslog/lmcry_gcry.so
lib/rsyslog/lmnet.so
lib/rsyslog/lmnetstrms.so
lib/rsyslog/lmnsd_ptcp.so