From owner-svn-ports-all@freebsd.org Thu Jan 23 11:27:44 2020 Return-Path: Delivered-To: svn-ports-all@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 D3440235FCD; Thu, 23 Jan 2020 11:27:44 +0000 (UTC) (envelope-from dch@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 483Kkm5HC8z4VT7; Thu, 23 Jan 2020 11:27:44 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0769DE19; Thu, 23 Jan 2020 11:27:44 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00NBRiBQ094257; Thu, 23 Jan 2020 11:27:44 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00NBRhnb094253; Thu, 23 Jan 2020 11:27:43 GMT (envelope-from dch@FreeBSD.org) Message-Id: <202001231127.00NBRhnb094253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Thu, 23 Jan 2020 11:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523921 - in head/lang: erlang erlang-runtime20 erlang-runtime21 erlang-runtime22 X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/lang: erlang erlang-runtime20 erlang-runtime21 erlang-runtime22 X-SVN-Commit-Revision: 523921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2020 11:27:44 -0000 Author: dch Date: Thu Jan 23 11:27:43 2020 New Revision: 523921 URL: https://svnweb.freebsd.org/changeset/ports/523921 Log: lang/erlang*: repair 32-bit x86 erlang builds Having HIPE & NATIVE enabled breaks OTP on 32-bit x86. They have not built succesfully for quite some time. Reported by: pkg fallout Reviewed by: olgeni Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23296 Modified: head/lang/erlang-runtime20/Makefile head/lang/erlang-runtime21/Makefile head/lang/erlang-runtime22/Makefile head/lang/erlang/Makefile Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Thu Jan 23 11:12:28 2020 (r523920) +++ head/lang/erlang-runtime20/Makefile Thu Jan 23 11:27:43 2020 (r523921) @@ -51,7 +51,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE OPENSSL_VARS= BROKEN_SSL=openssl Modified: head/lang/erlang-runtime21/Makefile ============================================================================== --- head/lang/erlang-runtime21/Makefile Thu Jan 23 11:12:28 2020 (r523920) +++ head/lang/erlang-runtime21/Makefile Thu Jan 23 11:27:43 2020 (r523921) @@ -58,7 +58,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, Modified: head/lang/erlang-runtime22/Makefile ============================================================================== --- head/lang/erlang-runtime22/Makefile Thu Jan 23 11:12:28 2020 (r523920) +++ head/lang/erlang-runtime22/Makefile Thu Jan 23 11:27:43 2020 (r523921) @@ -57,7 +57,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Jan 23 11:12:28 2020 (r523920) +++ head/lang/erlang/Makefile Thu Jan 23 11:27:43 2020 (r523921) @@ -70,7 +70,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132,