Created attachment 245313 [details] new port patch This is an initial draft for net/akhq port, a Web GUI for Apache Kafka. https://github.com/tchiotludo/akhq
The distinfo seems needing updating, also, it fails on staging: ===> Staging for akhq-0.24.0 ===> akhq-0.24.0 depends on file: /usr/local/openjdk8/bin/java - found ===> Generating temporary packing list /bin/mkdir -p /wrkdirs/usr/ports/net/akhq/work/stage/usr/local/etc/akhq /bin/mkdir -p /wrkdirs/usr/ports/net/akhq/work/stage/usr/local/share/java/akhq install -m 0644 /portdistfiles/akhq-0.24.0-all.jar /wrkdirs/usr/ports/net/akhq/work/stage/usr/local/share/java/akhq/akhq.jar install -m 0644 /usr/ports/net/akhq/files/application.yml /wrkdirs/usr/ports/net/akhq/work/stage/usr/local/etc/akhq/application.yml.sample echo "@sample /usr/local/etc/akhq/application.yml.sample" >> /wrkdirs/usr/ports/net/akhq/work/.PLIST.mktmp /bin/sh: Syntax error: end of file unexpected (expecting "fi") *** Error code 2 Stop. make: stopped in /usr/ports/net/akhq
(In reply to Li-Wen Hsu from comment #1) I can't reproduce that error. It tried a vanilla 13.2 AMD64 jail and poudriere testport, both built without any issue. I just noticed, that port 8080 should be used by default oder another user added to :www to listen on port 80. But that's more relevant for final port or at least added to pkg-desc. =>> Checking for extra files and directories [01:54:02] Installing from package [132amd64-default] Installing akhq-0.24.0... [132amd64-default] Extracting akhq-0.24.0: ...... done [01:54:18] Cleaning up ===> Cleaning for akhq-0.24.0 [01:54:19] Deinstalling package Updating database digests format: . done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: akhq: 0.24.0 Number of packages to be removed: 1 The operation will free 169 MiB. [132amd64-default] [1/1] Deinstalling akhq-0.24.0... [132amd64-default] [1/1] Deleting files for akhq-0.24.0: ...... done build of net/akhq | akhq-0.24.0 ended at Mon Oct 2 10:57:23 UTC 2023 build time: 00:02:22
Created attachment 245378 [details] akhq poudriere testport
Created attachment 246086 [details] akhq port updated to use unprivileged port 8080 and JDK17
new patch: https://reviews.freebsd.org/D45479