History log of /freebsd/lib/ncurses/tinfo/Makefile.depend (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a64729f5 14-Oct-2024 Simon J. Gerraty <sjg@FreeBSD.org>

Update Makefile.depend files

After building packages we have a number of new
and updated Makefile.depend files

Reviewed by: stevek


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0
# d0307611 26-Nov-2023 Ka Ho Ng <khng@FreeBSD.org>

dirdeps: Update/fix Makefile.depend* for toolchain

This fixes make pseudo/toolchain.


Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# d9a42747 19-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

Update/fix Makefile.depend for userland


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 396851c2 23-Sep-2021 Baptiste Daroussin <bapt@FreeBSD.org>

ncurses: split libtinfo from libncurses

many external program expects libncurses to not be provided as a single
library. Instead of fixing all ports, distribute ncurses the way
upstream distributes

ncurses: split libtinfo from libncurses

many external program expects libncurses to not be provided as a single
library. Instead of fixing all ports, distribute ncurses the way
upstream distributes it

Turn libncursesw.so into a ldscript which will link automatically as
needed to libtinfow so so this change is seamless at compile time.

Differential Revision: https://reviews.freebsd.org/D32098

show more ...