pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/coyim



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 31 15:19:59 UTC 2025

Modified Files:
        pkgsrc/chat/coyim: Makefile

Log Message:
coyim: mark as BROKEN on Darwin & NetBSD

Has been broken for many months now.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/chat/coyim/Makefile

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

Modified files:

Index: pkgsrc/chat/coyim/Makefile
diff -u pkgsrc/chat/coyim/Makefile:1.79 pkgsrc/chat/coyim/Makefile:1.80
--- pkgsrc/chat/coyim/Makefile:1.79     Fri Dec 27 08:19:26 2024
+++ pkgsrc/chat/coyim/Makefile  Fri Jan 31 15:19:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2024/12/27 08:19:26 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2025/01/31 15:19:59 wiz Exp $
 
 DISTNAME=      coyim-0.4.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coyim/}
@@ -14,6 +14,9 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=    pkg-config gmake
 
+BROKEN_ON_PLATFORM+=   Darwin-*-*
+BROKEN_ON_PLATFORM+=   NetBSD-*-*
+
 # for patching
 EXTRACT_ONLY=  ${DEFAULT_DISTFILES} github.com_awnumar_memcall_@v_v0.1.2.zip
 



Home | Main Index | Thread Index | Old Index