From owner-dev-commits-ports-all@freebsd.org Thu Jul 29 06:09:05 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 5E44366B66B; Thu, 29 Jul 2021 06:09:05 +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 4Gb0Ts2HHZz3F9C; Thu, 29 Jul 2021 06:09:05 +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 3696243E1; Thu, 29 Jul 2021 06:09:05 +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 16T6953d063525; Thu, 29 Jul 2021 06:09:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16T695bk063524; Thu, 29 Jul 2021 06:09:05 GMT (envelope-from git) Date: Thu, 29 Jul 2021 06:09:05 GMT Message-Id: <202107290609.16T695bk063524@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: ec23734f4a93 - main - lang/J: Remove the OPENMP option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 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: Thu, 29 Jul 2021 06:09:05 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 commit ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 Author: Gerald Pfeifer AuthorDate: 2021-07-29 06:08:52 +0000 Commit: Gerald Pfeifer CommitDate: 2021-07-29 06:08:52 +0000 lang/J: Remove the OPENMP option The OPENMP option depends on the obsolete lang/gcc7 port (and does so in an unconventional way that likely doesn't actually work these days when the default version of GCC is much newer). It's also off by default and may not have been exercised at all. Approved by: maintainer timeout (sevenjp@gmail.com, 23 days) --- lang/J/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lang/J/Makefile b/lang/J/Makefile index 139536e2e5cc..93e75190b0ec 100644 --- a/lang/J/Makefile +++ b/lang/J/Makefile @@ -37,13 +37,6 @@ JVERSION= j807-release BIN_FILES= jconsole LIB_FILES= libj.so libtsdll.so -OPTIONS_DEFINE= OPENMP - -OPENMP_DESC= Build with OpenMP support -OPENMP_USES= compiler:openmp -OPENMP_MAKE_ENV= USE_OPENMP=1 -OPENMP_LIB_DEPENDS= libgomp.so:lang/gcc7 - # J wants to install jconsole, also provided by openjdk CONFLICTS_INSTALL= openjdk[0-9]*