svn commit: r320989 - head/news/ifmail/files
Dirk Meyer
dinoex at FreeBSD.org
Sat Jun 15 11:48:43 UTC 2013
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 <stdlib.h>
+ #include <string.h>
+@@ -8,10 +9,6 @@
+ static char *yyPTR = NULL;
+ static int yyBUFL;
+
+-#ifndef yywrap
+-#define yywrap() 1
+-#endif
+-
+ #ifdef FLEX_SCANNER
+
+ #undef YY_INPUT
More information about the svn-ports-head
mailing list