pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/alacritty x11/alacritty: Update SUBST_FILES for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f255e75b760c
branches:  trunk
changeset: 372520:f255e75b760c
user:      tpaul <tpaul%pkgsrc.org@localhost>
date:      Wed Jan 26 00:24:22 2022 +0000

description:
x11/alacritty: Update SUBST_FILES for the XIM bug workaround

The vendored x11-dl crate was updated to version 2.19.1 in alacritty 0.10.0
and so the build was failing on NetBSD 9.2, using base X due to the outdated
version being referenced.

diffstat:

 x11/alacritty/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 4644252097e5 -r f255e75b760c x11/alacritty/Makefile
--- a/x11/alacritty/Makefile    Tue Jan 25 21:52:51 2022 +0000
+++ b/x11/alacritty/Makefile    Wed Jan 26 00:24:22 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/01/23 16:14:24 pin Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/26 00:24:22 tpaul Exp $
 
 DISTNAME=      alacritty-0.10.0
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=alacritty/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -35,7 +36,7 @@
 SUBST_CLASSES+=                rtld
 SUBST_MESSAGE.rtld=    amend RTLD_GLOBAL
 SUBST_STAGE.rtld=      pre-configure
-SUBST_FILES.rtld=      ../vendor/x11-dl-2.18.5/src/link.rs
+SUBST_FILES.rtld=      ../vendor/x11-dl-2.19.1/src/link.rs
 SUBST_SED.rtld=                -e 's,libc::RTLD_LAZY,& | libc::RTLD_GLOBAL,g'
 .endif
 



Home | Main Index | Thread Index | Old Index