summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-01-04 11:52:24 +0000
committerjperkin <jperkin>2017-01-04 11:52:24 +0000
commitf3c50e8fe855e7025e5ae28cf19babd32bc04e4f (patch)
treef49e9ea2d4a6e5921a9744f41eaa49ae3292f146 /wm
parent5b5b51b7d96e1b86a46b2e96f9c1f0c6da1c3f76 (diff)
downloadpkgsrc-f3c50e8fe855e7025e5ae28cf19babd32bc04e4f.tar.gz
Ensure the local yywrap is used. Fixes build with newer flex.
Diffstat (limited to 'wm')
-rw-r--r--wm/tvtwm/distinfo4
-rw-r--r--wm/tvtwm/patches/patch-ak19
2 files changed, 10 insertions, 13 deletions
diff --git a/wm/tvtwm/distinfo b/wm/tvtwm/distinfo
index 913d7376ece..2d2ba4e919f 100644
--- a/wm/tvtwm/distinfo
+++ b/wm/tvtwm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2015/11/02 23:42:54 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/01/04 12:20:07 jperkin Exp $
SHA1 (tvtwm.pl11.tar.gz) = a0e092c6dbab072b488606c28a78746d1b55d078
RMD160 (tvtwm.pl11.tar.gz) = ec346d31b1e9302d781ba5d67d08e8c2728f4a4f
@@ -12,7 +12,7 @@ SHA1 (patch-ag) = ee456b9eef5ef6e1ab55afe13ee39d587e17afa3
SHA1 (patch-ah) = d2fbfe56a5588c6b490df4c9ada37ee3bc3b0cb9
SHA1 (patch-ai) = 81475df3d97a1d3506ffc5075d9687857d32af83
SHA1 (patch-aj) = ec674f384a42375765576873cfba98b292c76e82
-SHA1 (patch-ak) = 952a03dbe17e520a46384c61ecd9b6655eeeb793
+SHA1 (patch-ak) = 6eef3a42620782067542cc2b4c8e0ef413236d18
SHA1 (patch-al) = 6614b46b5f348ebaf8418494ab1eac71bf845f63
SHA1 (patch-am) = 3691648d9a7f1b25f742f359cdf50e32bb11ddc3
SHA1 (patch-an) = db292b1aa120da9a95629352175b5042a1bb7d77
diff --git a/wm/tvtwm/patches/patch-ak b/wm/tvtwm/patches/patch-ak
index d7b1c466ee0..93c4fac224b 100644
--- a/wm/tvtwm/patches/patch-ak
+++ b/wm/tvtwm/patches/patch-ak
@@ -1,20 +1,17 @@
-$NetBSD: patch-ak,v 1.2 2004/05/23 23:28:29 danw Exp $
+$NetBSD: patch-ak,v 1.3 2017/01/04 12:20:07 jperkin Exp $
-Index: lex.l
-===================================================================
-RCS file: /home/siren/src/tvtwm/lex.l,v
-retrieving revision 1.1.1.1
-retrieving revision 1.2
-diff -u -r1.1.1.1 -r1.2
---- lex.l 1999/08/08 05:46:53 1.1.1.1
-+++ lex.l 1999/08/08 05:56:51 1.2
-@@ -37,12 +37,34 @@
+Ensure the local yywrap is used.
+
+--- lex.l.orig 1993-03-10 20:57:51.000000000 +0000
++++ lex.l
+@@ -37,12 +37,35 @@
***********************************************************************/
/* #include <stdio.h> */ /* lex already includes stdio.h */
+#include "twm.h"
#include "gram.h"
#include "parse.h"
++#undef yywrap
extern char *ProgramName;
extern int ParseError;
@@ -43,7 +40,7 @@ diff -u -r1.1.1.1 -r1.2
%}
string \"([^"]|\\.)*\"
-@@ -94,7 +116,10 @@
+@@ -94,7 +117,10 @@ number [0-9]+
}
%%
#ifndef yywrap