Sat Aug 3 04:07:50 2013 UTC ()
Fix build with bison-3.0, patch is borrowed from gstreamer0.10.


(ryoon)
diff -r1.5 -r1.6 pkgsrc/multimedia/gstreamer1/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/gstreamer1/patches/patch-gst_parse_grammar.y

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/gstreamer1/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gstreamer1/distinfo 2013/07/22 14:27:17 1.5
+++ pkgsrc/multimedia/gstreamer1/distinfo 2013/08/03 04:07:49 1.6
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.5 2013/07/22 14:27:17 drochner Exp $ 1$NetBSD: distinfo,v 1.6 2013/08/03 04:07:49 ryoon Exp $
2 2
3SHA1 (gstreamer-1.0.8.tar.xz) = 25daac109c4989f460c4d62475e63af941400a9a 3SHA1 (gstreamer-1.0.8.tar.xz) = 25daac109c4989f460c4d62475e63af941400a9a
4RMD160 (gstreamer-1.0.8.tar.xz) = 13995a2363157a8edbd6be5f4f42d179d87188be 4RMD160 (gstreamer-1.0.8.tar.xz) = 13995a2363157a8edbd6be5f4f42d179d87188be
5Size (gstreamer-1.0.8.tar.xz) = 3138212 bytes 5Size (gstreamer-1.0.8.tar.xz) = 3138212 bytes
 6SHA1 (patch-gst_parse_grammar.y) = ff38bff8b28b787297e023697fe087d3910dcade

File Added: pkgsrc/multimedia/gstreamer1/patches/Attic/patch-gst_parse_grammar.y
$NetBSD: patch-gst_parse_grammar.y,v 1.1 2013/08/03 04:07:49 ryoon Exp $

* Fix build with bison-3.0.

--- gst/parse/grammar.y.orig	2012-10-25 10:54:57.000000000 +0000
+++ gst/parse/grammar.y
@@ -659,6 +659,7 @@ static int yyerror (void *scanner, graph
 
 %parse-param { void *scanner }
 %parse-param { graph_t *graph }
+%lex-param {void *scanner}
 %pure-parser
 
 %start graph