summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-03-25 00:36:06 +0000
committergdt <gdt@pkgsrc.org>2019-03-25 00:36:06 +0000
commitf518f365c4c7149e01b1bd7d174dce01e7d1d1fb (patch)
tree98966e645500f192d0524c5ada1ee36b45c17235 /net/tor
parent75dc6ce6ccdd0bed9a9fe66af0455ce7d79673c8 (diff)
downloadpkgsrc-f518f365c4c7149e01b1bd7d174dce01e7d1d1fb.tar.gz
net/tor: Add missing dependency to makefile
The upstream Makefile.in fails to express a dependency. However, instead of the usual situation where a -j1 build works and a parallel build sometimes fails, the -j1 build reliably fails and a -j4 or -j10 occasionally works.
Diffstat (limited to 'net/tor')
-rw-r--r--net/tor/Makefile4
-rw-r--r--net/tor/distinfo3
-rw-r--r--net/tor/patches/patch-Makefile.in17
3 files changed, 21 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 9d7bee55cfa..c2a04e5491c 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.138 2019/03/19 15:44:19 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2019/03/25 00:36:06 gdt Exp $
DISTNAME= tor-0.3.5.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
diff --git a/net/tor/distinfo b/net/tor/distinfo
index ce3219b9149..0f017b7d131 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.97 2019/02/22 08:47:51 adam Exp $
+$NetBSD: distinfo,v 1.98 2019/03/25 00:36:06 gdt Exp $
SHA1 (tor-0.3.5.8.tar.gz) = 43ce6638a54190b58b62537e1c0892f95552d407
RMD160 (tor-0.3.5.8.tar.gz) = f94869f6f11277a7c786f8355c528912ab55733b
SHA512 (tor-0.3.5.8.tar.gz) = 47a21cdd6d4563dd9bfb43c26f054f00747d069611dc9b16eb11b9653fab5c0133fb8bd30e162fa27d90d6bc4f88c0e2bf49eb4fe54529017d5eb87c3bb86132
Size (tor-0.3.5.8.tar.gz) = 6994335 bytes
+SHA1 (patch-Makefile.in) = 112331d65db45e9282110148b2e6f2bd1b8169ad
diff --git a/net/tor/patches/patch-Makefile.in b/net/tor/patches/patch-Makefile.in
new file mode 100644
index 00000000000..0d76510ea31
--- /dev/null
+++ b/net/tor/patches/patch-Makefile.in
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile.in,v 1.1 2019/03/25 00:36:06 gdt Exp $
+
+In addition to the two files said to depend on micro-revision.i, there
+is a third not listed, causing frequent build failures.
+
+\todo Send upstream after evaluating the fix for correctness.
+
+--- Makefile.in.orig 2019-02-21 15:27:23.000000000 +0000
++++ Makefile.in
+@@ -20088,6 +20088,7 @@ uninstall-man: uninstall-man1
+ # Declare that these object files depend on micro-revision.i. Without this
+ # rule, we could try to build them before micro-revision.i was created.
+ src/lib/log/git_revision.$(OBJEXT) \
++ src/lib/log/libtor_log_testing_a-git_revision.$(OBJEXT) \
+ src/lib/log/src_lib_libtor_log_testing_a-git_revision.$(OBJEXT): \
+ micro-revision.i
+