Date: Thu, 23 Oct 2014 21:53:38 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371416 - in branches/2014Q4/sysutils/rsyslog7: . files Message-ID: <201410232153.s9NLrcwX084672@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd (doc committer) Date: Thu Oct 23 21:53:37 2014 New Revision: 371416 URL: https://svnweb.freebsd.org/changeset/ports/371416 QAT: https://qat.redports.org/buildarchive/r371416/ Log: MFH: r369868 Fix build MFH: r369864 Add missed PORTVERSION bump from r369854 MFH: r369854 Approved by: portmgr (bdrewery) Modified: branches/2014Q4/sysutils/rsyslog7/Makefile branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/rsyslog7/Makefile ============================================================================== --- branches/2014Q4/sysutils/rsyslog7/Makefile Thu Oct 23 21:35:14 2014 (r371415) +++ branches/2014Q4/sysutils/rsyslog7/Makefile Thu Oct 23 21:53:37 2014 (r371416) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.6.6 +PORTVERSION= 7.6.7 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ Modified: branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l ============================================================================== --- branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 23 21:35:14 2014 (r371415) +++ branches/2014Q4/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 23 21:53:37 2014 (r371416) @@ -1,11 +1,11 @@ ---- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC -+++ grammar/lexer.l +--- grammar/lexer.l.orig 2014-10-02 17:44:03.599344945 -0500 ++++ grammar/lexer.l 2014-10-02 17:44:08.808344494 -0500 @@ -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... */ +-extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ ++//extern char *strdup(__const char*); /* somehow we may not get this from string.h... */ %} %option noyywrap nodefault case-insensitive yylineno
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410232153.s9NLrcwX084672>