git: ec23734f4a93 - main - lang/J: Remove the OPENMP option
Gerald Pfeifer
gerald at FreeBSD.org
Thu Jul 29 06:09:05 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2
commit ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-07-29 06:08:52 +0000
Commit: Gerald Pfeifer <gerald at FreeBSD.org>
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 at 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]*
More information about the dev-commits-ports-all
mailing list