From owner-svn-ports-head@FreeBSD.ORG Thu May 21 09:37:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1970032B; Thu, 21 May 2015 09:37:54 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9DFF100B; Thu, 21 May 2015 09:37:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8EBC4BDC24; Thu, 21 May 2015 11:37:51 +0200 (CEST) Received: from atuin.in.mat.cc (40.82.97.84.rev.sfr.net [84.97.82.40]) by prod2.absolight.net (Postfix) with ESMTPA id 6264DBDC1F; Thu, 21 May 2015 11:37:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 3956C360A12E; Thu, 21 May 2015 11:37:23 +0200 (CEST) Date: Thu, 21 May 2015 11:37:23 +0200 From: Mathieu Arnold To: Colin Percival , Jimmy Olgeni , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r386918 - in head/lang: erlang erlang-runtime17 Message-ID: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 09:37:54 -0000 +--On 21 mai 2015 01:24:09 -0700 Colin Percival wrote: | On 05/21/15 00:52, Jimmy Olgeni wrote: |> Author: olgeni |> Date: Thu May 21 07:52:10 2015 |> New Revision: 386918 |> |> +.if ${PORT_OPTIONS:DIRTY} |> +CONFIGURE_ARGS+=--enable-dirty-schedulers |> +.endif |> + | | ITYM ${PORT_OPTIONS:MDIRTY} here? A good reason to point out that this should be written as: DIRTY_CONFIGURE_ENABLE= dirty-schedulers -- Mathieu Arnold