Sun Nov 6 21:33:44 2016 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.25 -r1.26 pkgsrc/devel/flex/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/flex/patches/patch-configure

cvs diff -r1.25 -r1.26 pkgsrc/devel/flex/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/flex/distinfo 2016/11/06 21:31:38 1.25
+++ pkgsrc/devel/flex/distinfo 2016/11/06 21:33:44 1.26
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.25 2016/11/06 21:31:38 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2016/11/06 21:33:44 wiz Exp $
2 2
3SHA1 (flex-2.6.2.tar.gz) = 9eab5eddb6efb34d420b3162fd619a01940b9438 3SHA1 (flex-2.6.2.tar.gz) = 9eab5eddb6efb34d420b3162fd619a01940b9438
4RMD160 (flex-2.6.2.tar.gz) = f58dca039f2b77b9477e45ac92a57804a6458f13 4RMD160 (flex-2.6.2.tar.gz) = f58dca039f2b77b9477e45ac92a57804a6458f13
5SHA512 (flex-2.6.2.tar.gz) = 481fe3f1c370fe04d5a605a826c53dd0afa5b6ea655f0d14fa9bb9cb498c016f68cef8fea806458f07baa7ae5bc1ac729be427cb4e0cc39ce744a809ef6442b3 5SHA512 (flex-2.6.2.tar.gz) = 481fe3f1c370fe04d5a605a826c53dd0afa5b6ea655f0d14fa9bb9cb498c016f68cef8fea806458f07baa7ae5bc1ac729be427cb4e0cc39ce744a809ef6442b3
6Size (flex-2.6.2.tar.gz) = 1402237 bytes 6Size (flex-2.6.2.tar.gz) = 1402237 bytes
7SHA1 (patch-configure) = 8eeb54c913794d9489b6e2a6d9ae9ce2d32fb7f1 7SHA1 (patch-configure) = dfd8bf7682d99991911b355af5015961f1333195
8SHA1 (patch-tests_Makefile.am) = f30524f9b8c22a37cb04b4406ec142ea1ecb8e59 8SHA1 (patch-tests_Makefile.am) = f30524f9b8c22a37cb04b4406ec142ea1ecb8e59
9SHA1 (patch-tests_Makefile.in) = 709d5f117418bbcbcc54926f582bc808daf12f3b 9SHA1 (patch-tests_Makefile.in) = 709d5f117418bbcbcc54926f582bc808daf12f3b

cvs diff -r1.1 -r1.2 pkgsrc/devel/flex/patches/Attic/patch-configure (expand / switch to unified diff)

--- pkgsrc/devel/flex/patches/Attic/patch-configure 2016/11/06 21:31:38 1.1
+++ pkgsrc/devel/flex/patches/Attic/patch-configure 2016/11/06 21:33:44 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1$NetBSD: patch-configure,v 1.1 2016/11/06 21:31:38 wiz Exp $ 1$NetBSD: patch-configure,v 1.2 2016/11/06 21:33:44 wiz Exp $
2 2
3Fix unportable test(1) operator. 3Fix unportable test(1) operator.
 4https://github.com/westes/flex/pull/120
4 5
5--- configure.orig 2016-11-06 21:14:32.894863747 +0000 6--- configure.orig 2016-11-06 21:14:32.894863747 +0000
6+++ configure 7+++ configure
7@@ -18200,7 +18200,7 @@ done 8@@ -18200,7 +18200,7 @@ done
8  9
9 # Check whether --enable-warnings was given. 10 # Check whether --enable-warnings was given.
10 if test "${enable_warnings+set}" = set; then : 11 if test "${enable_warnings+set}" = set; then :
11- enableval=$enable_warnings; if test "x$GCC" == xyes; then : 12- enableval=$enable_warnings; if test "x$GCC" == xyes; then :
12+ enableval=$enable_warnings; if test "x$GCC" = xyes; then : 13+ enableval=$enable_warnings; if test "x$GCC" = xyes; then :
13 : ${WARNINGFLAGS="-Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -Wno-unused-but-set-variable"} 14 : ${WARNINGFLAGS="-Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -Wno-unused-but-set-variable"}
14 fi 15 fi
15 fi 16 fi