svn commit: r512176 - in head: Mk/Uses dns/doh-proxy

Tobias Kortkamp tobik at FreeBSD.org
Mon Sep 16 12:39:58 UTC 2019


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


More information about the svn-ports-all mailing list