svn commit: r550038 - in head/textproc/ibus: . files

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 25 14:32:35 UTC 2020


Author: bapt
Date: Fri Sep 25 14:32:34 2020
New Revision: 550038
URL: https://svnweb.freebsd.org/changeset/ports/550038

Log:
  Fix build with newer vala

Added:
  head/textproc/ibus/files/patch-ui_gtk3_application.vala   (contents, props changed)
Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Fri Sep 25 14:22:31 2020	(r550037)
+++ head/textproc/ibus/Makefile	Fri Sep 25 14:32:34 2020	(r550038)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ibus
 PORTVERSION=	1.5.22
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	henry.hu.sh at gmail.com

Added: head/textproc/ibus/files/patch-ui_gtk3_application.vala
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ibus/files/patch-ui_gtk3_application.vala	Fri Sep 25 14:32:34 2020	(r550038)
@@ -0,0 +1,20 @@
+--- ui/gtk3/application.vala.orig	2020-02-21 12:43:01 UTC
++++ ui/gtk3/application.vala
+@@ -69,7 +69,7 @@ class Application {
+     }
+ 
+     private void bus_name_acquired_cb(DBusConnection connection,
+-                                      string sender_name,
++                                      string? sender_name,
+                                       string object_path,
+                                       string interface_name,
+                                       string signal_name,
+@@ -80,7 +80,7 @@ class Application {
+     }
+ 
+     private void bus_name_lost_cb(DBusConnection connection,
+-                                  string sender_name,
++                                  string? sender_name,
+                                   string object_path,
+                                   string interface_name,
+                                   string signal_name,


More information about the svn-ports-head mailing list