From owner-svn-ports-all@freebsd.org Mon Dec 16 17:11:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCF041C9568; Mon, 16 Dec 2019 17:11:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47c79K5bLdz43HX; Mon, 16 Dec 2019 17:11:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB4BB75B; Mon, 16 Dec 2019 17:11:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBGHBnJ8041123; Mon, 16 Dec 2019 17:11:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBGHBnRM041121; Mon, 16 Dec 2019 17:11:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912161711.xBGHBnRM041121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Dec 2019 17:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520274 - head/x11/grim X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/grim X-SVN-Commit-Revision: 520274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2019 17:11:49 -0000 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