2024-05-06 10:31:15 by Jonathan Perkin | Files touched by this commit (5) | |
Log message:
ncursesw: Remove package.
This has been merged into the main ncurses package as of 6.5.
|
2024-05-04 23:46:11 by Tobias Nygren | Files touched by this commit (1) |
Log message:
ncursesw: fix do-install issues and bump
1: When installing libraries, must use INSTALL_LIB, not INSTALL_PROGRAM.
Otherwise symbols get lost.
2: ${RUN} must not be used inside a shell for loop. Not only does it
not run the command because it will try to run the shell command "@",
but masks errors because "set -e" did not happen.
|
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-01-19 13:09:41 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
ncursesw: update to 6.4, following ncurses.
|
2022-10-25 20:00:36 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
ncursesw: install missing includes
chat/mcabber breaks when building with
ncursesw since ncursesw/panel.h is
missing. Might fix other packages too.
Bump PKGREVISION due to PLIST change.
|
2021-11-16 16:20:38 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
ncursesw: update to 6.3.
Same as ncurses.
|
2020-03-04 15:04:51 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
ncursesw: update to 6.2.
Changes: see ncurses.
|
2020-01-11 02:39:19 by Kimmo Suominen | Files touched by this commit (9) |
Log message:
Add patches to address CVE-2018-19211, CVE-2019-17594, and CVE-2019-17595.
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-08-23 03:17:04 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Mollify pkglint ($BUILDLINK_DIR is ambiguous): it's a Make variable.
|