pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 18 21:20:14 UTC 2026
Modified Files:
pkgsrc/devel/ncurses: distinfo
pkgsrc/devel/ncurses/patches: patch-misc_run__tic.in
Log Message:
ncurses: fix case problem
>From Veniamin Gvozdikov in PR 60280.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/ncurses/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/distinfo
diff -u pkgsrc/devel/ncurses/distinfo:1.56 pkgsrc/devel/ncurses/distinfo:1.57
--- pkgsrc/devel/ncurses/distinfo:1.56 Tue Jan 20 10:07:04 2026
+++ pkgsrc/devel/ncurses/distinfo Mon May 18 21:20:14 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2026/01/20 10:07:04 wiz Exp $
+$NetBSD: distinfo,v 1.57 2026/05/18 21:20:14 wiz Exp $
BLAKE2s (ncurses-6.6.tar.gz) = cf256d7f053126a49caf3e722e83031676007df7db97bfdce20f377d1320c4df
SHA512 (ncurses-6.6.tar.gz) = 02647baae53abc844fbadee5b0a2187ad073125c4e8950df6d1c4feb781cb74ba64fb838cedfee2c246c39932187f6775b1df124f18b99a4233f0d98c72191de
Size (ncurses-6.6.tar.gz) = 3791150 bytes
-SHA1 (patch-misc_run__tic.in) = 1371e79c961dbdad698e9d80eaeb0a555c0b00b5
+SHA1 (patch-misc_run__tic.in) = d8e425c3197451ccda6128f444a8bdf97a909fff
SHA1 (patch-ncurses_base_lib_initscr.c) = 3f47c8ce9b98a82aa8db6b6da55810727559d30c
SHA1 (patch-ncurses_tinfo_lib_raw.c) = 1adea51819538433b681c209f9754a18d0e37ebb
SHA1 (patch-test_demo__new__pair.c) = a80a9f0b296b566c32ccaec549678c8b5aa76c63
Index: pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in
diff -u pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in:1.2 pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in:1.3
--- pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in:1.2 Mon Jan 5 02:01:15 2026
+++ pkgsrc/devel/ncurses/patches/patch-misc_run__tic.in Mon May 18 21:20:14 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-misc_run__tic.in,v 1.2 2026/01/05 02:01:15 wiz Exp $
+$NetBSD: patch-misc_run__tic.in,v 1.3 2026/05/18 21:20:14 wiz Exp $
Run the built tic with the built libncurses, not the installed one, as
the build system intends (but fails) to do. This fixes "make package",
@@ -23,7 +23,7 @@ as intended will be more widely effectiv
+ #tic_path="$SHLIB tic"
+ # shlib is supposed to set this (or OPSYS equivalent)
+ # for its child, but sure seems not to
-+ TIC_PATH="@SETENV@ LD_LIBRARY_PATH=${DESTDIR}${prefix}/lib tic"
++ tic_path="@SETENV@ LD_LIBRARY_PATH=${DESTDIR}${prefix}/lib tic"
else
tic_path="tic"
fi
Home |
Main Index |
Thread Index |
Old Index