Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit merge sessreg 1.1.2 and xf86-input-elographic...



details:   https://anonhg.NetBSD.org/xsrc/rev/efcf0c3a47ce
branches:  trunk
changeset: 10314:efcf0c3a47ce
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 08 20:41:24 2019 +0000

description:
merge sessreg 1.1.2 and xf86-input-elographics 1.4.2.

diffstat:

 external/mit/sessreg/dist/README                     |  27 --------------------
 external/mit/sessreg/dist/sessreg.h                  |   7 +++++
 external/mit/sessreg/include/config.h                |   6 ++--
 external/mit/xf86-input-elographics/dist/README      |  20 --------------
 external/mit/xf86-input-elographics/include/config.h |   8 ++--
 5 files changed, 14 insertions(+), 54 deletions(-)

diffs (134 lines):

diff -r 2ed8a1606636 -r efcf0c3a47ce external/mit/sessreg/dist/README
--- a/external/mit/sessreg/dist/README  Mon Jul 08 20:37:52 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-Sessreg is a simple program for managing utmp/wtmp entries for X sessions.
-It was originally written for use with xdm, but may also be used with
-other display managers such as gdm or kdm.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/app/sessreg
-
-        http://cgit.freedesktop.org/xorg/app/sessreg
-
-For patch submission instructions, see:
-
-       http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
-
diff -r 2ed8a1606636 -r efcf0c3a47ce external/mit/sessreg/dist/sessreg.h
--- a/external/mit/sessreg/dist/sessreg.h       Mon Jul 08 20:37:52 2019 +0000
+++ b/external/mit/sessreg/dist/sessreg.h       Mon Jul 08 20:41:24 2019 +0000
@@ -103,6 +103,13 @@
 # define TTYS_FILE     "/etc/ttys"
 #endif
 
+#ifndef _PATH_WTMPX
+# define _PATH_WTMPX   "/var/log/wtmp"
+#endif
+#ifndef _PATH_UTMPX
+# define _PATH_UTMPX   "/var/log/utmp"
+#endif
+
 #ifndef WTMPX_FILE
 # define WTMPX_FILE    _PATH_WTMPX
 #endif
diff -r 2ed8a1606636 -r efcf0c3a47ce external/mit/sessreg/include/config.h
--- a/external/mit/sessreg/include/config.h     Mon Jul 08 20:37:52 2019 +0000
+++ b/external/mit/sessreg/include/config.h     Mon Jul 08 20:41:24 2019 +0000
@@ -59,7 +59,7 @@
 #define PACKAGE_NAME "sessreg"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sessreg 1.0.6"
+#define PACKAGE_STRING "sessreg 1.1.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "sessreg"
@@ -68,7 +68,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.0"
+#define PACKAGE_VERSION "1.1.1"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -77,7 +77,7 @@
 #define PACKAGE_VERSION_MINOR 1
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
diff -r 2ed8a1606636 -r efcf0c3a47ce external/mit/xf86-input-elographics/dist/README
--- a/external/mit/xf86-input-elographics/dist/README   Mon Jul 08 20:37:52 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-xf86-input-elographics - Elographics input driver for the Xorg X server
-
-Please submit bugs & patches to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/driver/xf86-input-elographics
-
-        http://cgit.freedesktop.org/xorg/driver/xf86-input-elographics
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
diff -r 2ed8a1606636 -r efcf0c3a47ce external/mit/xf86-input-elographics/include/config.h
--- a/external/mit/xf86-input-elographics/include/config.h      Mon Jul 08 20:37:52 2019 +0000
+++ b/external/mit/xf86-input-elographics/include/config.h      Mon Jul 08 20:41:24 2019 +0000
@@ -43,13 +43,13 @@
 #define PACKAGE_NAME "xf86-input-elographics"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-input-elographics 1.4.1"
+#define PACKAGE_STRING "xf86-input-elographics 1.4.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-input-elographics"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.1"
+#define PACKAGE_VERSION "1.4.2"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -58,10 +58,10 @@
 #define PACKAGE_VERSION_MINOR 4
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.4.1"
+#define VERSION "1.4.2"



Home | Main Index | Thread Index | Old Index