pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xst
Module Name: pkgsrc
Committed By: pin
Date: Tue Dec 17 20:09:24 UTC 2024
Modified Files:
pkgsrc/x11/xst: Makefile distinfo
pkgsrc/x11/xst/patches: patch-Makefile
Log Message:
x11/xst: update to 0.10.0
Notable Changes:
* 2024-11-18 a0956ce Actionless Loveless chore(config.mk): bump version
* 2024-11-18 6605c61 Actionless Loveless doc: remove from readme companies which sanctioned as sponsors of russian terrorism
* 2024-11-18 1d2f295 Actionless Loveless Fix fallback fonts' handling and building with `-flto=auto` (Fixes: #159, Fixes: #144, Fixes: #165) (#164)
* 2024-01-01 f3842ec Cássio Ávila Rename pkgconfig to pkg-config (#161)
* 2023-06-24 da1a7c5 Actionless Loveless chore(ci): add make install and smoke test (#158)
* 2023-06-24 aae5aaa Actionless Loveless fix(Makefile): latest tic (6.4_20230520-1) is ignoring TERMINFO env var but have -o flag for the same thing,
in its documentation both are documented so seems to be a bug (#157)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xst/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xst/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xst/patches/patch-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/xst/Makefile
diff -u pkgsrc/x11/xst/Makefile:1.7 pkgsrc/x11/xst/Makefile:1.8
--- pkgsrc/x11/xst/Makefile:1.7 Sun Nov 12 13:24:42 2023
+++ pkgsrc/x11/xst/Makefile Tue Dec 17 20:09:24 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/11/12 13:24:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/17 20:09:24 pin Exp $
-DISTNAME= xst-0.9.0
-PKGREVISION= 1
+DISTNAME= xst-0.10.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnotclub/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/x11/xst/distinfo
diff -u pkgsrc/x11/xst/distinfo:1.4 pkgsrc/x11/xst/distinfo:1.5
--- pkgsrc/x11/xst/distinfo:1.4 Wed Jun 14 18:05:24 2023
+++ pkgsrc/x11/xst/distinfo Tue Dec 17 20:09:24 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2023/06/14 18:05:24 pin Exp $
+$NetBSD: distinfo,v 1.5 2024/12/17 20:09:24 pin Exp $
-BLAKE2s (xst-0.9.0.tar.gz) = d126673f395a6a33b0642e78219fe31ef93c390d3a9fb359ed18adcabcab4f28
-SHA512 (xst-0.9.0.tar.gz) = 04a4e0c39ffa3a7733a4b62041a30a7c8510994d7da2b9d076e0499025d6f95da08d97db3414f3281c860d55bbb02347f783da2aa49c86b23a6c5225c2437eb5
-Size (xst-0.9.0.tar.gz) = 65278 bytes
-SHA1 (patch-Makefile) = 12d096790c7c808114297d44404932f7d00156f8
+BLAKE2s (xst-0.10.0.tar.gz) = d3becf6ec4afa4983ccf4fadf268168b15c1c0b9e21117d3e98011335c533453
+SHA512 (xst-0.10.0.tar.gz) = 75daa8c7fd3f77e925263eb139e7f35bc322486862b1f45cbddb233afa75feea5466e82ed24d71d6006aedfb8e854f2ec2dc29a61f2caaa8c85946729caf6c6b
+Size (xst-0.10.0.tar.gz) = 65681 bytes
+SHA1 (patch-Makefile) = 086df43bba0b652273026fdbbecc0ac34ff1a237
Index: pkgsrc/x11/xst/patches/patch-Makefile
diff -u pkgsrc/x11/xst/patches/patch-Makefile:1.1 pkgsrc/x11/xst/patches/patch-Makefile:1.2
--- pkgsrc/x11/xst/patches/patch-Makefile:1.1 Thu Feb 25 15:27:19 2021
+++ pkgsrc/x11/xst/patches/patch-Makefile Tue Dec 17 20:09:24 2024
@@ -1,15 +1,15 @@
-$NetBSD: patch-Makefile,v 1.1 2021/02/25 15:27:19 pin Exp $
+$NetBSD: patch-Makefile,v 1.2 2024/12/17 20:09:24 pin Exp $
-Do not install terminfo
+Do not install terminfo.
---- Makefile.orig 2020-11-19 03:05:11.000000000 +0000
+--- Makefile.orig 2024-12-17 20:03:32.577505327 +0000
+++ Makefile
@@ -48,18 +48,9 @@ install: st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/xst.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/xst.1
- mkdir -p $(DESTDIR)$(PREFIX)/share/terminfo
-- env TERMINFO=$(DESTDIR)$(PREFIX)/share/terminfo tic -sx st.info
+- tic -o $(DESTDIR)$(PREFIX)/share/terminfo -sx st.info
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/xst
Home |
Main Index |
Thread Index |
Old Index