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:56:55 UTC 2024

Modified Files:
        pkgsrc/devel/zls: Makefile
        pkgsrc/security/passphrase: Makefile
        pkgsrc/sysutils/ncdu2: Makefile

Log Message:
zls, passphrase, ncdu2: enable build (comment added)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/zls/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/passphrase/Makefile
cvs rdiff -u -r1.4 -r1.5 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.2 pkgsrc/devel/zls/Makefile:1.3
--- pkgsrc/devel/zls/Makefile:1.2       Sun May  5 20:50:58 2024
+++ pkgsrc/devel/zls/Makefile   Sun May  5 20:56:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/05 20:50:58 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/05 20:56:55 nikita Exp $
 
 DISTNAME=      zls-0.12.0
 CATEGORIES=    devel
@@ -13,7 +13,8 @@ LICENSE=      mit
 
 ZIGSTRIP=      no
 
-BROKEN=        "Temporary broken as a zig build system parser is being finalised"
+# Temporary required, a zig build system parser is being written.
+ALLOW_NETWORK_ACCESS=yes
 
 .include "zig-depends.mk"
 

Index: pkgsrc/security/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.18 pkgsrc/security/passphrase/Makefile:1.19
--- pkgsrc/security/passphrase/Makefile:1.18    Sun May  5 20:50:58 2024
+++ pkgsrc/security/passphrase/Makefile Sun May  5 20:56:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/05 20:50:58 nikita Exp $
+# $NetBSD: Makefile,v 1.19 2024/05/05 20:56:55 nikita Exp $
 
 DISTNAME=      1.8.1
 PKGNAME=       passphrase-1.8.1
@@ -14,7 +14,8 @@ LICENSE=      mit
 
 WRKSRC=                ${WRKDIR}/passphrase
 
-BROKEN=        "Temporary broken as a zig build system parser is being finalised"
+# Temporary required, a zig build system parser is being written.
+ALLOW_NETWORK_ACCESS=yes
 
 ZIGBUILDARGS+= -Dman-dir=${PKGMANDIR}
 

Index: pkgsrc/sysutils/ncdu2/Makefile
diff -u pkgsrc/sysutils/ncdu2/Makefile:1.4 pkgsrc/sysutils/ncdu2/Makefile:1.5
--- pkgsrc/sysutils/ncdu2/Makefile:1.4  Sun May  5 20:50:58 2024
+++ pkgsrc/sysutils/ncdu2/Makefile      Sun May  5 20:56:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/05 20:50:58 nikita Exp $
+# $NetBSD: Makefile,v 1.5 2024/05/05 20:56:55 nikita Exp $
 
 DISTNAME=      ncdu-2.4
 CATEGORIES=    sysutils
@@ -11,7 +11,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
-BROKEN=        "Temporary broken as a zig build system parser is being finalised"
+# Temporary required, a zig build system parser is being written.
+ALLOW_NETWORK_ACCESS=yes
 
 # TODO: fix "make doc" or patch zig.build to install docs
 post-build:



Home | Main Index | Thread Index | Old Index