From owner-svn-ports-all@FreeBSD.ORG Thu Oct 23 21:53:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCEF8BE2; Thu, 23 Oct 2014 21:53:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7AC7FC; Thu, 23 Oct 2014 21:53:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NLrcCN084679; Thu, 23 Oct 2014 21:53:38 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NLrcwX084672; Thu, 23 Oct 2014 21:53:38 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201410232153.s9NLrcwX084672@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 23 Oct 2014 21:53:38 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 21:53:38 -0000 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