pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hdf
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jan 4 11:17:56 UTC 2017
Modified Files:
pkgsrc/devel/hdf: distinfo
Added Files:
pkgsrc/devel/hdf/patches: patch-mfhdf_ncgen_ncgen.l
Log Message:
Ensure the local yywrap is used. Fixes build with newer flex.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/hdf/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hdf/patches/patch-mfhdf_ncgen_ncgen.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hdf/distinfo
diff -u pkgsrc/devel/hdf/distinfo:1.12 pkgsrc/devel/hdf/distinfo:1.13
--- pkgsrc/devel/hdf/distinfo:1.12 Tue Nov 3 03:27:31 2015
+++ pkgsrc/devel/hdf/distinfo Wed Jan 4 11:17:56 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 03:27:31 agc Exp $
+$NetBSD: distinfo,v 1.13 2017/01/04 11:17:56 jperkin Exp $
SHA1 (HDF4.2r4.tar.gz) = 000fa1be9c355c490cceed786feeb269a0d355a7
RMD160 (HDF4.2r4.tar.gz) = 13274858f1fa0c339fab83b1f9c37314bd10d624
@@ -11,3 +11,4 @@ SHA1 (patch-ap) = 18a209229a60742a73c720
SHA1 (patch-ar) = 5fbb6e8c56ccf05db0217e9551a0c72ecd9f5c06
SHA1 (patch-as) = b4fa7cd3bcafd75c9bfc045c2849bde21becd2de
SHA1 (patch-ba) = 33e79d38ce68540308445f709f5cbafb1b917d05
+SHA1 (patch-mfhdf_ncgen_ncgen.l) = a2d5a5de6a1491582d73dad291fdb0ffa40b7e9a
Added files:
Index: pkgsrc/devel/hdf/patches/patch-mfhdf_ncgen_ncgen.l
diff -u /dev/null pkgsrc/devel/hdf/patches/patch-mfhdf_ncgen_ncgen.l:1.1
--- /dev/null Wed Jan 4 11:17:56 2017
+++ pkgsrc/devel/hdf/patches/patch-mfhdf_ncgen_ncgen.l Wed Jan 4 11:17:56 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-mfhdf_ncgen_ncgen.l,v 1.1 2017/01/04 11:17:56 jperkin Exp $
+
+Ensure the local yywrap is used.
+
+--- mfhdf/ncgen/ncgen.l.orig 2003-12-10 21:15:54.000000000 +0000
++++ mfhdf/ncgen/ncgen.l
+@@ -22,6 +22,7 @@ extern void yyerror();
+ #include <ctype.h>
+ #include <limits.h>
+ #include "ncgentab.h"
++#undef yywrap
+ %}
+
+ escquote \\\"
Home |
Main Index |
Thread Index |
Old Index