[Bug 225124] x11/gnome-pie: unbreak build with vala 0.36
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 12 22:27:46 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225124
Bug ID: 225124
Summary: x11/gnome-pie: unbreak build with vala 0.36
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: nivit at FreeBSD.org
Reporter: cpm at freebsd.org
Assignee: nivit at FreeBSD.org
Flags: maintainer-feedback?(nivit at FreeBSD.org)
Created attachment 189670
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189670&action=edit
patch
/wrkdirs/usr/ports/x11/gnome-pie/work/Gnome-Pie-0.5.7/src/utilities/color.vala:52.9-52.47:
error: use `new' operator to create new objects
Color.from_rgba(red, green, blue, 1.0f);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/wrkdirs/usr/ports/x11/gnome-pie/work/Gnome-Pie-0.5.7/src/utilities/color.vala:44.9-44.40:
error: use `new' operator to create new objects
Color.from_rgb(1.0f, 1.0f, 1.0f);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/wrkdirs/usr/ports/x11/gnome-pie/work/Gnome-Pie-0.5.7/src/utilities/color.vala:71.9-76.9:
error: use `new' operator to create new objects
/wrkdirs/usr/ports/x11/gnome-pie/work/Gnome-Pie-0.5.7/src/utilities/color.vala:86.9-86.29:
error: use `new' operator to create new objects
Color.from_gdk(color);
^^^^^^^^^^^^^^^^^^^^^
/wrkdirs/usr/ports/x11/gnome-pie/work/Gnome-Pie-0.5.7/src/utilities/color.vala:124.9-124.91:
error: use `new' operator to create new objects
Color.from_rgb((float)(rtotal/total), (float)(gtotal/total),
(float)(btotal/total));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build log:
http://pb2.nyi.freebsd.org/data/111i386-default-PR221941/2018-01-09_20h28m24s/logs/gnome-pie-0.5.7.log
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list