pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/passphrase



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 13:48:00 UTC 2026

Modified Files:
        pkgsrc/security/passphrase: Makefile

Log Message:
passphrase: mark as broken

Does not build with zig-0.14

Upstream says this project is dead and recommends pp instead.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/passphrase/Makefile

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

Modified files:

Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.19 pkgsrc/security/passphrase/Makefile:1.20
--- pkgsrc/security/passphrase/Makefile:1.19    Sun May  5 20:56:55 2024
+++ pkgsrc/security/passphrase/Makefile Sun Jan  4 13:47:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/05/05 20:56:55 nikita Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/04 13:47:59 wiz Exp $
 
 DISTNAME=      1.8.1
 PKGNAME=       passphrase-1.8.1
@@ -16,6 +16,13 @@ WRKSRC=              ${WRKDIR}/passphrase
 
 # Temporary required, a zig build system parser is being written.
 ALLOW_NETWORK_ACCESS=yes
+# build.zig.zon:2:13: error: expected enum literal
+#    .name = "passphrase",
+# https://github.com/ziglang/zig/issues/20178
+# project itself is archived:
+# https://codeberg.org/owl/passphrase
+# "I don't feel like keeping up with zig, so this is archived. Check out pp instead. https://codeberg.org/owl/pp";
+BROKEN=                "Broken with zig-0.14"
 
 ZIGBUILDARGS+= -Dman-dir=${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index