Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 09:32:30 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526910 - head/x11-drivers/xf86-video-savage
Message-ID:  <202002230932.01N9WUoD002484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002230932.01N9WUoD002484>