aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
commitd1d015864103b253b3fcb2f72a0da5b0cfeb31b6 (patch)
tree22b131dceb13c3df96da594fbaadb693504797c7 /gnu/lib/libdialog
parent12d4083451fc39b3e831d4ea0bfa67d3b32cfb54 (diff)
parentb6f49c23a36f329cbf1e7f28078e17fd87f0e245 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog')
-rw-r--r--gnu/lib/libdialog/Makefile16
-rw-r--r--gnu/lib/libdialog/dlg_config.h25
2 files changed, 29 insertions, 12 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index f0979ac92078..395b02d4115b 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -3,17 +3,17 @@
DIALOG= ${.CURDIR}/../../../contrib/dialog
LIB= dialog
-SHLIB_MAJOR= 7
-SRCS= argv.c arrows.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 \
- rc.c tailbox.c textbox.c timebox.c trace.c ui_getc.c util.c \
- version.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_XOPEN_SOURCE_EXTENDED
+CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG}
WARNS?= 1
diff --git a/gnu/lib/libdialog/dlg_config.h b/gnu/lib/libdialog/dlg_config.h
index 4dd6ab44eff2..ccb4c30f604d 100644
--- a/gnu/lib/libdialog/dlg_config.h
+++ b/gnu/lib/libdialog/dlg_config.h
@@ -5,9 +5,12 @@
* $FreeBSD$
*/
-#define DIALOG_PATCHDATE 20100428
-#define DIALOG_VERSION "1.1"
+#define CURSES_WACS_ARRAY _nc_wacs
+#define CURSES_WACS_SYMBOLS 1
+#define DIALOG_PATCHDATE 20130523
+#define DIALOG_VERSION "1.2"
#define HAVE_ALLOCA 1
+#define HAVE_BTOWC 1
#define HAVE_COLOR 1
#define HAVE_DIRENT_H 1
#define HAVE_DLG_FORMBOX 1
@@ -18,6 +21,7 @@
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FLUSHINP 1
#define HAVE_FSEEKO 1
+#define HAVE_GETATTRS 1
#define HAVE_GETBEGX 1
#define HAVE_GETBEGY 1
#define HAVE_GETBEGYX 1
@@ -42,7 +46,11 @@
#define HAVE_LIBNCURSESW 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
+#define HAVE_MBLEN 1
+#define HAVE_MBRLEN 1
+#define HAVE_MBRTOWC 1
#define HAVE_MBSTATE_T 1
+#define HAVE_MBTOWC 1
#define HAVE_MEMORY_H 1
#define HAVE_MIXEDGAUGE 1
#define HAVE_MMAP 1
@@ -75,8 +83,17 @@
#define HAVE_UNISTD_H 1
#define HAVE_USE_DEFAULT_COLORS 1
#define HAVE_WAITPID 1
-#define HAVE_WGET_WCH 1
+#define HAVE_WCHGAT 1
+#define HAVE_WCSRTOMBS 1
+#define HAVE_WCSTOMBS 1
+#define HAVE_WCTOB 1
+#define HAVE_WCTOMB 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
@@ -85,7 +102,7 @@
#define PACKAGE "dialog"
#define RETSIGTYPE void
#define STDC_HEADERS 1
-#define SYSTEM_NAME "freebsd9.0"
+#define SYSTEM_NAME "freebsd10.0"
#define TIME_WITH_SYS_TIME 1
#define TYPE_CHTYPE_IS_SCALAR 1
#define USE_WIDE_CURSES 1