pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cxref



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan  4 12:46:06 UTC 2017

Modified Files:
        pkgsrc/devel/cxref: distinfo
Added Files:
        pkgsrc/devel/cxref/patches: patch-src_parse-yy.h

Log Message:
Ensure the local yywrap is used.  Fixes build with newer flex.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/cxref/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/cxref/patches/patch-src_parse-yy.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cxref/distinfo
diff -u pkgsrc/devel/cxref/distinfo:1.10 pkgsrc/devel/cxref/distinfo:1.11
--- pkgsrc/devel/cxref/distinfo:1.10    Tue Nov  3 03:27:22 2015
+++ pkgsrc/devel/cxref/distinfo Wed Jan  4 12:46:06 2017
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.10 2015/11/03 03:27:22 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/01/04 12:46:06 jperkin Exp $
 
 SHA1 (cxref-1.6d.tgz) = b984d85da7b7fa39794932e6fe85a0657f6240bb
 RMD160 (cxref-1.6d.tgz) = 3760f2f074ec26b6702efbd38f24f0bb231488e0
 SHA512 (cxref-1.6d.tgz) = 7d2689817d3bfac880948b5bed9090879864db483d960854525e27b1327e63896d77cbb8e8d7a5e33c35918b2846c8ebfbd4201203f0d9e4d33616ac1c290e0b
 Size (cxref-1.6d.tgz) = 415744 bytes
 SHA1 (patch-aa) = 0696dc7e2c027ebbbfb6747ff36ec9f9a36b7a88
+SHA1 (patch-src_parse-yy.h) = 7c38125a5c93b69d8190bdc3c941604df228e764
 SHA1 (patch-src_parse_l) = 38638d7ac187ddebec2fb446f38adaace3ef3712

Added files:

Index: pkgsrc/devel/cxref/patches/patch-src_parse-yy.h
diff -u /dev/null pkgsrc/devel/cxref/patches/patch-src_parse-yy.h:1.1
--- /dev/null   Wed Jan  4 12:46:06 2017
+++ pkgsrc/devel/cxref/patches/patch-src_parse-yy.h     Wed Jan  4 12:46:06 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_parse-yy.h,v 1.1 2017/01/04 12:46:06 jperkin Exp $
+
+Ensure the local yywrap is used.
+
+--- src/parse-yy.h.orig        2010-12-27 09:55:02.000000000 +0000
++++ src/parse-yy.h
+@@ -87,6 +87,7 @@ void yyrestart (FILE *input_file);
+ 
+ #define YY_SKIP_YYWRAP 1 /* Don't use yywrap prototype */
+ 
++#undef yywrap
+ #ifndef yywrap
+ 
+ /*+ Needed in lex but does nothing. +*/



Home | Main Index | Thread Index | Old Index