From owner-dev-commits-ports-main@freebsd.org Thu Apr 15 14:00:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 731895F1696; Thu, 15 Apr 2021 14:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLgwf2tKPz3wGf; Thu, 15 Apr 2021 14:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 556C312A86; Thu, 15 Apr 2021 14:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13FE0oLj011501; Thu, 15 Apr 2021 14:00:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FE0oec011500; Thu, 15 Apr 2021 14:00:50 GMT (envelope-from git) Date: Thu, 15 Apr 2021 14:00:50 GMT Message-Id: <202104151400.13FE0oec011500@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jimmy Olgeni Subject: git: 24e45b05877f - main - Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olgeni X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 24e45b05877f54fa45f4f9009e3fe2a4859dac8a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 14:00:50 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=24e45b05877f54fa45f4f9009e3fe2a4859dac8a commit 24e45b05877f54fa45f4f9009e3fe2a4859dac8a Author: Jimmy Olgeni AuthorDate: 2021-04-13 07:17:52 +0000 Commit: Jimmy Olgeni CommitDate: 2021-04-15 14:00:09 +0000 Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS. CONFIGURE_ENABLE (by itself) does not actually exist. --- lang/erlang-runtime20/Makefile | 4 ++-- lang/erlang-runtime21/Makefile | 4 ++-- lang/erlang-runtime22/Makefile | 4 ++-- lang/erlang-runtime23/Makefile | 4 ++-- lang/erlang/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile index d1f73d2cb45f..19ba12e1c1ab 100644 --- a/lang/erlang-runtime20/Makefile +++ b/lang/erlang-runtime20/Makefile @@ -21,6 +21,8 @@ GH_PROJECT= otp USE_PERL5= build GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-smp-support + MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -60,8 +62,6 @@ OPENSSL_VARS= BROKEN_SSL=openssl # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -CONFIGURE_ENABLE= smp-support - DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index b62fa6cfbd6c..1b1ea46a085b 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -26,6 +26,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-smp-support + MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -65,8 +67,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -CONFIGURE_ENABLE= smp-support - DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace diff --git a/lang/erlang-runtime22/Makefile b/lang/erlang-runtime22/Makefile index fb3a60251764..f19c45530771 100644 --- a/lang/erlang-runtime22/Makefile +++ b/lang/erlang-runtime22/Makefile @@ -26,6 +26,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-smp-support + MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -64,8 +66,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -CONFIGURE_ENABLE= smp-support - DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile index 46b7e0045a54..fb5b5af17d0a 100644 --- a/lang/erlang-runtime23/Makefile +++ b/lang/erlang-runtime23/Makefile @@ -25,6 +25,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-smp-support + MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message @@ -63,8 +65,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -CONFIGURE_ENABLE= smp-support - DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 434b8ba33b56..f22a4511e07a 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -26,6 +26,8 @@ USE_RC_SUBR= epmd WRKSRC= ${WRKSRC_otp} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-smp-support + MAKE_JOBS_UNSAFE= yes OPTIONS_SUB= yes @@ -82,8 +84,6 @@ OPTIONS_EXCLUDE_riscv64= DTRACE # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. -CONFIGURE_ENABLE= smp-support - DIRTY_CONFIGURE_ENABLE= dirty-schedulers DTRACE_CFLAGS= -fno-omit-frame-pointer DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace