pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/routinator



Module Name:    pkgsrc
Committed By:   he
Date:           Mon May  6 13:48:32 UTC 2024

Modified Files:
        pkgsrc/net/routinator: Makefile

Log Message:
net/routinator: allow network access during build.

This can reportedly be reverted once 0.14.0 is released
and packaged.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/routinator/Makefile

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

Modified files:

Index: pkgsrc/net/routinator/Makefile
diff -u pkgsrc/net/routinator/Makefile:1.9 pkgsrc/net/routinator/Makefile:1.10
--- pkgsrc/net/routinator/Makefile:1.9  Fri Apr 19 11:59:27 2024
+++ pkgsrc/net/routinator/Makefile      Mon May  6 13:48:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/04/19 11:59:27 he Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/06 13:48:32 he Exp $
 
 DISTNAME=      routinator-0.13.2
 CATEGORIES=    net
@@ -14,6 +14,9 @@ LICENSE=      modified-bsd
 # 0.13.0 requires minimum this rust version:
 RUST_REQ=              1.70.0
 
+# This can reportedly go away in 0.14.0:
+ALLOW_NETWORK_ACCESS=  1
+
 .include "cargo-depends.mk"
 
 DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}



Home | Main Index | Thread Index | Old Index