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 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