Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 11:48:43 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320989 - head/news/ifmail/files
Message-ID:  <201306151148.r5FBmhPL053859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306151148.r5FBmhPL053859>