[Midnightbsd-cvs] mports [24497] trunk/devel/gobject-introspection: patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 20:46:27 EDT 2018


Revision: 24497
          http://svnweb.midnightbsd.org/mports/?rev=24497
Author:   laffer1
Date:     2018-10-15 20:46:26 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
patch

Modified Paths:
--------------
    trunk/devel/gobject-introspection/Makefile
    trunk/devel/gobject-introspection/files/patch-tests_Makefile.in

Added Paths:
-----------
    trunk/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l

Modified: trunk/devel/gobject-introspection/Makefile
===================================================================
--- trunk/devel/gobject-introspection/Makefile	2018-10-16 00:29:14 UTC (rev 24496)
+++ trunk/devel/gobject-introspection/Makefile	2018-10-16 00:46:26 UTC (rev 24497)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gobject-introspection
 PORTVERSION=	1.50.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Added: trunk/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
===================================================================
--- trunk/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l	                        (rev 0)
+++ trunk/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l	2018-10-16 00:46:26 UTC (rev 24497)
@@ -0,0 +1,11 @@
+--- giscanner/scannerlexer.l.orig	2017-04-17 10:01:31 UTC
++++ giscanner/scannerlexer.l
+@@ -164,6 +164,8 @@ stringtext				([^\\\"])|(\\.)
+ "__inline__"                            { return INLINE; }
+ "__inline"				{ return INLINE; }
+ "__nonnull" 			        { if (!parse_ignored_macro()) REJECT; }
++"_Nonnull" 			        { /* Ignore */ }
++"_Nullable" 			        { /* Ignore */ }
+ "_Noreturn" 			        { /* Ignore */ }
+ "__signed"                              { return SIGNED; }
+ "__signed__"				{ return SIGNED; }


Property changes on: trunk/devel/gobject-introspection/files/patch-giscanner_scannerlexer.l
___________________________________________________________________
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
Modified: trunk/devel/gobject-introspection/files/patch-tests_Makefile.in
===================================================================
--- trunk/devel/gobject-introspection/files/patch-tests_Makefile.in	2018-10-16 00:29:14 UTC (rev 24496)
+++ trunk/devel/gobject-introspection/files/patch-tests_Makefile.in	2018-10-16 00:46:26 UTC (rev 24497)
@@ -1,6 +1,6 @@
---- tests/Makefile.in.orig	2011-08-20 13:20:09.000000000 -0400
-+++ tests/Makefile.in	2011-08-20 13:20:26.000000000 -0400
-@@ -820,7 +820,7 @@ everything.h: everything-stamp.h
+--- tests/Makefile.in.orig	2017-04-17 10:01:31 UTC
++++ tests/Makefile.in
+@@ -1257,7 +1257,7 @@ everything.h: everything-stamp.h
  	@true
  
  Everything-1.0.gir: libeverything-1.0.la Makefile
@@ -9,7 +9,7 @@
  	--namespace=Everything --nsversion=1.0 \
  	--libtool="$(LIBTOOL)" \
  	--add-include-path=$(top_builddir) --include=Gio-2.0 \
-@@ -828,7 +828,7 @@ Everything-1.0.gir: libeverything-1.0.la
+@@ -1266,7 +1266,7 @@ Everything-1.0.gir: libeverything-1.0.la Makefile
  	everything.h everything.c
  
  GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile



More information about the Midnightbsd-cvs mailing list