CVS commit: xsrc/external/mit/xf86-video-sis/include

2016-08-15 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Mon Aug 15 17:44:03 UTC 2016

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h

Log Message:
update for xf86-video-sis 0.10.8


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xf86-video-sis/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sis/include/config.h
diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.7 xsrc/external/mit/xf86-video-sis/include/config.h:1.8
--- xsrc/external/mit/xf86-video-sis/include/config.h:1.7	Mon Jun  3 09:23:42 2013
+++ xsrc/external/mit/xf86-video-sis/include/config.h	Mon Aug 15 17:44:03 2016
@@ -33,8 +33,10 @@
 /* Define to 1 if you have the  header file. */
 #define HAVE_UNISTD_H 1
 
+#if 0
  /* Define to 1 if you have the  header file. */
 #define HAVE_XAA_H 1
+#endif
 
 /* xextproto 7.1 available */
 #define HAVE_XEXTPROTO_71 1
@@ -53,7 +55,7 @@
 #define PACKAGE_NAME "xf86-video-sis"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-sis 0.10.7"
+#define PACKAGE_STRING "xf86-video-sis 0.10.8"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-sis"
@@ -63,7 +65,7 @@
 
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.7"
+#define PACKAGE_VERSION "0.10.8"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 0
@@ -72,7 +74,7 @@
 #define PACKAGE_VERSION_MINOR 10
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 7
+#define PACKAGE_VERSION_PATCHLEVEL 8
 
 /* Enable DRI driver support */
 #undef SISDRI
@@ -84,7 +86,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.10.7"
+#define VERSION "0.10.8"
 
 /* Build support for Exa */
 #define XF86EXA 1



CVS commit: xsrc/external/mit/xf86-video-sis/include

2013-06-03 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Mon Jun  3 09:23:42 UTC 2013

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h

Log Message:
update for xf86-video-sis 0.10.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xf86-video-sis/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sis/include/config.h
diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.6 xsrc/external/mit/xf86-video-sis/include/config.h:1.7
--- xsrc/external/mit/xf86-video-sis/include/config.h:1.6	Sat Jul 17 07:07:00 2010
+++ xsrc/external/mit/xf86-video-sis/include/config.h	Mon Jun  3 09:23:42 2013
@@ -33,6 +33,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #define HAVE_UNISTD_H 1
 
+ /* Define to 1 if you have the xaa.h header file. */
+#define HAVE_XAA_H 1
+
 /* xextproto 7.1 available */
 #define HAVE_XEXTPROTO_71 1
 
@@ -50,13 +53,17 @@
 #define PACKAGE_NAME xf86-video-sis
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING xf86-video-sis 0.10.3
+#define PACKAGE_STRING xf86-video-sis 0.10.7
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME xf86-video-sis
+  
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 0.10.3
+#define PACKAGE_VERSION 0.10.7
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 0
@@ -65,19 +72,19 @@
 #define PACKAGE_VERSION_MINOR 10
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 3
+#define PACKAGE_VERSION_PATCHLEVEL 7
+
+/* Enable DRI driver support */
+#undef SISDRI
+
+/* Enable developmental DRI driver support */
+#undef SISDRI_DEVEL
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION 0.10.3
-
-/* Enable DRI driver support */
-#define XF86DRI 1
-
-/* Enable developmental DRI driver support */
-#define XF86DRI_DEVEL 1
+#define VERSION 0.10.7
 
 /* Build support for Exa */
 #define XF86EXA 1



CVS commit: xsrc/external/mit/xf86-video-sis/include

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 06:41:22 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h

Log Message:
update for xf86-video-sis 0.10.3


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-sis/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sis/include/config.h
diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.4 xsrc/external/mit/xf86-video-sis/include/config.h:1.5
--- xsrc/external/mit/xf86-video-sis/include/config.h:1.4	Sun Jan 10 09:59:27 2010
+++ xsrc/external/mit/xf86-video-sis/include/config.h	Sat Jul 17 06:41:22 2010
@@ -36,6 +36,10 @@
 /* xextproto 7.1 available */
 /* #undef HAVE_XEXTPROTO_71 */
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Name of package */
 #define PACKAGE xf86-video-sis
 
@@ -46,13 +50,13 @@
 #define PACKAGE_NAME xf86-video-sis
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING xf86-video-sis 0.10.2
+#define PACKAGE_STRING xf86-video-sis 0.10.3
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME xf86-video-sis
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 0.10.2
+#define PACKAGE_VERSION 0.10.3
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 0
@@ -61,13 +65,13 @@
 #define PACKAGE_VERSION_MINOR 10
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 3
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION 0.10.2
+#define VERSION 0.10.3
 
 /* Enable DRI driver support */
 #define XF86DRI 1



CVS commit: xsrc/external/mit/xf86-video-sis/include

2010-01-10 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Jan 10 09:59:27 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h

Log Message:
Regenerate to match current source
* Commented entry added (HAVE_XEXTPROTO_71)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-sis/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sis/include/config.h
diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.3 xsrc/external/mit/xf86-video-sis/include/config.h:1.4
--- xsrc/external/mit/xf86-video-sis/include/config.h:1.3	Sat Aug 22 01:02:05 2009
+++ xsrc/external/mit/xf86-video-sis/include/config.h	Sun Jan 10 09:59:27 2010
@@ -33,6 +33,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #define HAVE_UNISTD_H 1
 
+/* xextproto 7.1 available */
+/* #undef HAVE_XEXTPROTO_71 */
+
 /* Name of package */
 #define PACKAGE xf86-video-sis
 



CVS commit: xsrc/external/mit/xf86-video-sis/include

2009-06-10 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Jun 10 06:41:24 UTC 2009

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h

Log Message:
update this for xf86-video-sis 0.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-sis/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-sis/include/config.h
diff -u xsrc/external/mit/xf86-video-sis/include/config.h:1.1 xsrc/external/mit/xf86-video-sis/include/config.h:1.2
--- xsrc/external/mit/xf86-video-sis/include/config.h:1.1	Mon Sep  1 05:35:20 2008
+++ xsrc/external/mit/xf86-video-sis/include/config.h	Wed Jun 10 06:41:24 2009
@@ -43,15 +43,14 @@
 #define PACKAGE_NAME xf86-video-sis
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING xf86-video-sis 0.10.0
+#define PACKAGE_STRING xf86-video-sis 0.10.1
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME xf86-video-sis
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 0.10.0
+#define PACKAGE_VERSION 0.10.1
 
-#if 0
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 0
 
@@ -59,14 +58,13 @@
 #define PACKAGE_VERSION_MINOR 10
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
-#endif
+#define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION 0.10.0
+#define VERSION 0.10.1
 
 /* Enable DRI driver support */
 #define XF86DRI 1