pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tor tor: switch to xz for liblzma
details: https://anonhg.NetBSD.org/pkgsrc/rev/d74e8828a573
branches: trunk
changeset: 447339:d74e8828a573
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 20 09:08:58 2021 +0000
description:
tor: switch to xz for liblzma
Bump PKGREVISION.
diffstat:
net/tor/Makefile | 4 ++--
net/tor/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 23df1a768e07 -r d74e8828a573 net/tor/Makefile
--- a/net/tor/Makefile Sat Feb 20 08:53:33 2021 +0000
+++ b/net/tor/Makefile Sat Feb 20 09:08:58 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2021/02/17 22:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2021/02/20 09:08:58 wiz Exp $
DISTNAME= tor-0.4.5.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
diff -r 23df1a768e07 -r d74e8828a573 net/tor/options.mk
--- a/net/tor/options.mk Sat Feb 20 08:53:33 2021 +0000
+++ b/net/tor/options.mk Sat Feb 20 09:08:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2021/02/17 22:53:52 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2021/02/20 09:08:58 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tor
PKG_SUPPORTED_OPTIONS= doc lzma nss zstd # rust
@@ -54,7 +54,7 @@
.if !empty(PKG_OPTIONS:Mlzma)
CONFIGURE_ARGS+= --enable-lzma
-.include "../../archivers/lzmalib/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-lzma
.endif
Home |
Main Index |
Thread Index |
Old Index