From owner-dev-commits-ports-all@freebsd.org Sat Jun 12 10:14:16 2021 Return-Path: Delivered-To: dev-commits-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 72D36648473; Sat, 12 Jun 2021 10:14:16 +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 4G2D8S2k4Gz4bvj; Sat, 12 Jun 2021 10:14:16 +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 4370E46C7; Sat, 12 Jun 2021 10:14:16 +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 15CAEGhk018966; Sat, 12 Jun 2021 10:14:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15CAEGLO018965; Sat, 12 Jun 2021 10:14:16 GMT (envelope-from git) Date: Sat, 12 Jun 2021 10:14:16 GMT Message-Id: <202106121014.15CAEGLO018965@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: 9db3b6bbb62c - main - lang/ghc: Workaround build failure on CURRENT. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9db3b6bbb62c7f86094e882d4d1a0b187d26a13b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2021 10:14:16 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=9db3b6bbb62c7f86094e882d4d1a0b187d26a13b commit 9db3b6bbb62c7f86094e882d4d1a0b187d26a13b Author: Gleb Popov AuthorDate: 2021-06-12 10:10:34 +0000 Commit: Gleb Popov CommitDate: 2021-06-12 10:14:10 +0000 lang/ghc: Workaround build failure on CURRENT. PR: 256424 Reported by: Filipe da Silva Santos --- lang/ghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 63babd0e6e6f..e59a670b7061 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -89,7 +89,7 @@ PORTDOCS= * BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x .endif -.if ${ARCH} == powerpc64 +.if ${ARCH} == powerpc64 || ${OSVERSION} >= 1400018 CONFIGURE_ARGS+= --enable-dtrace=0 .endif