From owner-freebsd-erlang@freebsd.org Wed Aug 1 20:14:13 2018 Return-Path: Delivered-To: freebsd-erlang@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36F61068064 for ; Wed, 1 Aug 2018 20:14:12 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76EF785C71 for ; Wed, 1 Aug 2018 20:14:12 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 2342C21B4C for ; Wed, 1 Aug 2018 16:14:12 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Wed, 01 Aug 2018 16:14:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=h1L/RUEX+eeOua2a135EpTF9ARWM+ oZls2/vo9nvXe8=; b=YbsLQCNQKu0XN/2j7ZOzSR6/QtI9jQ/qx0jBhFGylXvqL gvPgC95VXHVz2lwOg4iMElfnHVmKtEGdFrFxQcwJcIfoO3kyWB5C06T/ZDr2gVNM i915eQ7T/tx2f5mOnI4CYK9alYF7ehpscnhjAJHWi70j1H0J4fi+MvOybLcN83ZY wPM/TgUi+PV9y7PJGvGAp/admtRPpVwqFnILjzDsD+ggsYIg6A6iILzqVi31FAsX fRxkxWeupAIBj0yNph4rl/OIiBqDkISTSRo8ICBWZ5JCdT//mi4opxh0FaLiOStj 2PAPoXCeuhg8npnQs+Ul+7YLBMpbaY8rDIe3qCuog== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=h1L/RU EX+eeOua2a135EpTF9ARWM+oZls2/vo9nvXe8=; b=nIxW/Glbs1B2W3MF8i8L5L ujPfkXytrP8jN4cPaBTil4FqVYaEJ/5xipVI0OV+GYS1YRmIUeD8jifOumbxXitz 6UScd+w/wHa4gF0lZX08mTFt+W7f6VTUxrdh0Z1jthYV4tuMYlLJS/4C7AIvrL5e ux+OTdGLlGUzfVmjytd5H3uV4wGhAosuWykQjV5gtgM0AoS5oBQNgw3qxp4fCUty ct0NXRjyu3bt/npiTBQFzpBRsavweJxte7Wn7ChFGkh5L0MYx+CDVYTA6mpEH4i9 3D6jQLilC8t1UmbHOwruIRwp9kf1dkp1SGG0ExxVrYr6Q9Vxakn3h1+OJ0zWhF7w == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C0DB6412A; Wed, 1 Aug 2018 16:14:11 -0400 (EDT) Message-Id: <1533154451.139861.1460377736.077A417B@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-erlang@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-2be8cd1b Date: Wed, 01 Aug 2018 22:14:11 +0200 In-Reply-To: References: <1532850061.1078843.1456244544.2D057AF0@webmail.messagingengine.com> Subject: Re: erlang-runtime package X-BeenThere: freebsd-erlang@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Support of Erlang-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 20:14:13 -0000 On Sun, 29 Jul 2018, at 14:35, Grzegorz Junka wrote: > Does it mean that packages erlang and erlang-runtime19 are equivalent > (at lest for now while erlang defaults to 19)? Yes. > When the default erlang version is upgraded to the next erlang-runtime > version? Depends largely on people's time and inclination to track down all the dependent packages and issues resulting from updating it. As I've not done this myself I can't comment further. > Can I use erlang-runtime to build with wx enabled (i.e. erlang-runtime21 > for that matter)? > GrzegorzJ Yes, just `make config` in the erlang-runtime21 dir or `poudriere options -cn lang/erlang-runtime21` if you build your own packages (recommended & preferred). You should also look into dtrace providers for Erlang/OTP its a great combo with FreeBSD. enjoy! A+ Dave