[Midnightbsd-cvs] src [10962] trunk/gnu/lib/libdialog: update to 1.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 15 12:23:52 EDT 2018
Revision: 10962
http://svnweb.midnightbsd.org/src/?rev=10962
Author: laffer1
Date: 2018-06-15 12:23:51 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
update to 1.2
Modified Paths:
--------------
trunk/gnu/lib/libdialog/Makefile
trunk/gnu/lib/libdialog/dlg_config.h
Modified: trunk/gnu/lib/libdialog/Makefile
===================================================================
--- trunk/gnu/lib/libdialog/Makefile 2018-06-15 16:22:59 UTC (rev 10961)
+++ trunk/gnu/lib/libdialog/Makefile 2018-06-15 16:23:51 UTC (rev 10962)
@@ -1,24 +1,24 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/lib/libdialog/Makefile 275040 2014-11-25 13:47:53Z dteske $
DIALOG= ${.CURDIR}/../../../contrib/dialog
-.PATH: ${.CURDIR}/../../../contrib/dialog
-
LIB= dialog
-SHLIB_MAJOR= 7
-SRCS= argv.c arrows.c buttons.c calendar.c columns.c \
- dlg_keys.c editbox.c formbox.c guage.c \
- inputstr.c mixedform.c mixedgauge.c \
- mouse.c mousewget.c progressbox.c \
- tailbox.c timebox.c trace.c ui_getc.c util.c \
- version.c
-SRCS+= checklist.c fselect.c help.c inputbox.c menubox.c msgbox.c \
- pause.c prgbox.c rc.c textbox.c yesno.c
+SHLIB_MAJOR= 8
+SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
+ columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \
+ help.c inputbox.c inputstr.c menubox.c mixedform.c \
+ mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
+ progressbox.c rangebox.c rc.c tailbox.c textbox.c timebox.c \
+ trace.c treeview.c ui_getc.c util.c version.c yesno.c
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
MAN= dialog.3
-CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_BSD_TYPES -D__BSD_VISIBLE \
- -D_XOPEN_SOURCE_EXTENDED
+DPADD= ${LIBNCURSESW} ${LIBM}
+LDADD= -lncursesw -lm
+
+CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
+.PATH: ${DIALOG}
WARNS?= 1
.include <bsd.lib.mk>
Modified: trunk/gnu/lib/libdialog/dlg_config.h
===================================================================
--- trunk/gnu/lib/libdialog/dlg_config.h 2018-06-15 16:22:59 UTC (rev 10961)
+++ trunk/gnu/lib/libdialog/dlg_config.h 2018-06-15 16:23:51 UTC (rev 10962)
@@ -1,11 +1,15 @@
+/* $MidnightBSD$ */
/* dlg_config.h. Generated automatically by configure. */
/*
* The configure script expands this as a set of definitions
+ *
+ * $FreeBSD: stable/10/gnu/lib/libdialog/dlg_config.h 255852 2013-09-24 14:52:43Z dteske $
*/
#define CURSES_WACS_ARRAY _nc_wacs
-#define DIALOG_PATCHDATE 20111020
-#define DIALOG_VERSION "1.1"
+#define CURSES_WACS_SYMBOLS 1
+#define DIALOG_PATCHDATE 20130923
+#define DIALOG_VERSION "1.2"
#define HAVE_ALLOCA 1
#define HAVE_BTOWC 1
#define HAVE_COLOR 1
@@ -40,6 +44,7 @@
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
+#define HAVE_LIBNCURSESW 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MBLEN 1
@@ -51,7 +56,6 @@
#define HAVE_MIXEDGAUGE 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
-#define HAVE_NCURSES_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_PUTENV 1
#define HAVE_RC_FILE 1
@@ -85,8 +89,13 @@
#define HAVE_WCSTOMBS 1
#define HAVE_WCTOB 1
#define HAVE_WCTOMB 1
-#define HAVE_WINDOW__PARENT 1
+#define HAVE_WCURSYNCUP 1
+#define HAVE_WGETPARENT 1
+#define HAVE_WHIPTAIL 1
+#define HAVE_WSYNCUP 1
#define HAVE_XDIALOG 1
+#define HAVE_XDIALOG2 1
+#define HAVE__NC_FREE_AND_EXIT 1
#define ICONV_CONST const
#define MIXEDCASE_FILENAMES 1
#define NCURSES 1
@@ -94,6 +103,7 @@
#define PACKAGE "dialog"
#define RETSIGTYPE void
#define STDC_HEADERS 1
-#define SYSTEM_NAME "midnightbsd0.4"
+#define SYSTEM_NAME "midnightbsd1.0"
#define TIME_WITH_SYS_TIME 1
#define TYPE_CHTYPE_IS_SCALAR 1
+#define USE_WIDE_CURSES 1
More information about the Midnightbsd-cvs
mailing list