Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2022 00:23:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ac91e87f2472 - 2022Q1 - x11-wm/labwc: unbreak build after ac6523232943
Message-ID:  <202202050023.2150NW0o054433@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac91e87f2472e80b34b6055d3a9c891d6e20f82f

commit ac91e87f2472e80b34b6055d3a9c891d6e20f82f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-04 22:29:13 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-05 00:23:23 +0000

    x11-wm/labwc: unbreak build after ac6523232943
    
    meson.build:53:2: ERROR: Invalid version of dependency, need 'wlroots' ['=0.15.0'] found '0.15.1'.
    
    (cherry picked from commit 45141bcb116422bb0ae2f76e560be4ad51ccb99b)
---
 x11-wm/labwc/Makefile | 3 +++
 x11-wm/labwc/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile
index 74e2b815685f..08cf735575d5 100644
--- a/x11-wm/labwc/Makefile
+++ b/x11-wm/labwc/Makefile
@@ -2,6 +2,9 @@ PORTNAME=	labwc
 DISTVERSION=	0.4.0
 CATEGORIES=	x11-wm
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	6a3536cdd74e.patch:-p1 # https://github.com/labwc/labwc/pull/228
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Wayland stacking compositor
 
diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo
index 1d556ad7a5a7..f4b020c86854 100644
--- a/x11-wm/labwc/distinfo
+++ b/x11-wm/labwc/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1640986340
 SHA256 (labwc-labwc-0.4.0_GH0.tar.gz) = 82e5fc359fa55a7f411e638e58a0487eda6f07f01c06230c20e8598779ee3d5e
 SIZE (labwc-labwc-0.4.0_GH0.tar.gz) = 99311
+SHA256 (6a3536cdd74e.patch) = af4f8977d37f0fc85e2c85e6230d3829eff0b8ad15737c4f76cc0bbc6f8fe629
+SIZE (6a3536cdd74e.patch) = 980



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