make index fails: no entry for /usr/ports/databases/mysql-connector-java
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 20:16:09 UTC
Hi, `make index` fails as follows: make_index: /usr/ports/databases/isql-viewer: no entry for /usr/ports/databases/mysql-connector-java The change has been introduced in commit 99af02b5255468335cc65fba0c7c9d3e583d5244. The following patch should fix the issue: diff --git a/databases/isql-viewer/Makefile b/databases/isql-viewer/Makefile index 85e4f296e070..e177d531a668 100644 --- a/databases/isql-viewer/Makefile +++ b/databases/isql-viewer/Makefile @@ -14,7 +14,7 @@ WWW= https://www.isqlviewer.com/ RUN_DEPENDS= ${JYTHON_PREFIX}/${JYTHON_JAR}:lang/jython \ ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc \ - ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-java + ${JAVALIBDIR}/mysql-connector-java.jar:databases/mysql-connector-j USE_JAVA= yes NO_BUILD= yes Best Philipp