Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/imake merge imake 1.0.8.



details:   https://anonhg.NetBSD.org/xsrc/rev/34ed4413ccb6
branches:  trunk
changeset: 10255:34ed4413ccb6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 18 04:46:54 2019 +0000

description:
merge imake 1.0.8.

diffstat:

 external/mit/imake/dist/README      |  46 -------------------------------------
 external/mit/imake/dist/compile     |   2 +-
 external/mit/imake/include/config.h |   8 +++---
 3 files changed, 5 insertions(+), 51 deletions(-)

diffs (96 lines):

diff -r 46bba15bccb5 -r 34ed4413ccb6 external/mit/imake/dist/README
--- a/external/mit/imake/dist/README    Mon Mar 18 04:42:20 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-The imake package contains the imake utility, plus the following support
-programs:
-
-   - ccmakedep
-   - mergelib
-   - revpath
-   - mkdirhier
-   - makeg
-   - cleanlinks
-   - mkhtmlindex
-   - xmkmf
-
-The X Window System used imake extensively up through the X11R6.9 release,
-for both full builds within the source tree and external software.
-X has since moved to GNU autoconf and automake for its build system in
-X11R7.0 and later releases, but still maintains imake for building existing
-external software programs that have not yet converted.
-
-More information about Imake and its usage may be found in the resources
-at:
-       http://www.snake.net/software/imake-stuff/
-       http://www.kitebird.com/imake-book/
-
-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/util/imake
-
-        http://cgit.freedesktop.org/xorg/util/imake
-
-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 46bba15bccb5 -r 34ed4413ccb6 external/mit/imake/dist/compile
--- a/external/mit/imake/dist/compile   Mon Mar 18 04:42:20 2019 +0000
+++ b/external/mit/imake/dist/compile   Mon Mar 18 04:46:54 2019 +0000
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <tromey%cygnus.com@localhost>.
 #
 # This program is free software; you can redistribute it and/or modify
diff -r 46bba15bccb5 -r 34ed4413ccb6 external/mit/imake/include/config.h
--- a/external/mit/imake/include/config.h       Mon Mar 18 04:42:20 2019 +0000
+++ b/external/mit/imake/include/config.h       Mon Mar 18 04:46:54 2019 +0000
@@ -41,7 +41,7 @@
 #define PACKAGE_NAME "imake"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "imake 1.0.7"
+#define PACKAGE_STRING "imake 1.0.8"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "imake"
@@ -50,7 +50,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.7"
+#define PACKAGE_VERSION "1.0.8"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -59,10 +59,10 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 7
+#define PACKAGE_VERSION_PATCHLEVEL 8
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.0.7"
+#define VERSION "1.0.8"



Home | Main Index | Thread Index | Old Index