From owner-svn-ports-all@FreeBSD.ORG Sat Jun 15 11:48:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4E64673; Sat, 15 Jun 2013 11:48:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB561314; Sat, 15 Jun 2013 11:48:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5FBmhCG053860; Sat, 15 Jun 2013 11:48:43 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5FBmhPL053859; Sat, 15 Jun 2013 11:48:43 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201306151148.r5FBmhPL053859@svn.freebsd.org> From: Dirk Meyer Date: Sat, 15 Jun 2013 11:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320989 - head/news/ifmail/files X-SVN-Group: ports-head 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.14 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: Sat, 15 Jun 2013 11:48:43 -0000 Author: dinoex Date: Sat Jun 15 11:48:42 2013 New Revision: 320989 URL: http://svnweb.freebsd.org/changeset/ports/320989 Log: - fix patch naming Added: head/news/ifmail/files/patch-flagexp.l - copied unchanged from r320982, head/news/ifmail/files/patch-ifcico__flagexp.l Deleted: head/news/ifmail/files/patch-ifcico__flagexp.l Copied: head/news/ifmail/files/patch-flagexp.l (from r320982, head/news/ifmail/files/patch-ifcico__flagexp.l) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/ifmail/files/patch-flagexp.l Sat Jun 15 11:48:42 2013 (r320989, copy of r320982, head/news/ifmail/files/patch-ifcico__flagexp.l) @@ -0,0 +1,18 @@ +--- ifcico/flaglex.l.orig 1995-03-04 10:56:34.000000000 +0100 ++++ ifcico/flaglex.l 2013-05-27 15:29:03.783061252 +0200 +@@ -1,3 +1,4 @@ ++%option noyywrap + %{ + #include + #include +@@ -8,10 +9,6 @@ + static char *yyPTR = NULL; + static int yyBUFL; + +-#ifndef yywrap +-#define yywrap() 1 +-#endif +- + #ifdef FLEX_SCANNER + + #undef YY_INPUT