Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 12:39:57 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512176 - in head: Mk/Uses dns/doh-proxy
Message-ID:  <201909161239.x8GCdv3s049764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Sep 16 12:39:57 2019
New Revision: 512176
URL: https://svnweb.freebsd.org/changeset/ports/512176

Log:
  Mk/Uses/cargo.mk: Add gmake build dependency for jemalloc-sys

Modified:
  head/Mk/Uses/cargo.mk
  head/dns/doh-proxy/Makefile

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Mon Sep 16 12:32:11 2019	(r512175)
+++ head/Mk/Uses/cargo.mk	Mon Sep 16 12:39:57 2019	(r512176)
@@ -133,6 +133,10 @@ CARGO_ENV+=	GETTEXT_BIN_DIR=${LOCALBASE}/bin \
 		GETTEXT_LIB_DIR=${LOCALBASE}/lib
 .endif
 
+.if ${CARGO_CRATES:Mjemalloc-sys-[0-9]*}
+BUILD_DEPENDS+=	gmake:devel/gmake
+.endif
+
 .for libc in ${CARGO_CRATES:Mlibc-[0-9]*}
 # FreeBSD 12.0 changed ABI: r318736 and r320043
 # https://github.com/rust-lang/libc/commit/78f93220d70e

Modified: head/dns/doh-proxy/Makefile
==============================================================================
--- head/dns/doh-proxy/Makefile	Mon Sep 16 12:32:11 2019	(r512175)
+++ head/dns/doh-proxy/Makefile	Mon Sep 16 12:39:57 2019	(r512176)
@@ -12,9 +12,6 @@ COMMENT=	DNS-over-HTTP server proxy
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# jemalloc-sys-0.1.8 needs gmake
-BUILD_DEPENDS=	gmake:devel/gmake
-
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	jedisct1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909161239.x8GCdv3s049764>