pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libxfce4windowing



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 27 16:32:05 UTC 2025

Modified Files:
        pkgsrc/x11/libxfce4windowing: Makefile

Log Message:
libxfce4windowing: mark MAKE_JOBS_SAFE=no

With a sufficient number of parallel jobs, we can run into an ordering
issue where libxfce4windowing-visibility.c is not generated before it
is required in the build.

https://gitlab.xfce.org/xfce/libxfce4windowing/-/issues/45


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libxfce4windowing/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxfce4windowing/Makefile
diff -u pkgsrc/x11/libxfce4windowing/Makefile:1.6 pkgsrc/x11/libxfce4windowing/Makefile:1.7
--- pkgsrc/x11/libxfce4windowing/Makefile:1.6   Thu Apr 24 14:16:19 2025
+++ pkgsrc/x11/libxfce4windowing/Makefile       Sun Apr 27 16:32:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/04/24 14:16:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/27 16:32:05 gutteridge Exp $
 
 PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
@@ -9,6 +9,8 @@ MASTER_SITES=   https://archive.xfce.org/s
 
 COMMENT=       Xfce window management library
 
+MAKE_JOBS_SAFE=        no  # https://gitlab.xfce.org/xfce/libxfce4windowing/-/issues/45
+
 USE_TOOLS+=            pkg-config
 
 MESON_ARGS+=           -Dx11=enabled



Home | Main Index | Thread Index | Old Index