diff options
author | Brad Davis <brd@FreeBSD.org> | 2013-08-20 21:53:49 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2013-08-20 21:53:49 +0000 |
commit | 7d85085c2cec600e2fa3efe588a12597a6fc7209 (patch) | |
tree | 717694072451997e3f557596b6acabe57809f5aa /sysutils/rsyslog7 | |
parent | fac6e76e6061dba626b5b4a670f099a884678a6a (diff) |
Notes
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r-- | sysutils/rsyslog7/Makefile | 12 | ||||
-rw-r--r-- | sysutils/rsyslog7/distinfo | 4 | ||||
-rw-r--r-- | sysutils/rsyslog7/files/patch-grammar__lexer.l | 11 | ||||
-rw-r--r-- | sysutils/rsyslog7/pkg-plist | 2 |
4 files changed, 10 insertions, 19 deletions
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index f95d4dbc7a59..777903f3c135 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.2.7 +PORTVERSION= 7.4.3 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ MAINTAINER= brd@FreeBSD.org COMMENT= Syslogd supporting SQL, TCP, and TLS +BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt + LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ estr:${PORTSDIR}/devel/libestr \ json.0:${PORTSDIR}/devel/json-c \ - sysinfo:${PORTSDIR}/devel/libsysinfo \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid USE_LDCONFIG= yes -PORTSCOUT= limit:^7\.2 +PORTSCOUT= limit:^7\.4 PORTDOCS= * PORTEXAMPLES= * @@ -44,8 +45,7 @@ CONFIGURE_ARGS+=--disable-libdbi .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls USES+= pkgconfig CONFIGURE_ARGS+=--enable-gnutls PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \ @@ -148,7 +148,7 @@ MAN5= rsyslog.conf.5 USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message -CONFIGURE_ARGS+= --enable-imfile --enable-mail --enable-imdiag --enable-impstats --enable-omstdout +CONFIGURE_ARGS+= --enable-imfile --enable-mail --enable-imdiag --enable-impstats --enable-omstdout --enable-cached-man-pages post-patch: @${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\ diff --git a/sysutils/rsyslog7/distinfo b/sysutils/rsyslog7/distinfo index f1da0f307bda..faf25c170233 100644 --- a/sysutils/rsyslog7/distinfo +++ b/sysutils/rsyslog7/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.2.7.tar.gz) = 4833533a140c1aebed069082ad579ac25e488b647d4d508167dc6e4de75af96d -SIZE (rsyslog-7.2.7.tar.gz) = 2761741 +SHA256 (rsyslog-7.4.3.tar.gz) = d96fcb733452177f5f06789507e06f5c01434d83001c130c9fcdf21e0fffe382 +SIZE (rsyslog-7.4.3.tar.gz) = 2908523 diff --git a/sysutils/rsyslog7/files/patch-grammar__lexer.l b/sysutils/rsyslog7/files/patch-grammar__lexer.l deleted file mode 100644 index c9597edcf735..000000000000 --- a/sysutils/rsyslog7/files/patch-grammar__lexer.l +++ /dev/null @@ -1,11 +0,0 @@ ---- grammar/lexer.l.ori 2012-12-31 21:57:37.000000000 -0700 -+++ grammar/lexer.l 2012-12-31 21:57:51.000000000 -0700 -@@ -88,7 +88,7 @@ - /* somehow, I need these prototype even though the headers are - * included. I guess that's some autotools magic I don't understand... - */ --int fileno(FILE *stream); -+//int fileno(FILE *stream); - - %} - diff --git a/sysutils/rsyslog7/pkg-plist b/sysutils/rsyslog7/pkg-plist index 341bd2192603..127620a78353 100644 --- a/sysutils/rsyslog7/pkg-plist +++ b/sysutils/rsyslog7/pkg-plist @@ -14,6 +14,8 @@ lib/rsyslog/imudp.la lib/rsyslog/imudp.so lib/rsyslog/imuxsock.la lib/rsyslog/imuxsock.so +lib/rsyslog/lmcry_gcry.la +lib/rsyslog/lmcry_gcry.so lib/rsyslog/lmnet.la lib/rsyslog/lmnet.so lib/rsyslog/lmnetstrms.la |