summaryrefslogtreecommitdiff
path: root/devel/opencm
diff options
context:
space:
mode:
authordholland <dholland>2012-01-02 03:42:32 +0000
committerdholland <dholland>2012-01-02 03:42:32 +0000
commitca2b6019837d36e48cc211498647f5097ecbb01d (patch)
tree4d89522339d1dca579e5b6bb9c39f1c506b3cc12 /devel/opencm
parentebf332f2a5e7a3b1f08468de5560b13f2495f579 (diff)
downloadpkgsrc-ca2b6019837d36e48cc211498647f5097ecbb01d.tar.gz
Patch out YY_PROTO, which is no longer provided by recent flex.
Diffstat (limited to 'devel/opencm')
-rw-r--r--devel/opencm/distinfo6
-rw-r--r--devel/opencm/patches/patch-src_client_browse_show__c_l15
-rw-r--r--devel/opencm/patches/patch-src_client_browse_show__make_l15
-rw-r--r--devel/opencm/patches/patch-src_client_browse_show__shell_l15
-rw-r--r--devel/opencm/patches/patch-src_client_browse_show__text_l15
5 files changed, 65 insertions, 1 deletions
diff --git a/devel/opencm/distinfo b/devel/opencm/distinfo
index 84586ac444b..155e89dd306 100644
--- a/devel/opencm/distinfo
+++ b/devel/opencm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2011/12/19 13:58:33 wiz Exp $
+$NetBSD: distinfo,v 1.19 2012/01/02 03:42:32 dholland Exp $
SHA1 (opencm-0.1.2alpha8-2-src.tgz) = 2befad488fd7b73f961f7f6a771acdcee921a20d
RMD160 (opencm-0.1.2alpha8-2-src.tgz) = 2ec1b4c317bd90723bccd73a4245c464c337bd9d
@@ -11,4 +11,8 @@ SHA1 (patch-ae) = 17caf47d93ec763248792994a3cca3869a8cd8ac
SHA1 (patch-af) = 63194a7f9530ccf3ac7f0d91b94d717295c61f0b
SHA1 (patch-ag) = 603fddc1fb526e70fc194280c387084270d62180
SHA1 (patch-ah) = 1d29db6a5c7ff2d1c7ddc7fcbd5309b35a3f9407
+SHA1 (patch-src_client_browse_show__c_l) = bfec026cbc24675dcbd477975568b4851c725700
+SHA1 (patch-src_client_browse_show__make_l) = 13aaf6227a4ba06f2b6f094df62a3ce8674fe55c
+SHA1 (patch-src_client_browse_show__shell_l) = 08cebb89ab2f4eeb98a90cd27ed7d25696f63089
+SHA1 (patch-src_client_browse_show__text_l) = 14726c4192f415239f18015c2056c6121573f1aa
SHA1 (patch-src_common_PubKey.c) = 3febe96d04b7c3f6ed47cbe75edd41f8334590c3
diff --git a/devel/opencm/patches/patch-src_client_browse_show__c_l b/devel/opencm/patches/patch-src_client_browse_show__c_l
new file mode 100644
index 00000000000..a0c3aac7515
--- /dev/null
+++ b/devel/opencm/patches/patch-src_client_browse_show__c_l
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_client_browse_show__c_l,v 1.1 2012/01/02 03:42:32 dholland Exp $
+
+- patch out YY_PROTO, which newer flex no longer provides.
+
+--- src/client/browse/show_c.l~ 2003-03-12 19:05:00.000000000 +0000
++++ src/client/browse/show_c.l
+@@ -53,7 +53,7 @@
+ extern void exit(int);
+
+ /* Suppress compiler complaint about yy_flex_realloc: */
+-static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) __attribute__((unused));
++static void *yy_flex_realloc( void *, yy_size_t ) __attribute__((unused));
+
+ static const Buffer *buffer;
+ static ocmoff_t position;
diff --git a/devel/opencm/patches/patch-src_client_browse_show__make_l b/devel/opencm/patches/patch-src_client_browse_show__make_l
new file mode 100644
index 00000000000..b7cb688bff8
--- /dev/null
+++ b/devel/opencm/patches/patch-src_client_browse_show__make_l
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_client_browse_show__make_l,v 1.1 2012/01/02 03:42:32 dholland Exp $
+
+- patch out YY_PROTO, which newer flex no longer provides.
+
+--- src/client/browse/show_make.l~ 2003-03-12 19:05:00.000000000 +0000
++++ src/client/browse/show_make.l
+@@ -53,7 +53,7 @@
+ extern void exit(int);
+
+ /* Suppress compiler complaint about yy_flex_realloc: */
+-static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ))
++static void *yy_flex_realloc( void *, yy_size_t )
+ __attribute__((unused));
+
+ static const Buffer *buffer;
diff --git a/devel/opencm/patches/patch-src_client_browse_show__shell_l b/devel/opencm/patches/patch-src_client_browse_show__shell_l
new file mode 100644
index 00000000000..d9ac6fa28f3
--- /dev/null
+++ b/devel/opencm/patches/patch-src_client_browse_show__shell_l
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_client_browse_show__shell_l,v 1.1 2012/01/02 03:42:32 dholland Exp $
+
+- patch out YY_PROTO, which newer flex no longer provides.
+
+--- src/client/browse/show_shell.l~ 2003-03-12 19:05:00.000000000 +0000
++++ src/client/browse/show_shell.l
+@@ -53,7 +53,7 @@
+ extern void exit(int);
+
+ /* Suppress compiler complaint about yy_flex_realloc: */
+-static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ))
++static void *yy_flex_realloc( void *, yy_size_t )
+ __attribute__((unused));
+
+ static const Buffer *buffer;
diff --git a/devel/opencm/patches/patch-src_client_browse_show__text_l b/devel/opencm/patches/patch-src_client_browse_show__text_l
new file mode 100644
index 00000000000..e857285df5d
--- /dev/null
+++ b/devel/opencm/patches/patch-src_client_browse_show__text_l
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_client_browse_show__text_l,v 1.1 2012/01/02 03:42:32 dholland Exp $
+
+- patch out YY_PROTO, which newer flex no longer provides.
+
+--- src/client/browse/show_text.l~ 2003-03-12 19:05:00.000000000 +0000
++++ src/client/browse/show_text.l
+@@ -53,7 +53,7 @@
+ extern void exit(int);
+
+ /* Suppress compiler complaint about yy_flex_realloc: */
+-static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ))
++static void *yy_flex_realloc( void *, yy_size_t )
+ __attribute__((unused));
+
+ static const Buffer *buffer;