pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: remove references to sun/oracle jdk7/8
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Mar 27 20:36:16 2025 +0100
Changeset: 90edea236a316f08ba2ed99f1bd76823a2418da1
Modified Files:
jabref3/Makefile
jedit/Makefile
py-swh-graph/Makefile
Log Message:
*: remove references to sun/oracle jdk7/8
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90edea236a316f08ba2ed99f1bd76823a2418da1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jabref3/Makefile | 2 +-
jedit/Makefile | 2 +-
py-swh-graph/Makefile | 4 +---
3 files changed, 3 insertions(+), 5 deletions(-)
diffs:
diff --git a/jabref3/Makefile b/jabref3/Makefile
index 4d7085535d..8977d88ab4 100644
--- a/jabref3/Makefile
+++ b/jabref3/Makefile
@@ -13,7 +13,7 @@ LICENSE= mit
NO_BUILD= yes
WRKSRC= ${WRKDIR}
-PKG_JVMS_ACCEPTED= openjdk8 oracle-jdk8
+PKG_JVMS_ACCEPTED= openjdk8
INSTALLATION_DIRS= bin share/java
SUBST_CLASSES+= script
diff --git a/jedit/Makefile b/jedit/Makefile
index db2e62a267..781416d36b 100644
--- a/jedit/Makefile
+++ b/jedit/Makefile
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
NO_BUILD= yes
USE_JAVA= run
-PKG_JVMS_ACCEPTED= sun-jdk7 openjdk7 oracle-jdk8 openjdk8
+PKG_JVMS_ACCEPTED= openjdk7 openjdk8
USE_TOOLS+= unzip tar pax cp
diff --git a/py-swh-graph/Makefile b/py-swh-graph/Makefile
index 59ecde7a14..ec098c1dc1 100644
--- a/py-swh-graph/Makefile
+++ b/py-swh-graph/Makefile
@@ -10,8 +10,6 @@ HOMEPAGE= https://forge.softwareheritage.org/diffusion/DGRPH
COMMENT= Software Heritage graph service
LICENSE= gnu-gpl-v3
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.7.3:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
@@ -21,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
DEPENDS+= ${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
-PKG_JVMS_ACCEPTED= sun-jdk7 openjdk7 oracle-jdk8 openjdk8
+PKG_JVMS_ACCEPTED= openjdk7 openjdk8
.include "../../lang/python/egg.mk"
.include "../../mk/java-vm.mk"
Home |
Main Index |
Thread Index |
Old Index