FreeBSD Bugzilla – Attachment 241718 Details for
Bug 271057
x11-toolkits/vte3: fix build with clang 16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-toolkits/vte3: fix build with clang 16
x11-toolkits__vte3-fix-clang16-build-1.diff (text/plain), 1.81 KB, created by
Dimitry Andric
on 2023-04-24 22:06:02 UTC
(
hide
)
Description:
x11-toolkits/vte3: fix build with clang 16
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-04-24 22:06:02 UTC
Size:
1.81 KB
patch
obsolete
>commit 6da15a313d6af84970aafd0402e04b7a8a6b9c55 >Author: Dimitry Andric <dim@FreeBSD.org> >Date: 2023-04-25 00:02:10 +0200 > > x11-toolkits/vte3: fix build with clang 16 > > Clang 16 has a new error about integer values being outside the valid > range for enum types, which shows up when building x11-toolkits/vte3: > > ../src/vtepty.cc:577:16: error: integer value 234881535 is outside the valid range of values [0, 4095] for this enumeration type [-Wenum-constexpr-conversion] > return GSpawnFlags(G_SPAWN_LEAVE_DESCRIPTORS_OPEN | > ^ > > Upstream already noticed this, and committed > https://gitlab.gnome.org/GNOME/vte/-/commit/9b41cd101429 as a fix, so > add this as an additional patch, until the next version is released. > >diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile >index 726162ce2e1e..16ea9e29c3ec 100644 >--- a/x11-toolkits/vte3/Makefile >+++ b/x11-toolkits/vte3/Makefile >@@ -6,6 +6,9 @@ MASTER_SITES= GNOME > PKGNAMESUFFIX= 3 > DIST_SUBDIR= gnome > >+PATCH_SITES= https://gitlab.gnome.org/GNOME/vte/-/commit/ >+PATCHFILES+= 9b41cd101429.patch:-p1 #https://gitlab.gnome.org/GNOME/vte/-/issues/2618 >+ > MAINTAINER= gnome@FreeBSD.org > COMMENT= Terminal widget with improved accessibility and I18N support > WWW= https://wiki.gnome.org/Apps/Terminal/VTE >diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo >index 55bac9d6612f..b4b33ba8c453 100644 >--- a/x11-toolkits/vte3/distinfo >+++ b/x11-toolkits/vte3/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1674882235 >+TIMESTAMP = 1682373362 > SHA256 (gnome/vte-0.70.2.tar.xz) = 4d15b4380de3f564d57eabd006389c407c705df5b0c70030fdcc24971a334d80 > SIZE (gnome/vte-0.70.2.tar.xz) = 898596 >+SHA256 (gnome/9b41cd101429.patch) = be02f08808761d714caf4617aa856de0c99842a188461d02ad66745bc36bf34c >+SIZE (gnome/9b41cd101429.patch) = 2091
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271057
: 241718