Created attachment 236449 [details] patch to update port from 1.21 to 1.22 Update to 1.22. Thanks to Samy Mahmoudi <samy.mahmoudi@gmail.com>: - Fix support for handling aggregated lagg(4) interfaces. - Add support for interfaces configured using "create_args_xyzN=" in the rc.conf file.
Could you take a look at Q/A: ====> Running Q/A tests (stage-qa) Warning: 'bin/wifimgr' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'libexec/wifimgrsu' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: you may not need USES=desktop-file-utils Error: /usr/local/bin/wifimgr is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/bin/wifimgr is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Cheers
Created attachment 236498 [details] patch to update port from 1.21 to 1.23
I added the strip commands, and the missing dependencies. Bumped the version to 1.23 due to changes in the upstream Makefile for this. The new patch is directly from 1.21 to 1.23.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c92f0b0931fe904ab9a93fd86162763ac5e7739 commit 9c92f0b0931fe904ab9a93fd86162763ac5e7739 Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2022-09-11 13:02:55 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-11 13:03:55 +0000 net-mgmt/wifimgr: Update to 1.23 ChangeLog: https://opal.com/src/wifimgr/ PR: 266312 net-mgmt/wifimgr/Makefile | 7 ++++--- net-mgmt/wifimgr/distinfo | 6 +++--- net-mgmt/wifimgr/files/patch-src_Makefile | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-)
Committed, thanks!