svn commit: r526910 - head/x11-drivers/xf86-video-savage
Niclas Zeising
zeising at FreeBSD.org
Sun Feb 23 09:32:33 UTC 2020
Author: zeising
Date: Sun Feb 23 09:32:30 2020
New Revision: 526910
URL: https://svnweb.freebsd.org/changeset/ports/526910
Log:
xf86-video-savage: Fix build with xserver 1.20.7
Pull in an upstream patch to fix the build of xf86-video-savage with xserver
1.20.7.
While here, add LICENSE and LICENSE_FILE.
Modified:
head/x11-drivers/xf86-video-savage/Makefile
head/x11-drivers/xf86-video-savage/distinfo
Modified: head/x11-drivers/xf86-video-savage/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-savage/Makefile Sun Feb 23 09:31:30 2020 (r526909)
+++ head/x11-drivers/xf86-video-savage/Makefile Sun Feb 23 09:32:30 2020 (r526910)
@@ -5,8 +5,14 @@ PORTVERSION= 2.3.9
PORTREVISION= 5
CATEGORIES= x11-drivers
+PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/commit/
+PATCHFILES+= 0ece556daa8a88771b669d8104396abd9166d2d0.diff:-p1
+
MAINTAINER= x11 at FreeBSD.org
COMMENT= X.Org savage display driver
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gl xorg-cat:driver
USE_GL= gl
Modified: head/x11-drivers/xf86-video-savage/distinfo
==============================================================================
--- head/x11-drivers/xf86-video-savage/distinfo Sun Feb 23 09:31:30 2020 (r526909)
+++ head/x11-drivers/xf86-video-savage/distinfo Sun Feb 23 09:32:30 2020 (r526910)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1484716274
+TIMESTAMP = 1582450070
SHA256 (xorg/driver/xf86-video-savage-2.3.9.tar.bz2) = 2c93c4db1f71e725dda0caee5821253129d4b52d7aa0fd720593e7769bceec86
SIZE (xorg/driver/xf86-video-savage-2.3.9.tar.bz2) = 433686
+SHA256 (xorg/driver/0ece556daa8a88771b669d8104396abd9166d2d0.diff) = 9b1d526ac05cd1ea1165c204c23e7a5707ea2b1c7ea88171ca6af556fa791f57
+SIZE (xorg/driver/0ece556daa8a88771b669d8104396abd9166d2d0.diff) = 1118
More information about the svn-ports-head
mailing list