pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tor tor: enable zstd compression support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8eb6b29bd25b
branches: trunk
changeset: 331514:8eb6b29bd25b
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 19 15:44:19 2019 +0000
description:
tor: enable zstd compression support.
Bump PKGREVISION.
diffstat:
net/tor/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 26586420aac4 -r 8eb6b29bd25b net/tor/Makefile
--- a/net/tor/Makefile Tue Mar 19 14:29:35 2019 +0000
+++ b/net/tor/Makefile Tue Mar 19 15:44:19 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2019/02/22 08:47:51 adam Exp $
+# $NetBSD: Makefile,v 1.138 2019/03/19 15:44:19 wiz Exp $
DISTNAME= tor-0.3.5.8
+PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
@@ -11,7 +12,7 @@
USE_LANGUAGES= c99
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= perl:test
+USE_TOOLS+= perl:test pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
@@ -58,6 +59,7 @@
CFLAGS+= -c99
.endif
+.include "../../archivers/zstd/buildlink3.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index