pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xf86-video-sis xf86-video-sis: update to 0.11.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ea496920dab
branches: trunk
changeset: 344045:1ea496920dab
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 14 11:08:32 2019 +0000
description:
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
diffstat:
x11/xf86-video-sis/Makefile | 5 +--
x11/xf86-video-sis/distinfo | 11 ++++-----
x11/xf86-video-sis/patches/patch-src_sis__driver.c | 23 ----------------------
3 files changed, 7 insertions(+), 32 deletions(-)
diffs (56 lines):
diff -r 1fd7eb15f66c -r 1ea496920dab x11/xf86-video-sis/Makefile
--- a/x11/xf86-video-sis/Makefile Thu Nov 14 11:08:17 2019 +0000
+++ b/x11/xf86-video-sis/Makefile Thu Nov 14 11:08:32 2019 +0000
@@ -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
diff -r 1fd7eb15f66c -r 1ea496920dab x11/xf86-video-sis/distinfo
--- a/x11/xf86-video-sis/distinfo Thu Nov 14 11:08:17 2019 +0000
+++ b/x11/xf86-video-sis/distinfo Thu Nov 14 11:08:32 2019 +0000
@@ -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
diff -r 1fd7eb15f66c -r 1ea496920dab x11/xf86-video-sis/patches/patch-src_sis__driver.c
--- a/x11/xf86-video-sis/patches/patch-src_sis__driver.c Thu Nov 14 11:08:17 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_sis__driver.c,v 1.3 2018/05/20 06:33:40 wiz Exp $
-
-commit 4b1356a2b7fd06e9a05d134caa4033681c939737
-Author: Adam Jackson <ajax%redhat.com@localhost>
-Date: Thu Feb 16 11:21:27 2017 -0500
-
- Remove reference to ->virtualFrom
-
- The core will print this information as well anyway.
-
- Signed-off-by: Adam Jackson <ajax%redhat.com@localhost>
-
---- src/sis_driver.c.orig 2017-01-17 22:45:12.000000000 +0000
-+++ src/sis_driver.c
-@@ -2738,7 +2738,7 @@ SiSPrintModes(ScrnInfoPtr pScrn)
- float hsync, refresh = 0.0;
- char *desc, *desc2, *prefix, *uprefix, *output;
-
-- xf86DrvMsg(pScrn->scrnIndex, pScrn->virtualFrom, "Virtual size is %dx%d "
-+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Virtual size is %dx%d "
- "(pitch %d)\n", pScrn->virtualX, pScrn->virtualY,
- pScrn->displayWidth);
-
Home |
Main Index |
Thread Index |
Old Index