pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor tor: add upstream bug report URL about buildin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1320d2adc772
branches:  trunk
changeset: 441980:1320d2adc772
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 16 08:25:40 2020 +0000

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

diffstat:

 net/tor/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 06840c25bfce -r 1320d2adc772 net/tor/options.mk
--- a/net/tor/options.mk        Mon Nov 16 07:54:24 2020 +0000
+++ b/net/tor/options.mk        Mon Nov 16 08:25:40 2020 +0000
@@ -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 @@
 ### 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