pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/erlang-fs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 14 06:11:40 UTC 2024

Modified Files:
        pkgsrc/devel/erlang-fs: Makefile

Log Message:
erlang-fs: allow network access during build

rebar3 seems to need it.

XXX: fix this package so it's not needed


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/erlang-fs/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/erlang-fs/Makefile
diff -u pkgsrc/devel/erlang-fs/Makefile:1.6 pkgsrc/devel/erlang-fs/Makefile:1.7
--- pkgsrc/devel/erlang-fs/Makefile:1.6 Tue Jun  6 12:40:37 2023
+++ pkgsrc/devel/erlang-fs/Makefile     Sun Jul 14 06:11:40 2024
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.6 2023/06/06 12:40:37 riastradh Exp $
+# $NetBSD: Makefile,v 1.7 2024/07/14 06:11:40 wiz Exp $
 
 DISTNAME=      fs-8.6.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=synrc/}
+GITHUB_PROJECT=        fs
 GITHUB_TAG=    73784d45ed0547e730ffb8907f1e0b2378f440a0
 
 HOMEPAGE=      https://synrc.github.io/fs/
 COMMENT=       Native Filesystem Listeners
 LICENSE=       isc
 
-GITHUB_PROJECT=        fs
-
 TOOL_DEPENDS+= rebar3-[0-9]*:../../devel/rebar3
+
+# XXX: this package should be fixed to not require network access during build
+ALLOW_NETWORK_ACCESS=  1
+
 REBAR=         ${PREFIX}/bin/rebar3
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index