summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorjoerg <joerg>2013-05-25 23:42:45 +0000
committerjoerg <joerg>2013-05-25 23:42:45 +0000
commit0a7fe23cf132ac1a2171d92ce4315e89e3d5742d (patch)
tree8ffadbb572492e8219a853a7f2d92ee94be1f814 /editors/vile
parent55229121ce4529ec06606fcf8eae1bccb1507149 (diff)
downloadpkgsrc-0a7fe23cf132ac1a2171d92ce4315e89e3d5742d.tar.gz
Sync prototype with modernish flex.
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/distinfo3
-rw-r--r--editors/vile/patches/patch-filters_filters.h13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index 7a17011a3d4..88bddfb5988 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2012/07/20 14:38:51 marino Exp $
+$NetBSD: distinfo,v 1.12 2013/05/25 23:42:45 joerg Exp $
SHA1 (vile-9.8.tgz) = d99f41479fa9726147301193a0e10e4282e4779c
RMD160 (vile-9.8.tgz) = 83a0a76be2e2914a193de9c61b7f1a7d159068df
Size (vile-9.8.tgz) = 2109000 bytes
+SHA1 (patch-filters_filters.h) = df8001a5f6607709dd4ba3cf88c25a898b85bb05
SHA1 (patch-filters_makefile.in) = c2127de2f65ee09bce3ee0fd9163be95bf686c61
SHA1 (patch-makefile.in) = 758c8864da18c4929a2287a9fe7ebbedd45352fe
diff --git a/editors/vile/patches/patch-filters_filters.h b/editors/vile/patches/patch-filters_filters.h
new file mode 100644
index 00000000000..23eb6745512
--- /dev/null
+++ b/editors/vile/patches/patch-filters_filters.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-filters_filters.h,v 1.1 2013/05/25 23:42:45 joerg Exp $
+
+--- filters/filters.h.orig 2013-05-25 20:14:11.000000000 +0000
++++ filters/filters.h
+@@ -210,7 +210,7 @@ extern FILE *yyget_in (void);
+ extern FILE *yyget_out (void);
+ extern char *yyget_text (void);
+ extern int yyget_debug (void);
+-extern int yyget_leng (void);
++extern size_t yyget_leng (void);
+ extern int yyget_lineno (void);
+ extern int yylex_destroy (void);
+ extern void yyset_debug (int bdebug);