pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-video-sis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 14 11:08:32 UTC 2019

Modified Files:
        pkgsrc/x11/xf86-video-sis: Makefile distinfo
Removed Files:
        pkgsrc/x11/xf86-video-sis/patches: patch-src_sis__driver.c

Log Message:
xf86-video-sis: update to 0.11.0.

This is a maintenance release of SiS DDX for X.Org X Server.
There are still about 4 more compilation warnings with the code, but fixing them will require some effort that I am not willing to invest at this time.
The remaining compilation warnings are all "const char*" to "char*" type warnings involving text strings.

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com

--
Adam Jackson (1):
      Remove reference to ->virtualFrom

Alan Coopersmith (4):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Remove obsolete B16 & B32 tags in struct definitions
      Update configure.ac bug URL for gitlab migration

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-sis: remove the GlxSetVisualConfigs stub and friends

Fabrice Fontaine (1):
      configure.ac: fix cross-compilation

Kevin Brace (10):
      Minor adjustment to the compilation order
      Add conditional compilation directives to suppress compilation warnings
      Elimination of many "variable set but not used" compilation warnings
      Eliminate set but not used variable compilation warnings
      Suppress logical operation and parenthesis related compilation warnings
      Eliminate swap macro related unused variable compilation warnings
      Eliminate constant related compilation warnings for native functions
      Convert EXA support preprocessor macro to USE_EXA
      Convert text format specifier type to unsigned short
      Version bumped to 0.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xf86-video-sis/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xf86-video-sis/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/x11/xf86-video-sis/patches/patch-src_sis__driver.c

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

Modified files:

Index: pkgsrc/x11/xf86-video-sis/Makefile
diff -u pkgsrc/x11/xf86-video-sis/Makefile:1.26 pkgsrc/x11/xf86-video-sis/Makefile:1.27
--- pkgsrc/x11/xf86-video-sis/Makefile:1.26     Wed Mar  7 11:57:44 2018
+++ pkgsrc/x11/xf86-video-sis/Makefile  Thu Nov 14 11:08:32 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2018/03/07 11:57:44 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/14 11:08:32 wiz Exp $
 
-DISTNAME=      xf86-video-sis-0.10.9
-PKGREVISION=   1
+DISTNAME=      xf86-video-sis-0.11.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/x11/xf86-video-sis/distinfo
diff -u pkgsrc/x11/xf86-video-sis/distinfo:1.13 pkgsrc/x11/xf86-video-sis/distinfo:1.14
--- pkgsrc/x11/xf86-video-sis/distinfo:1.13     Sun May 20 06:33:40 2018
+++ pkgsrc/x11/xf86-video-sis/distinfo  Thu Nov 14 11:08:32 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/05/20 06:33:40 wiz Exp $
+$NetBSD: distinfo,v 1.14 2019/11/14 11:08:32 wiz Exp $
 
-SHA1 (xf86-video-sis-0.10.9.tar.bz2) = c0009118307b8cf110d43dbd0a174de2f90dfbcc
-RMD160 (xf86-video-sis-0.10.9.tar.bz2) = 940cae3e90c5dd6dc15e7b4df8047f6260969846
-SHA512 (xf86-video-sis-0.10.9.tar.bz2) = 7cb11d2f1f8be8d92159af7e322a9e4fe4e3436c38932d6d665b8854c2009495e99ff075c7a14d9db9c781114afc8397f0e8c1225d9a2f4bbf1b6a4b6cd6745d
-Size (xf86-video-sis-0.10.9.tar.bz2) = 736272 bytes
-SHA1 (patch-src_sis__driver.c) = 89d5db8b258305c3c02921db57dffb04ae2c7ae2
+SHA1 (xf86-video-sis-0.11.0.tar.bz2) = 3e6b22a1c8061fb7efc7bf7012ca47fbf9f64722
+RMD160 (xf86-video-sis-0.11.0.tar.bz2) = eff32002e387d54baa42f2f3dd3c8a2ae114aa02
+SHA512 (xf86-video-sis-0.11.0.tar.bz2) = b8ad05b3faa24c6df65d825b576ddb8e2ce44705ce8b55d8cf0d9f37aa47a429ab43765d8daea57ff35c4cffed056fbec6dfe8ce95efcd6269cc7711115ea09c
+Size (xf86-video-sis-0.11.0.tar.bz2) = 735940 bytes



Home | Main Index | Thread Index | Old Index