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: Sun May 20 06:33:41 UTC 2018
Modified Files:
pkgsrc/x11/xf86-video-sis: distinfo
Added Files:
pkgsrc/x11/xf86-video-sis/patches: patch-src_sis__driver.c
Log Message:
xf86-video-sis: Fix build with modular-xorg-server-1.20.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xf86-video-sis/distinfo
cvs rdiff -u -r0 -r1.3 \
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/distinfo
diff -u pkgsrc/x11/xf86-video-sis/distinfo:1.12 pkgsrc/x11/xf86-video-sis/distinfo:1.13
--- pkgsrc/x11/xf86-video-sis/distinfo:1.12 Wed Jan 18 18:25:18 2017
+++ pkgsrc/x11/xf86-video-sis/distinfo Sun May 20 06:33:40 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2017/01/18 18:25:18 wiz Exp $
+$NetBSD: distinfo,v 1.13 2018/05/20 06:33:40 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
Added files:
Index: pkgsrc/x11/xf86-video-sis/patches/patch-src_sis__driver.c
diff -u /dev/null pkgsrc/x11/xf86-video-sis/patches/patch-src_sis__driver.c:1.3
--- /dev/null Sun May 20 06:33:41 2018
+++ pkgsrc/x11/xf86-video-sis/patches/patch-src_sis__driver.c Sun May 20 06:33:40 2018
@@ -0,0 +1,23 @@
+$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