From be8846bd9e069f4a6bea3d769005bea96cf43990 Mon Sep 17 00:00:00 2001 From: "Alfonso S. Siciliano" Date: Thu, 16 May 2024 15:24:49 +0200 Subject: contrib/bsddialog: Import version 1.0.2 Implicitly import also 1.0.1, both versions are for fixing and feature requests. Fixing: Change --mixedform behavior to fix a bsdinstall fault avoiding to change the command line in wlanconfig. Feature requests: * Add keys to navigate menus. * Add key to redraw dialogs. * Avoid to handle env NCURSES_NO_UTF8_ACS in PuTTY. See '2024-04-11 Version 1.0.2' and '2023-11-16 Version 1.0.1' in /usr/src/contrib/bsddialog/CHANGELOG for more detailed information. PR: 274472 Differential Revision: D42380 --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 884cfa1b3e60..e6ec9988c59d 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # # Written in 2023 by Alfonso Sabato Siciliano -OUTPUT = bsddialog -export VERSION=1.0 +OUTPUT = bsddialog +export VERSION=1.0.2 .CURDIR ?= ${CURDIR} LIBPATH = ${.CURDIR}/lib LIBBSDDIALOG = ${LIBPATH}/libbsddialog.so @@ -13,14 +13,14 @@ UTILITYPATH = ${.CURDIR}/utility RM= rm -f LN = ln -s -f -### cli options ### -# port/pkg Makefile: 'MAKE_ARGS = -DNORPATH' +### command-line options ### +# FreeBSD port Makefile: 'MAKE_ARGS = -DNORPATH' NORPATH ?= export DISABLERPATH=${NORPATH} -# `make -DDEBUG` -# `gmake DEBUG=1` +# Debug: `make -DDEBUG` or `gmake DEBUG=1` DEBUG ?= export ENABLEDEBUG=${DEBUG} +################### all : ${OUTPUT} -- cgit v1.2.3