git: 304bc766050d - main - ncurses: update configuration header after update

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 25 18:30:05 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=304bc766050d1ad0ca1e5e95835babab17494cbd

commit 304bc766050d1ad0ca1e5e95835babab17494cbd
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-02-25 18:28:31 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-02-25 18:28:31 +0000

    ncurses: update configuration header after update
---
 lib/ncurses/ncurses/ncurses_cfg.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lib/ncurses/ncurses/ncurses_cfg.h b/lib/ncurses/ncurses/ncurses_cfg.h
index 49cef464b803..ca4ce6b5f32a 100644
--- a/lib/ncurses/ncurses/ncurses_cfg.h
+++ b/lib/ncurses/ncurses/ncurses_cfg.h
@@ -1,6 +1,7 @@
 /* include/ncurses_cfg.h.  Generated automatically by configure.  */
 /****************************************************************************
- * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc.              *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 1998-2016,2017 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -31,7 +32,7 @@
  *  Author: Thomas E. Dickey      1997-on                                   *
  ****************************************************************************/
 /*
- * $Id: ncurses_cfg.hin,v 1.11 2017/12/09 20:41:54 tom Exp $
+ * $Id: ncurses_cfg.hin,v 1.13 2020/03/08 12:37:59 tom Exp $
  *
  * Both ncurses_cfg.h and ncurses_def.h are internal header-files used when
  * building ncurses.
@@ -43,7 +44,7 @@
  * 971222) to autoconf 2.12 or 2.13 to do this.
  *
  * See:
- *	http://invisible-island.net/autoconf/
+ *	https://invisible-island.net/autoconf/
  *	ftp://ftp.invisible-island.net/autoconf/
  */
 
@@ -52,6 +53,9 @@
 #ifndef NC_CONFIG_H
 #define NC_CONFIG_H
 
+#define PACKAGE "ncurses"
+#define NCURSES_VERSION "6.2"
+#define NCURSES_PATCHDATE 20210220
 #define SYSTEM_NAME "FreeBSD"
 #if 0
 #include <stdlib.h>
@@ -224,7 +228,7 @@
 #define HAVE_FORM_H 1
 #define HAVE_LIBFORM 1
 #define NCURSES_PATHSEP ':'
-#define NCURSES_VERSION_STRING "6.2.20200215"
+#define NCURSES_VERSION_STRING "6.2.20210220"
 #define NCURSES_OSPEED_COMPAT 1
 #define HAVE_CURSES_DATA_BOOLNAMES 1
 


More information about the dev-commits-src-main mailing list