1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11-toolkits/vte3/distinfo
Dimitry Andric 2b2883921e 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.

PR:		271057
Approved by:	maintainer timeout (2 weeks)
MFH:		2023Q2
2023-05-07 20:38:48 +02:00

6 lines
303 B
Plaintext

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