pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nikita
Date: Sun May 5 20:50:58 UTC 2024
Modified Files:
pkgsrc/devel/zls: Makefile
pkgsrc/security/passphrase: Makefile
pkgsrc/sysutils/ncdu2: Makefile
Log Message:
zls, ncdu2, passphrase: mark as broken while I'm working on the fix.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/zls/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ncdu2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/zls/Makefile
diff -u pkgsrc/devel/zls/Makefile:1.1 pkgsrc/devel/zls/Makefile:1.2
--- pkgsrc/devel/zls/Makefile:1.1 Mon Apr 29 13:27:52 2024
+++ pkgsrc/devel/zls/Makefile Sun May 5 20:50:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/04/29 13:27:52 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/05 20:50:58 nikita Exp $
DISTNAME= zls-0.12.0
CATEGORIES= devel
@@ -13,6 +13,8 @@ LICENSE= mit
ZIGSTRIP= no
+BROKEN= "Temporary broken as a zig build system parser is being finalised"
+
.include "zig-depends.mk"
.include "../../lang/zig/application.mk"
Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.17 pkgsrc/security/passphrase/Makefile:1.18
--- pkgsrc/security/passphrase/Makefile:1.17 Mon Apr 29 20:25:08 2024
+++ pkgsrc/security/passphrase/Makefile Sun May 5 20:50:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/04/29 20:25:08 nikita Exp $
+# $NetBSD: Makefile,v 1.18 2024/05/05 20:50:58 nikita Exp $
DISTNAME= 1.8.1
PKGNAME= passphrase-1.8.1
@@ -14,6 +14,8 @@ LICENSE= mit
WRKSRC= ${WRKDIR}/passphrase
+BROKEN= "Temporary broken as a zig build system parser is being finalised"
+
ZIGBUILDARGS+= -Dman-dir=${PKGMANDIR}
.include "zig-depends.mk"
Index: pkgsrc/sysutils/ncdu2/Makefile
diff -u pkgsrc/sysutils/ncdu2/Makefile:1.3 pkgsrc/sysutils/ncdu2/Makefile:1.4
--- pkgsrc/sysutils/ncdu2/Makefile:1.3 Wed Apr 24 21:17:22 2024
+++ pkgsrc/sysutils/ncdu2/Makefile Sun May 5 20:50:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/24 21:17:22 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/05 20:50:58 nikita Exp $
DISTNAME= ncdu-2.4
CATEGORIES= sysutils
@@ -11,6 +11,8 @@ LICENSE= mit
USE_TOOLS+= pkg-config
+BROKEN= "Temporary broken as a zig build system parser is being finalised"
+
# TODO: fix "make doc" or patch zig.build to install docs
post-build:
mkdir ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index