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:   gdt
Date:           Sat Aug 31 11:16:53 UTC 2019

Modified Files:
        pkgsrc/net/tor: Makefile

Log Message:
net/tor: Add gmake to USE_TOOLS

Multiple people report build failures surrounding micro-revision.i,
and the leading (but not particularly strong) theory is that it's a
BSD make bug.  Use gmake to avoid this, at least for now.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 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.143 pkgsrc/net/tor/Makefile:1.144
--- pkgsrc/net/tor/Makefile:1.143       Tue Aug 20 21:39:16 2019
+++ pkgsrc/net/tor/Makefile     Sat Aug 31 11:16:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2019/08/20 21:39:16 gdt Exp $
+# $NetBSD: Makefile,v 1.144 2019/08/31 11:16:53 gdt Exp $
 
 DISTNAME=      tor-0.4.1.5
 CATEGORIES=    net security
@@ -12,6 +12,12 @@ LICENSE=     modified-bsd
 USE_LANGUAGES=         c99
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            perl:test pkg-config
+# There are multiple reports of failure to build with BSD make, due to
+# an apparent lack of firing the rule to create micro-revision.i.
+# Work around this by using gmake, which is tiny compared to the
+# existing perl dependency, and unlikely to be needed on any given
+# system just for tor.
+USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}



Home | Main Index | Thread Index | Old Index