pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/alacritty



Module Name:    pkgsrc
Committed By:   tpaul
Date:           Wed Jan 26 00:24:22 UTC 2022

Modified Files:
        pkgsrc/x11/alacritty: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/alacritty/Makefile

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

Modified files:

Index: pkgsrc/x11/alacritty/Makefile
diff -u pkgsrc/x11/alacritty/Makefile:1.14 pkgsrc/x11/alacritty/Makefile:1.15
--- pkgsrc/x11/alacritty/Makefile:1.14  Sun Jan 23 16:14:24 2022
+++ pkgsrc/x11/alacritty/Makefile       Wed Jan 26 00:24:22 2022
@@ -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 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 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