Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/libmatheval/patches/patch-aa,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/libmatheval/patches/patch-aa,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pkgsrc/math/libmatheval/patches/patch-aa 2006/07/10 11:16:24 1.2 +++ pkgsrc/math/libmatheval/patches/patch-aa 2014/04/28 12:43:34 1.3 @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2006/07/10 11:16:24 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2014/04/28 12:43:34 joerg Exp $ ---- lib/scanner.l.orig 2006-05-05 07:22:48.000000000 +0200 +--- lib/scanner.l.orig 2011-07-03 09:37:11.000000000 +0000 +++ lib/scanner.l -@@ -163,3 +163,8 @@ void input_reset() - /* Forget contents of input buffer. */ - YY_FLUSH_BUFFER; - } -+ -+int yywrap() -+{ -+ return (1); -+} +@@ -18,7 +18,7 @@ + * along with GNU libmatheval. If not, see + * . + */ +- ++%option noyywrap + %{ + /* + * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011