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: Tue Mar 19 15:44:19 UTC 2019
Modified Files:
pkgsrc/net/tor: Makefile
Log Message:
tor: enable zstd compression support.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/net/tor/Makefile
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/Makefile
diff -u pkgsrc/net/tor/Makefile:1.137 pkgsrc/net/tor/Makefile:1.138
--- pkgsrc/net/tor/Makefile:1.137 Fri Feb 22 08:47:51 2019
+++ pkgsrc/net/tor/Makefile Tue Mar 19 15:44:19 2019
@@ -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 @@ LICENSE= modified-bsd
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 @@ CHECK_PORTABILITY_SKIP+=contrib/*
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