[Midnightbsd-cvs] mports [23982] trunk/x11-drivers/xf86-video-rendition: update to 4.2.7
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 28 08:50:01 EDT 2018
Revision: 23982
http://svnweb.midnightbsd.org/mports/?rev=23982
Author: laffer1
Date: 2018-08-28 08:50:00 -0400 (Tue, 28 Aug 2018)
Log Message:
-----------
update to 4.2.7
Modified Paths:
--------------
trunk/x11-drivers/xf86-video-rendition/Makefile
trunk/x11-drivers/xf86-video-rendition/distinfo
trunk/x11-drivers/xf86-video-rendition/files/patch-src_rendition.c
trunk/x11-drivers/xf86-video-rendition/pkg-descr
Modified: trunk/x11-drivers/xf86-video-rendition/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-rendition/Makefile 2018-08-28 12:49:14 UTC (rev 23981)
+++ trunk/x11-drivers/xf86-video-rendition/Makefile 2018-08-28 12:50:00 UTC (rev 23982)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= xf86-video-rendition
-PORTVERSION= 4.2.5
-PORTREVISION= 1
+PORTVERSION= 4.2.7
CATEGORIES= x11-drivers
MAINTAINER= ports at MidnightBSD.org
@@ -11,6 +10,5 @@
LICENSE= mit
XORG_CAT= driver
-USE_XORG= xextproto
.include <bsd.port.mk>
Modified: trunk/x11-drivers/xf86-video-rendition/distinfo
===================================================================
--- trunk/x11-drivers/xf86-video-rendition/distinfo 2018-08-28 12:49:14 UTC (rev 23981)
+++ trunk/x11-drivers/xf86-video-rendition/distinfo 2018-08-28 12:50:00 UTC (rev 23982)
@@ -1,2 +1,3 @@
-SHA256 (xorg/driver/xf86-video-rendition-4.2.5.tar.bz2) = 39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb
-SIZE (xorg/driver/xf86-video-rendition-4.2.5.tar.bz2) = 356351
+TIMESTAMP = 1527020087
+SHA256 (xorg/driver/xf86-video-rendition-4.2.7.tar.bz2) = 9511c6595c9d489a022635bd8d91149de0cb3cbf9034739452ca5b9b5d63f87b
+SIZE (xorg/driver/xf86-video-rendition-4.2.7.tar.bz2) = 365454
Modified: trunk/x11-drivers/xf86-video-rendition/files/patch-src_rendition.c
===================================================================
--- trunk/x11-drivers/xf86-video-rendition/files/patch-src_rendition.c 2018-08-28 12:49:14 UTC (rev 23981)
+++ trunk/x11-drivers/xf86-video-rendition/files/patch-src_rendition.c 2018-08-28 12:50:00 UTC (rev 23982)
@@ -1,10 +1,13 @@
---- src/rendition.c.orig 2012-07-17 05:32:12 UTC
+# Correct a string that should be const
+#
+--- src/rendition.c.orig 2014-09-30 14:21:44 UTC
+++ src/rendition.c
-@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DEC
- fbPictureInit (pScreen, 0, 0);
-
- xf86SetBlackWhitePixels(pScreen);
-- miInitializeBackingStore(pScreen);
-
- /*********************************************************/
- /* The actual setup of the driver-specific code */
+@@ -480,7 +480,7 @@ renditionPreInit(ScrnInfoPtr pScreenInfo
+ MessageType From;
+ int videoRam, Rounding, nModes = 0;
+ renditionPtr pRendition;
+- char *in_string;
++ const char *in_string;
+ vgaHWPtr pvgaHW;
+
+ #ifdef DEBUG
Modified: trunk/x11-drivers/xf86-video-rendition/pkg-descr
===================================================================
--- trunk/x11-drivers/xf86-video-rendition/pkg-descr 2018-08-28 12:49:14 UTC (rev 23981)
+++ trunk/x11-drivers/xf86-video-rendition/pkg-descr 2018-08-28 12:50:00 UTC (rev 23982)
@@ -1,3 +1,3 @@
This package contains the X.Org xf86-video-rendition driver.
-WWW: http://www.x.org
+WWW: https://www.x.org/
More information about the Midnightbsd-cvs
mailing list