pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 16 08:25:40 UTC 2020

Modified Files:
        pkgsrc/net/tor: options.mk

Log Message:
tor: add upstream bug report URL about building problem with rust enabled


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/tor/options.mk

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

Modified files:

Index: pkgsrc/net/tor/options.mk
diff -u pkgsrc/net/tor/options.mk:1.13 pkgsrc/net/tor/options.mk:1.14
--- pkgsrc/net/tor/options.mk:1.13      Thu Nov 12 22:56:00 2020
+++ pkgsrc/net/tor/options.mk   Mon Nov 16 08:25:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2020/11/12 22:56:00 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2020/11/16 08:25:40 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tor
 PKG_SUPPORTED_OPTIONS= doc # rust
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+=      --disable-asciidoc
 ### https://trac.torproject.org/projects/tor/wiki/RustInTor
 ### XXX:
 ### As of 0.4.4.6 I am not sure how this is supposed to work.
+### https://gitlab.torproject.org/tpo/core/tor/-/issues/40191
 .if !empty(PKG_OPTIONS:Mrust)
 CONFIGURE_ENV+=                TOR_RUST_DEPENDENCIES=${WRKDIR}/vendor
 CONFIGURE_ARGS+=       --enable-rust



Home | Main Index | Thread Index | Old Index