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: Sun Jun 11 02:19:46 UTC 2023
Modified Files:
pkgsrc/x11/vte3: Makefile PLIST distinfo
Log Message:
vte3: update to 0.72.2
This only has one upstream change:
emulation: Fix infinite loop on non-number OSC 104 param
While here, disable the Vala API, as it isn't used by any dependants in
pkgsrc, has a large dependency footprint, and has caused build issues in
the past.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/vte3/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/vte3/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/vte3/distinfo
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.65 pkgsrc/x11/vte3/Makefile:1.66
--- pkgsrc/x11/vte3/Makefile:1.65 Wed Jun 7 11:27:34 2023
+++ pkgsrc/x11/vte3/Makefile Sun Jun 11 02:19:46 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2023/06/07 11:27:34 micha Exp $
+# $NetBSD: Makefile,v 1.66 2023/06/11 02:19:46 gutteridge Exp $
-DISTNAME= vte-0.72.1
+DISTNAME= vte-0.72.2
PKGNAME= ${DISTNAME:S/vte/vte3/}
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=GNOME/}
GITHUB_PROJECT= vte
@@ -24,6 +23,9 @@ GCC_REQD+= 10
# Otherwise, this will fail on Linux distributions that don't
# have libsystemd.
MESON_ARGS+= -D_systemd=false
+# The Vala API isn't used by any dependants in pkgsrc, has a large dependency
+# footprint, and has caused issues in the past.
+MESON_ARGS+= -Dvapi=false
CONF_FILES+= ${PREFIX}/share/examples/profile.d/vte.sh \
${PKG_SYSCONFDIR}/profile.d/vte.sh
@@ -45,7 +47,6 @@ REPLACE_PYTHON= src/*.py
.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
-.include "../../lang/vala/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Index: pkgsrc/x11/vte3/PLIST
diff -u pkgsrc/x11/vte3/PLIST:1.8 pkgsrc/x11/vte3/PLIST:1.9
--- pkgsrc/x11/vte3/PLIST:1.8 Thu Jun 1 21:51:27 2023
+++ pkgsrc/x11/vte3/PLIST Sun Jun 11 02:19:46 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/06/01 21:51:27 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/06/11 02:19:46 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.7200.1
+lib/libvte-2.91.so.0.7200.2
lib/pkgconfig/vte-2.91.pc
libexec/vte-urlencode-cwd
share/examples/profile.d/vte.csh
@@ -121,5 +121,3 @@ share/locale/xh/LC_MESSAGES/vte-2.91.mo
share/locale/zh_CN/LC_MESSAGES/vte-2.91.mo
share/locale/zh_HK/LC_MESSAGES/vte-2.91.mo
share/locale/zh_TW/LC_MESSAGES/vte-2.91.mo
-share/vala/vapi/vte-2.91.deps
-share/vala/vapi/vte-2.91.vapi
Index: pkgsrc/x11/vte3/distinfo
diff -u pkgsrc/x11/vte3/distinfo:1.24 pkgsrc/x11/vte3/distinfo:1.25
--- pkgsrc/x11/vte3/distinfo:1.24 Thu Jun 1 21:51:27 2023
+++ pkgsrc/x11/vte3/distinfo Sun Jun 11 02:19:46 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2023/06/01 21:51:27 gutteridge Exp $
+$NetBSD: distinfo,v 1.25 2023/06/11 02:19:46 gutteridge Exp $
-BLAKE2s (vte-0.72.1.tar.gz) = dc4a3d2da14279e9bff1f82598f7ba057b409003d961daba08d6d9462fd31cbb
-SHA512 (vte-0.72.1.tar.gz) = 54b3f5f10845f3202410040910051ed97aaf574df77dc336250dc93a5b612cc83ff59d4eec99e190b0bebccbf04ea693319a28309e67f60adb0a424b8fa43c44
-Size (vte-0.72.1.tar.gz) = 630922 bytes
+BLAKE2s (vte-0.72.2.tar.gz) = beaa70c20e8fdc33d6321f06b4284d88d29941cecebe88473d8b25e387712436
+SHA512 (vte-0.72.2.tar.gz) = eb828833f417fb81892c50c79c4aac1c76afc6f184bdeb6d80e62ba0cfa5d7c47c1c92a6a4c2c0165ec6a812a6d026810d43522a2eaa175c14fd2c452d7e84e0
+Size (vte-0.72.2.tar.gz) = 630814 bytes
SHA1 (patch-meson.build) = 4f914f5f79c566464d91c64953e00d55676019c4
SHA1 (patch-src_app_app.cc) = 2548e01629aa563595387328638a52a5616ff0bd
SHA1 (patch-src_dumpkeys.c) = 102f24d7404d46b13194f3431d0a864d480e5da7
Home |
Main Index |
Thread Index |
Old Index