I've tried to build opensearch without plugins, however build fails in package phase with ===> Building package for opensearch-2.4.0 pkg-static: Unable to access file /wrkdirs/usr/ports/textproc/opensearch/work/stage/usr/local/lib/opensearch/plugins/:No such file or directory *** Error code 1
Created attachment 240623 [details] build port without Plugins; patch Makefile Thanks for the report. A patch for building the port without Plugins is attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=36337ab152ea647b2852991cf40533c14a111f84 commit 36337ab152ea647b2852991cf40533c14a111f84 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-03-30 14:03:33 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-03-30 14:10:02 +0000 textproc/opensearch-*: Update to 2.4.1 - Fix issues when it is packaged with PLUGINS=off [1] PR: 269909 Reported by: bsd at_ abinet.ru [1] With hat: opensearch textproc/opensearch-dashboards/Makefile | 2 +- textproc/opensearch-dashboards/distinfo | 6 +++--- textproc/opensearch/Makefile | 4 +++- textproc/opensearch/distinfo | 6 +++--- 4 files changed, 10 insertions(+), 8 deletions(-)
Committed thanks!! Thanks for your report