From owner-svn-ports-head@freebsd.org Tue Jun 2 19:55:46 2020 Return-Path: Delivered-To: svn-ports-head@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 7B3C42F87E5; Tue, 2 Jun 2020 19:55:46 +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) 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 49c2pV1G84z4dBR; Tue, 2 Jun 2020 19:55:45 +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 6FBF9222D9; Tue, 2 Jun 2020 19:55:44 +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 052Jti7W020592; Tue, 2 Jun 2020 19:55:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 052JtiGj020590; Tue, 2 Jun 2020 19:55:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006021955.052JtiGj020590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 Jun 2020 19:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537575 - head/x11-wm/wayfire X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-wm/wayfire X-SVN-Commit-Revision: 537575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 19:55:46 -0000 Author: jbeich Date: Tue Jun 2 19:55:43 2020 New Revision: 537575 URL: https://svnweb.freebsd.org/changeset/ports/537575 Log: x11-wm/wayfire: unbreak with wlroots + X11=off ../plugins/matcher/matcher.cpp:16:10: fatal error: 'wlr/xwayland.h' file not found #include ^~~~~~~~~~~~~~~~ Submitted by: Greg V Modified: head/x11-wm/wayfire/Makefile (contents, props changed) head/x11-wm/wayfire/distinfo (contents, props changed) Modified: head/x11-wm/wayfire/Makefile ============================================================================== --- head/x11-wm/wayfire/Makefile Tue Jun 2 19:55:36 2020 (r537574) +++ head/x11-wm/wayfire/Makefile Tue Jun 2 19:55:43 2020 (r537575) @@ -5,6 +5,9 @@ DISTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= x11-wm +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= e5b6f1245709.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/472 + MAINTAINER= jbeich@FreeBSD.org COMMENT= 3D Wayland compositor Modified: head/x11-wm/wayfire/distinfo ============================================================================== --- head/x11-wm/wayfire/distinfo Tue Jun 2 19:55:36 2020 (r537574) +++ head/x11-wm/wayfire/distinfo Tue Jun 2 19:55:43 2020 (r537575) @@ -1,3 +1,5 @@ TIMESTAMP = 1584817827 SHA256 (WayfireWM-wayfire-0.4.0_GH0.tar.gz) = 9c009c01bccce97149d0695b5429cf44787fdc1423c58425ba8e8de601019e97 SIZE (WayfireWM-wayfire-0.4.0_GH0.tar.gz) = 265360 +SHA256 (e5b6f1245709.patch) = 2c0f2c892ba299f84b47c64c96b2bb9704448808f6a8e536050cceb606653203 +SIZE (e5b6f1245709.patch) = 1249