From owner-svn-ports-all@freebsd.org Tue Sep 22 11:19:54 2020 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 B7B4E3E54A8; Tue, 22 Sep 2020 11:19:54 +0000 (UTC) (envelope-from pkubaj@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Bwf3Z4N1Jz3bM2; Tue, 22 Sep 2020 11:19:54 +0000 (UTC) (envelope-from pkubaj@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 749111E73E; Tue, 22 Sep 2020 11:19:54 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08MBJsUc034799; Tue, 22 Sep 2020 11:19:54 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08MBJs0J034798; Tue, 22 Sep 2020 11:19:54 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202009221119.08MBJs0J034798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 22 Sep 2020 11:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549573 - head/deskutils/gnome-screenshot X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/deskutils/gnome-screenshot X-SVN-Commit-Revision: 549573 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.33 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: Tue, 22 Sep 2020 11:19:54 -0000 Author: pkubaj Date: Tue Sep 22 11:19:54 2020 New Revision: 549573 URL: https://svnweb.freebsd.org/changeset/ports/549573 Log: deskutils/gnome-screenshot: fix build on GCC architectures Use C11 compiler: /usr/local/include/libhandy-1/hdy-swipe-tracker.h:23: error: redefinition of typedef 'HdySwipeTracker' /usr/local/include/libhandy-1/hdy-types.h:15: error: previous declaration of 'HdySwipeTracker' was here Modified: head/deskutils/gnome-screenshot/Makefile Modified: head/deskutils/gnome-screenshot/Makefile ============================================================================== --- head/deskutils/gnome-screenshot/Makefile Tue Sep 22 11:15:28 2020 (r549572) +++ head/deskutils/gnome-screenshot/Makefile Tue Sep 22 11:19:54 2020 (r549573) @@ -21,7 +21,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ CONFLICTS= gnome-utils-2.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gnome meson pkgconfig python:3.4+,build \ +USES= compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \ shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xext