svn commit: r537575 - head/x11-wm/wayfire

Jan Beich jbeich at FreeBSD.org
Tue Jun 2 19:55:46 UTC 2020


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 <wlr/xwayland.h>
            ^~~~~~~~~~~~~~~~
  
  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 at 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


More information about the svn-ports-all mailing list