aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2020-02-23 23:20:31 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2020-02-23 23:20:31 +0000
commitf3e87f9decd16a4f2e20d87065af66cf0c13e69c (patch)
treebd57d132897979ac0e22bf74804d5168ccaa13e6 /x11-drivers
parentabd81a62faf64cffdf335afbeda279143a00485f (diff)
downloadports-f3e87f9decd16a4f2e20d87065af66cf0c13e69c.tar.gz
ports-f3e87f9decd16a4f2e20d87065af66cf0c13e69c.zip
Unbreak on xorg-server 1.20.7 (and minor cleanup)
PR: 244353 Approved by: manu
Notes
Notes: svn path=/head/; revision=526947
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-scfb/Makefile14
-rw-r--r--x11-drivers/xf86-video-scfb/distinfo4
-rw-r--r--x11-drivers/xf86-video-scfb/pkg-descr2
-rw-r--r--x11-drivers/xf86-video-scfb/pkg-plist2
4 files changed, 15 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile
index bb8c4b58b959..115bdfba93b3 100644
--- a/x11-drivers/xf86-video-scfb/Makefile
+++ b/x11-drivers/xf86-video-scfb/Makefile
@@ -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>
diff --git a/x11-drivers/xf86-video-scfb/distinfo b/x11-drivers/xf86-video-scfb/distinfo
index ec73c93de278..dda5332ecc44 100644
--- a/x11-drivers/xf86-video-scfb/distinfo
+++ b/x11-drivers/xf86-video-scfb/distinfo
@@ -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
diff --git a/x11-drivers/xf86-video-scfb/pkg-descr b/x11-drivers/xf86-video-scfb/pkg-descr
index 659da4a8c10a..679722e856c0 100644
--- a/x11-drivers/xf86-video-scfb/pkg-descr
+++ b/x11-drivers/xf86-video-scfb/pkg-descr
@@ -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
diff --git a/x11-drivers/xf86-video-scfb/pkg-plist b/x11-drivers/xf86-video-scfb/pkg-plist
deleted file mode 100644
index c68e96be7192..000000000000
--- a/x11-drivers/xf86-video-scfb/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/xorg/modules/drivers/scfb_drv.so
-man/man4/scfb.4x.gz