From owner-dev-commits-ports-all@freebsd.org Sun Oct 3 20:33:07 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 EF9FA66E558; Sun, 3 Oct 2021 20:33:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4HMwXM6SJVz4TKj; Sun, 3 Oct 2021 20:33:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 957E933EE1; Sun, 3 Oct 2021 16:33:01 -0400 (EDT) Received: from [192.168.1.5] (77.118.228.149.wireless.dyn.drei.com [77.118.228.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C981F33EE0; Sun, 3 Oct 2021 16:33:00 -0400 (EDT) Date: Sun, 3 Oct 2021 22:32:57 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Fernando_Apestegu=EDa?= cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org> Message-ID: <2e7976b2-e953-cda7-138e-221c55aea1b@pfeifer.com> References: <202110031752.193HqoYO020693@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4HMwXM6SJVz4TKj X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Sun, 03 Oct 2021 20:33:08 -0000 On Sun, 3 Oct 2021, =?utf-8?Q?Fernando Apestegu=C3=ADa?= wrote: > Remove compiler:openmp from Mk/Uses/compiler.mk > > For ports using USE=compiler:openmp, just remove it and make them build with > clang. > Fix conditionals when necessary > Bump PORTREVISION where appropriate > > If problem arises, they can be addressed by using USE_GCC=yes Hmm, doesn't that remove the declarative nature of that statement (and also assume all the world is clang and will remain so forever)? Gerald