Index: Makefile =================================================================== RCS file: /cvs/ports/wayland/mango/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 1 Jul 2026 17:47:16 -0000 1.9 +++ Makefile 9 Jul 2026 21:33:28 -0000 @@ -1,6 +1,6 @@ COMMENT = lightweight, high-performance Wayland compositor -DIST_TUPLE= github mangowm mango 0.14.4 . +DIST_TUPLE= github mangowm mango 0.15.0 . CATEGORIES = wayland @@ -11,12 +11,15 @@ MAINTAINER = Volker Schlecht v, &p, 0) != 0) { wlr_log(WLR_DEBUG, "mango: wordexp failed for '%s'\n", -@@ -973,6 +978,35 @@ int32_t spawn(const Arg *arg) { +@@ -1090,6 +1095,35 @@ int32_t spawn(const Arg *arg) { wlr_log(WLR_DEBUG, "mango: execvp '%s' failed: %s\n", p.we_wordv[0], strerror(errno)); wordfree(&p); Index: patches/patch-src_mango_c =================================================================== RCS file: /cvs/ports/wayland/mango/patches/patch-src_mango_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-src_mango_c --- patches/patch-src_mango_c 29 May 2026 18:39:39 -0000 1.2 +++ patches/patch-src_mango_c 9 Jul 2026 21:33:28 -0000 @@ -1,7 +1,7 @@ Index: src/mango.c --- src/mango.c.orig +++ src/mango.c -@@ -88,7 +88,11 @@ +@@ -91,7 +91,11 @@ #include #include #include