Date: Wed, 30 Sep 2020 12:08:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550691 - head/x11/gnome-pie/files Message-ID: <202009301208.08UC8qkE062985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Sep 30 12:08:51 2020 New Revision: 550691 URL: https://svnweb.freebsd.org/changeset/ports/550691 Log: Fix build with recent vala Added: head/x11/gnome-pie/files/patch-src_actions_action.vala (contents, props changed) Added: head/x11/gnome-pie/files/patch-src_actions_action.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/gnome-pie/files/patch-src_actions_action.vala Wed Sep 30 12:08:51 2020 (r550691) @@ -0,0 +1,11 @@ +--- src/actions/action.vala.orig 2015-01-23 11:49:05 UTC ++++ src/actions/action.vala +@@ -63,7 +63,7 @@ public abstract class Action : GLib.Object { + /// C'tor, initializes all members. + ///////////////////////////////////////////////////////////////////// + +- public Action(string name, string icon, bool is_quickaction) { ++ Action(string name, string icon, bool is_quickaction) { + GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction); + } +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301208.08UC8qkE062985>