diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-28 07:03:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-28 07:03:44 +0000 |
commit | 30636f669684835fe0b5224a36dc1a38066efd46 (patch) | |
tree | ee024c4c381644d04e7d64cce0abbb405b78c1f5 /net | |
parent | 4db784d0dfa44f9ab6e1e328fc12c9c7922ddcc8 (diff) | |
download | pkgsrc-30636f669684835fe0b5224a36dc1a38066efd46.tar.gz |
tor: update rust option
This still does not build for me.
Add comment on tor implementation project in rust.
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/options.mk | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/net/tor/options.mk b/net/tor/options.mk index b0694f2df76..33b902e7a3c 100644 --- a/net/tor/options.mk +++ b/net/tor/options.mk @@ -1,6 +1,5 @@ -# $NetBSD: options.mk,v 1.19 2021/06/27 21:18:38 wiz Exp $ +# $NetBSD: options.mk,v 1.20 2021/06/28 07:03:44 wiz Exp $ -# XXX Add rust to supported options. PKG_OPTIONS_VAR= PKG_OPTIONS.tor PKG_SUPPORTED_OPTIONS= doc PKG_OPTIONS_REQUIRED_GROUPS= ssl @@ -34,7 +33,22 @@ CONFIGURE_ARGS+= --enable-nss .include "../../devel/nss/buildlink3.mk" .endif +# see +# https://gitlab.torproject.org/tpo/core/arti +# instead #.if !empty(PKG_OPTIONS:Mrust) #CONFIGURE_ARGS+= --enable-rust +#CONFIGURE_ENV+= TOR_RUST_DEPENDENCIES=${WRKDIR}/vendor +##CONFIGURE_ARGS+= --enable-cargo-online-mode +## needed to override cargo.mk +#do-build: +# cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} all +#CARGO_CRATE_DEPENDS+= digest-0.7.2 +#CARGO_CRATE_DEPENDS+= generic-array-0.9.0 +#CARGO_CRATE_DEPENDS+= libc-0.2.39 +#CARGO_CRATE_DEPENDS+= rand-0.5.0-pre.2 +#CARGO_CRATE_DEPENDS+= rand_core-0.2.0-pre.0 +#CARGO_CRATE_DEPENDS+= typenum-1.9.0 #.include "../../lang/rust/buildlink3.mk" +#.include "../../lang/rust/cargo.mk" #.endif |