pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/alacritty alacritty: use wildcard for x11-dl crate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f68b8730a492
branches:  trunk
changeset: 386759:f68b8730a492
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Oct 14 14:23:40 2022 +0000

description:
alacritty: use wildcard for x11-dl crate's version in SUBST_FILES

This way less likely to break on updates.
Untested but probably still needed on netbsd-9.

diffstat:

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

diffs (18 lines):

diff -r 4df3f3ab1c2c -r f68b8730a492 x11/alacritty/Makefile
--- a/x11/alacritty/Makefile    Fri Oct 14 14:03:10 2022 +0000
+++ b/x11/alacritty/Makefile    Fri Oct 14 14:23:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/10/14 07:51:59 pin Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/14 14:23:40 tnn Exp $
 
 DISTNAME=      alacritty-0.11.0
 CATEGORIES=    x11
@@ -37,7 +37,7 @@
 SUBST_CLASSES+=                rtld
 SUBST_MESSAGE.rtld=    amend RTLD_GLOBAL
 SUBST_STAGE.rtld=      pre-configure
-SUBST_FILES.rtld=      ../vendor/x11-dl-2.19.1/src/link.rs
+SUBST_FILES.rtld=      ../vendor/x11-dl-*/src/link.rs
 SUBST_SED.rtld=                -e 's,libc::RTLD_LAZY,& | libc::RTLD_GLOBAL,g'
 .endif
 



Home | Main Index | Thread Index | Old Index