aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog7
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2014-09-30 20:10:25 +0000
committerBrad Davis <brd@FreeBSD.org>2014-09-30 20:10:25 +0000
commitfeb8eb997b77a12b2b01e3c6abba949cba9ac707 (patch)
treebbc0ce3dcbbb60030b809f4c831b415b5f74fe41 /sysutils/rsyslog7
parentb210b76fd9a43accf5f536936bacf9de818823d4 (diff)
downloadports-feb8eb997b77a12b2b01e3c6abba949cba9ac707.tar.gz
ports-feb8eb997b77a12b2b01e3c6abba949cba9ac707.zip
Notes
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r--sysutils/rsyslog7/Makefile6
-rw-r--r--sysutils/rsyslog7/distinfo4
-rw-r--r--sysutils/rsyslog7/files/patch-grammar__lexer.l11
3 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile
index 06f512c6a65d..00f1d8152a1b 100644
--- a/sysutils/rsyslog7/Makefile
+++ b/sysutils/rsyslog7/Makefile
@@ -1,15 +1,15 @@
# $FreeBSD$
PORTNAME= rsyslog
-PORTVERSION= 7.6.3
-PORTREVISION= 4
+PORTVERSION= 7.6.6
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
+BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \
+ rst2man:${PORTSDIR}/textproc/py-docutils
LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \
libestr.so:${PORTSDIR}/devel/libestr \
diff --git a/sysutils/rsyslog7/distinfo b/sysutils/rsyslog7/distinfo
index 4b25d3db047d..7d9264a52b85 100644
--- a/sysutils/rsyslog7/distinfo
+++ b/sysutils/rsyslog7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-7.6.3.tar.gz) = 013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec
-SIZE (rsyslog-7.6.3.tar.gz) = 3052448
+SHA256 (rsyslog-7.6.6.tar.gz) = c77ae0db6204c5bd670fa96c354ee5fe1c62c876bd84ec06ed429138c78885bb
+SIZE (rsyslog-7.6.6.tar.gz) = 3027663
diff --git a/sysutils/rsyslog7/files/patch-grammar__lexer.l b/sysutils/rsyslog7/files/patch-grammar__lexer.l
new file mode 100644
index 000000000000..c30b117b0223
--- /dev/null
+++ b/sysutils/rsyslog7/files/patch-grammar__lexer.l
@@ -0,0 +1,11 @@
+--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC
++++ grammar/lexer.l
+@@ -31,7 +31,7 @@
+ %{
+ #include "config.h"
+ #include "parserif.h"
+-extern char *strdup(char*); /* somehow we do not get this from string.h... */
++//extern char *strdup(char*); /* somehow we do not get this from string.h... */
+ %}
+
+ %option noyywrap nodefault case-insensitive yylineno