Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 22:10: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: r535189 - in head/x11-wm: cage hikari wayfire
Message-ID:  <202005132210.04DMAnv6054282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed May 13 22:10:48 2020
New Revision: 535189
URL: https://svnweb.freebsd.org/changeset/ports/535189

Log:
  x11-toolkits/wlroots: rebuild unchanged consumers after r535134
  
  `struct wlr_xwayland` was extended but the new member were added in
  the middle. Even if X11 apps still work there could be side effects.
  
  $ GDK_BACKEND=x11 hikari -c /dev/null -a gtk3-demo
  (gtk3-demo:78924): Gtk-WARNING **: cannot open display: \u0001

Modified:
  head/x11-wm/cage/Makefile   (contents, props changed)
  head/x11-wm/hikari/Makefile   (contents, props changed)
  head/x11-wm/wayfire/Makefile   (contents, props changed)

Modified: head/x11-wm/cage/Makefile
==============================================================================
--- head/x11-wm/cage/Makefile	Wed May 13 21:38:11 2020	(r535188)
+++ head/x11-wm/cage/Makefile	Wed May 13 22:10:48 2020	(r535189)
@@ -3,7 +3,7 @@
 PORTNAME=	cage
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/x11-wm/hikari/Makefile
==============================================================================
--- head/x11-wm/hikari/Makefile	Wed May 13 21:38:11 2020	(r535188)
+++ head/x11-wm/hikari/Makefile	Wed May 13 22:10:48 2020	(r535189)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hikari
 DISTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://hikari.acmelabs.space/releases/
 

Modified: head/x11-wm/wayfire/Makefile
==============================================================================
--- head/x11-wm/wayfire/Makefile	Wed May 13 21:38:11 2020	(r535188)
+++ head/x11-wm/wayfire/Makefile	Wed May 13 22:10:48 2020	(r535189)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wayfire
 DISTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich@FreeBSD.org



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