pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/60280: fix defect devel/ncurses
>Number: 60280
>Category: pkg
>Synopsis: fix defect devel/ncurses
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon May 18 21:10:00 +0000 2026
>Originator: Veniamin Gvozdikov
>Release: pkgsrc-2026Q1
>Organization:
>Environment:
Linux 98d4a9f8a291 6.19.11-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Apr 2026 23:33:01 +0000 x86_64 GNU/Linux
>Description:
mkdir -p /tmp/workdir/devel/ncurses/work/.destdir/usr/pkg/share/tabset
INSTALL_PREFIX=/tmp/workdir/devel/ncurses/work/.destdir/usr/pkg \
TICDIR=/tmp/workdir/devel/ncurses/work/.destdir/usr/pkg/share/terminfo \
BINDIR=/tmp/workdir/devel/ncurses/work/.destdir/usr/pkg/bin \
tic_source=terminfo.tmp \
/usr/pkg/bin/mksh ./run_tic.sh
** Building terminfo database, please wait...
Running to install /tmp/workdir/devel/ncurses/work/.destdir/usr/pkg/share/terminfo ...
You may see messages regarding extended capabilities, e.g., AX.
These are extended terminal capabilities which are compiled
using
-x
If you have ncurses 4.2 applications, you should read the INSTALL
document, and install the terminfo without the -x option.
./run_tic.sh[188]: -V: inaccessible or not found
./run_tic.sh[188]: -x: inaccessible or not found
? could not build /tmp/workdir/devel/ncurses/work/.destdir/usr/pkg/share/terminfo
>How-To-Repeat:
cd pkgsrc/devel/ncurses
bmake install
>Fix:
diff --git a/devel/ncurses/distinfo b/devel/ncurses/distinfo
index 73a273abde78..db21107c2a3c 100644
--- a/devel/ncurses/distinfo
+++ b/devel/ncurses/distinfo
@@ -3,7 +3,7 @@ $NetBSD: distinfo,v 1.56 2026/01/20 10:07:04 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
diff --git a/devel/ncurses/patches/patch-misc_run__tic.in b/devel/ncurses/patches/patch-misc_run__tic.in
index 7aad94ac8441..85d438a646ce 100644
--- a/devel/ncurses/patches/patch-misc_run__tic.in
+++ b/devel/ncurses/patches/patch-misc_run__tic.in
@@ -23,7 +23,7 @@ as intended will be more widely effective than this patch.
+ #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