Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2019 17:11:49 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520274 - head/x11/grim
Message-ID:  <201912161711.xBGHBnRM041121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec 16 17:11:49 2019
New Revision: 520274
URL: https://svnweb.freebsd.org/changeset/ports/520274

Log:
  x11/grim: apply upstream fix to restore -Werror
  
  This is a small application and upstream is cooperative, so warnings
  often indicate actual bugs.

Modified:
  head/x11/grim/Makefile   (contents, props changed)
  head/x11/grim/distinfo   (contents, props changed)

Modified: head/x11/grim/Makefile
==============================================================================
--- head/x11/grim/Makefile	Mon Dec 16 17:06:38 2019	(r520273)
+++ head/x11/grim/Makefile	Mon Dec 16 17:11:49 2019	(r520274)
@@ -6,6 +6,9 @@ DISTVERSION=	1.2.0
 PORTREVISION=	1
 CATEGORIES=	x11
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	5ebea4eb7308.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Grab images from a Wayland compositor
 
@@ -19,7 +22,6 @@ USES=		compiler:c11 gnome meson pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	cairo
 GH_ACCOUNT=	emersion
-MESON_ARGS=	-Dwerror=false # https://github.com/emersion/grim/issues/37
 PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=	JPEG MANPAGES

Modified: head/x11/grim/distinfo
==============================================================================
--- head/x11/grim/distinfo	Mon Dec 16 17:06:38 2019	(r520273)
+++ head/x11/grim/distinfo	Mon Dec 16 17:11:49 2019	(r520274)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1559587817
 SHA256 (emersion-grim-v1.2.0_GH0.tar.gz) = b184417220497442eaf2b3a4bc2f1e513e83e41bb5279dc3065209f5f2b611b1
 SIZE (emersion-grim-v1.2.0_GH0.tar.gz) = 14445
+SHA256 (5ebea4eb7308.patch) = 5e9ca625e13313d0dfe9bc0ee57061d63a99fe4874628ea1c1d2ab83a96555d6
+SIZE (5ebea4eb7308.patch) = 1271



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