pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/vte3



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Oct  4 00:25:06 UTC 2024

Modified Files:
        pkgsrc/x11/vte3: Makefile PLIST distinfo
Added Files:
        pkgsrc/x11/vte3/patches: patch-src_vte_vteregex.h

Log Message:
vte3: update to 0.76.4

There is only one change in this release (crash fix):
fonts: ensure ref of font from glyph item analysis

While here, also fix compilation with GCC 14, which is committed
upstream, but not yet in a release on the branch.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/x11/vte3/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/vte3/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/vte3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/vte3/patches/patch-src_vte_vteregex.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.82 pkgsrc/x11/vte3/Makefile:1.83
--- pkgsrc/x11/vte3/Makefile:1.82       Fri Jun 14 02:03:35 2024
+++ pkgsrc/x11/vte3/Makefile    Fri Oct  4 00:25:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/06/14 02:03:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.83 2024/10/04 00:25:05 gutteridge Exp $
 
-DISTNAME=      vte-0.76.3
+DISTNAME=      vte-0.76.4
 PKGNAME=       ${DISTNAME:S/vte/vte3/}
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=GNOME/}

Index: pkgsrc/x11/vte3/PLIST
diff -u pkgsrc/x11/vte3/PLIST:1.14 pkgsrc/x11/vte3/PLIST:1.15
--- pkgsrc/x11/vte3/PLIST:1.14  Fri Jun 14 02:03:35 2024
+++ pkgsrc/x11/vte3/PLIST       Fri Oct  4 00:25:05 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/06/14 02:03:35 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/10/04 00:25:05 gutteridge Exp $
 bin/vte-2.91
 include/vte-2.91/vte/vte.h
 include/vte-2.91/vte/vtedeprecated.h
@@ -14,7 +14,7 @@ include/vte-2.91/vte/vteversion.h
 lib/girepository-1.0/Vte-2.91.typelib
 lib/libvte-2.91.so
 lib/libvte-2.91.so.0
-lib/libvte-2.91.so.0.7600.3
+lib/libvte-2.91.so.0.7600.4
 lib/pkgconfig/vte-2.91.pc
 libexec/vte-urlencode-cwd
 share/examples/profile.d/vte.csh

Index: pkgsrc/x11/vte3/distinfo
diff -u pkgsrc/x11/vte3/distinfo:1.31 pkgsrc/x11/vte3/distinfo:1.32
--- pkgsrc/x11/vte3/distinfo:1.31       Fri Jun 14 02:03:35 2024
+++ pkgsrc/x11/vte3/distinfo    Fri Oct  4 00:25:05 2024
@@ -1,12 +1,13 @@
-$NetBSD: distinfo,v 1.31 2024/06/14 02:03:35 gutteridge Exp $
+$NetBSD: distinfo,v 1.32 2024/10/04 00:25:05 gutteridge Exp $
 
-BLAKE2s (vte-0.76.3.tar.gz) = b2c132e40a5babfd1a3e3071d784b6918096f42fa0c85c47b113ee0eb29c873f
-SHA512 (vte-0.76.3.tar.gz) = 2b50c68e0eb1ca4f28951aedf484981fdf6bd93c65c65fa6a4a3975ea86c536e74604ee15dcce03a39cec2409c221a8c40bbdd216fe255c93c38d1cf48227149
-Size (vte-0.76.3.tar.gz) = 712057 bytes
+BLAKE2s (vte-0.76.4.tar.gz) = 43481fc897e18e6090a0edeecf285bbd2c4017090e2ae68478392f05dd95d8bb
+SHA512 (vte-0.76.4.tar.gz) = dd7125214d1d817fd99fcc007837aaccda121a701c114df8bd32f8b79a52c2b3840b49c0402d0fe2edf27a2d037b3802cd84cdce18462ee31cf73782b51a48ab
+Size (vte-0.76.4.tar.gz) = 712060 bytes
 SHA1 (patch-meson.build) = 95cc6aea622e7f6ae991f337667b37bf0b9864bf
 SHA1 (patch-src_app_app.cc) = 2548e01629aa563595387328638a52a5616ff0bd
 SHA1 (patch-src_dumpkeys.c) = 102f24d7404d46b13194f3431d0a864d480e5da7
 SHA1 (patch-src_meson.build) = a8e159688fb36e4cfac40249e279a670c9c6cda8
 SHA1 (patch-src_mev.c) = b38dc42e02a8d5fa1e579349319f0b8c8b31dbce
 SHA1 (patch-src_pty.cc) = 5c4f98c9170be550742d24b00f175f3a9c832d80
+SHA1 (patch-src_vte_vteregex.h) = 381cb8cee1a862b64595b8d5ae8a41137bc0e5ce
 SHA1 (patch-src_widget.cc) = cbc8b715b21248996bfb7c6abe355c5f4e510539

Added files:

Index: pkgsrc/x11/vte3/patches/patch-src_vte_vteregex.h
diff -u /dev/null pkgsrc/x11/vte3/patches/patch-src_vte_vteregex.h:1.1
--- /dev/null   Fri Oct  4 00:25:06 2024
+++ pkgsrc/x11/vte3/patches/patch-src_vte_vteregex.h    Fri Oct  4 00:25:05 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_vte_vteregex.h,v 1.1 2024/10/04 00:25:05 gutteridge Exp $
+
+Fix builds with GCC 14 (undeclared types errors).
+https://gitlab.gnome.org/GNOME/vte/-/commit/0d393b6cd6a24f53eaefa16764b9453a1483acf5
+
+--- src/vte/vteregex.h.orig    2024-06-10 19:42:45.000000000 +0000
++++ src/vte/vteregex.h
+@@ -23,6 +23,7 @@
+ 
+ #include <glib.h>
+ #include <glib-object.h>
++#include <stdint.h>
+ 
+ #include "vtemacros.h"
+ 



Home | Main Index | Thread Index | Old Index