pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/flameshot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon May  5 09:45:19 UTC 2025

Modified Files:
        pkgsrc/graphics/flameshot: Makefile

Log Message:
flameshot: mark as broken on Darwin

Upstream cmake stuff is incomplete. Should be fixed in the next release.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/flameshot/Makefile

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

Modified files:

Index: pkgsrc/graphics/flameshot/Makefile
diff -u pkgsrc/graphics/flameshot/Makefile:1.1 pkgsrc/graphics/flameshot/Makefile:1.2
--- pkgsrc/graphics/flameshot/Makefile:1.1      Mon May  5 08:59:03 2025
+++ pkgsrc/graphics/flameshot/Makefile  Mon May  5 09:45:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/05/05 08:59:03 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2025/05/05 09:45:19 tnn Exp $
 
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      flameshot-12.1.0
@@ -21,6 +21,8 @@ SUBST_STAGE.mandir=   pre-configure
 SUBST_FILES.mandir=    src/CMakeLists.txt
 SUBST_VARS.mandir=     PKGMANDIR
 
+BROKEN_ON_PLATFORM+=           Darwin-*-*
+
 .include "../../devel/cmake/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index