[Midnightbsd-cvs] mports [23071] trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y: update patches

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 7 08:57:38 EST 2018


Revision: 23071
          http://svnweb.midnightbsd.org/mports/?rev=23071
Author:   laffer1
Date:     2018-03-07 08:57:37 -0500 (Wed, 07 Mar 2018)
Log Message:
-----------
update patches

Modified Paths:
--------------
    trunk/multimedia/gstreamer/files/patch-Makefile.in
    trunk/multimedia/gstreamer/files/patch-gst_gstdatetime.c

Added Paths:
-----------
    trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y

Property Changed:
----------------
    trunk/multimedia/gstreamer/files/patch-Makefile.in

Modified: trunk/multimedia/gstreamer/files/patch-Makefile.in
===================================================================
--- trunk/multimedia/gstreamer/files/patch-Makefile.in	2018-03-07 13:42:38 UTC (rev 23070)
+++ trunk/multimedia/gstreamer/files/patch-Makefile.in	2018-03-07 13:57:37 UTC (rev 23071)
@@ -1,18 +1,18 @@
---- Makefile.in.orig	2009-10-19 00:06:14.000000000 +0200
-+++ Makefile.in	2009-10-19 00:07:47.000000000 +0200
-@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal
+--- Makefile.in.orig	2012-02-20 22:48:34 UTC
++++ Makefile.in
+@@ -469,7 +469,6 @@ aclocaldir = $(datadir)/aclocal
  aclocal_DATA = gst-element-check- at GST_MAJORMINOR@.m4
  SUBDIRS = pkgconfig \
  	gst libs plugins tools tests \
 -	docs \
  	po \
+ 	m4 \
  	common
- 
-@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \
+@@ -478,7 +477,6 @@ SUBDIRS = pkgconfig \
  # These are all the possible subdirs
  DIST_SUBDIRS = pkgconfig \
  	gst libs plugins tools tests \
 -	docs \
  	po \
+ 	m4 \
  	common
- 


Property changes on: trunk/multimedia/gstreamer/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/multimedia/gstreamer/files/patch-gst_gstdatetime.c
===================================================================
--- trunk/multimedia/gstreamer/files/patch-gst_gstdatetime.c	2018-03-07 13:42:38 UTC (rev 23070)
+++ trunk/multimedia/gstreamer/files/patch-gst_gstdatetime.c	2018-03-07 13:57:37 UTC (rev 23071)
@@ -1,5 +1,5 @@
---- gst/gstdatetime.c.orig	2013-10-20 16:05:12.000000000 +0200
-+++ gst/gstdatetime.c	2013-10-20 16:05:24.000000000 +0200
+--- gst/gstdatetime.c.orig	2011-12-11 18:45:55 UTC
++++ gst/gstdatetime.c
 @@ -21,8 +21,8 @@
  #include "config.h"
  #endif
@@ -8,5 +8,5 @@
  #include "gst_private.h"
 +#include "glib-compat-private.h"
  #include "gstdatetime.h"
- #include "gstvalue.h"
  #include <glib.h>
+ #include <math.h>

Added: trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y
===================================================================
--- trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y	                        (rev 0)
+++ trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y	2018-03-07 13:57:37 UTC (rev 23071)
@@ -0,0 +1,18 @@
+--- gst/parse/grammar.y.orig	2011-12-30 01:14:35 UTC
++++ gst/parse/grammar.y
+@@ -26,7 +26,6 @@
+  */
+ 
+ #define YYERROR_VERBOSE 1
+-#define YYLEX_PARAM scanner
+ 
+ #define YYENABLE_NLS 0
+ 
+@@ -648,6 +647,7 @@ static int yyerror (void *scanner, graph
+ %right '.'
+ %left '!' '='
+ 
++%lex-param { void *scanner }
+ %parse-param { void *scanner }
+ %parse-param { graph_t *graph }
+ %pure-parser


Property changes on: trunk/multimedia/gstreamer/files/patch-gst_parse_grammar.y
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list