FreeBSD Bugzilla – Attachment 211875 Details for
Bug 244353
x11-drivers/xf86-video-scfb: Unbreak on xorg-server 1.20.7 (and minor cleanup)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Fix undefined symbol problem in scfb video driver
patch-xf86-video-scfb-xorg-1_20_7-fix.txt (text/plain), 2.46 KB, created by
Michael Gmelin
on 2020-02-23 22:36:13 UTC
(
hide
)
Description:
Fix undefined symbol problem in scfb video driver
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2020-02-23 22:36:13 UTC
Size:
2.46 KB
patch
obsolete
>Index: x11-drivers/xf86-video-scfb/Makefile >=================================================================== >--- x11-drivers/xf86-video-scfb/Makefile (revision 526946) >+++ x11-drivers/xf86-video-scfb/Makefile (working copy) >@@ -3,15 +3,21 @@ > > PORTNAME= xf86-video-scfb > PORTVERSION= 0.0.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11-drivers > >+# Runtime fix from https://github.com/rayddteam/xf86-video-scfb/pull/4 >+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >+PATCHFILES+= 080491f.patch:-p1 >+ > MAINTAINER= x11@FreeBSD.org > COMMENT= X.Org syscons display driver > >-USE_GITHUB= yes >-GH_ACCOUNT= rayddteam >- > USES= xorg-cat:driver >+PLIST_FILES= lib/xorg/modules/drivers/scfb_drv.so \ >+ man/man4/scfb.4x.gz > >+USE_GITHUB= yes >+GH_ACCOUNT= rayddteam >+ > .include <bsd.port.mk> >Index: x11-drivers/xf86-video-scfb/distinfo >=================================================================== >--- x11-drivers/xf86-video-scfb/distinfo (revision 526946) >+++ x11-drivers/xf86-video-scfb/distinfo (working copy) >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1572749651 >+TIMESTAMP = 1582496242 > SHA256 (xorg/driver/rayddteam-xf86-video-scfb-0.0.5_GH0.tar.gz) = 58b330f4dff599cb7252dd4235a4a3d8c6e66c8d589cab4107b30236792a3c42 > SIZE (xorg/driver/rayddteam-xf86-video-scfb-0.0.5_GH0.tar.gz) = 345835 >+SHA256 (xorg/driver/080491f.patch) = 539ed63428ef711825919b4d82fb8ca43e7bba3ed32582e599894ca22790d743 >+SIZE (xorg/driver/080491f.patch) = 2016 >Index: x11-drivers/xf86-video-scfb/pkg-descr >=================================================================== >--- x11-drivers/xf86-video-scfb/pkg-descr (revision 526946) >+++ x11-drivers/xf86-video-scfb/pkg-descr (working copy) >@@ -1,2 +1,4 @@ > This package contains the X.Org xf86-video-scfb driver. > Framebuffer access via FreeBSD syscons. >+ >+WWW: https://github.com/rayddteam/xf86-video-scfb >Index: x11-drivers/xf86-video-scfb/pkg-plist >=================================================================== >--- x11-drivers/xf86-video-scfb/pkg-plist (revision 526946) >+++ x11-drivers/xf86-video-scfb/pkg-plist (nonexistent) >@@ -1,2 +0,0 @@ >-lib/xorg/modules/drivers/scfb_drv.so >-man/man4/scfb.4x.gz > >Property changes on: x11-drivers/xf86-video-scfb/pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 244353
: 211875