pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-fbdev/patches xf86-video-fbdev: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bf27fb2f8e3
branches:  trunk
changeset: 308753:9bf27fb2f8e3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 31 07:25:21 2018 +0000

description:
xf86-video-fbdev: remove obsolete patch

diffstat:

 x11/xf86-video-fbdev/patches/patch-src_fbdev.c |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 0108342c9707 -r 9bf27fb2f8e3 x11/xf86-video-fbdev/patches/patch-src_fbdev.c
--- a/x11/xf86-video-fbdev/patches/patch-src_fbdev.c    Thu May 31 02:13:15 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_fbdev.c,v 1.1 2013/06/03 00:48:23 rodent Exp $
-
-Send expected type.
-
---- src/fbdev.c.orig   2012-07-02 11:46:46.000000000 +0000
-+++ src/fbdev.c
-@@ -425,7 +425,7 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flag
-       }
- #endif
-       /* open device */
--      if (!fbdevHWInit(pScrn,NULL,xf86FindOptionValue(fPtr->pEnt->device->options,"fbdev")))
-+      if (!fbdevHWInit(pScrn,NULL,(char *)xf86FindOptionValue(fPtr->pEnt->device->options,"fbdev")))
-               return FALSE;
-       default_depth = fbdevHWGetDepth(pScrn,&fbbpp);
-       if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,



Home | Main Index | Thread Index | Old Index