Created attachment 226341 [details] patch to update port from 1.16 to 1.17 Previous 1.16 update migrated code from gtk2 to gtk3. The file with the gtk2 code was left in the distribution and the committer updated the port to support both. This update merges that dual support into the upstream code. This update also reworks the use in gtk3 of gtk_message_dialog, replacing it with gtk_dialog so that we restore the dialog icons similar to those of gtk2.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb0f7a7b30fb3a6a7be02b0cd77154514fe75f3 commit 5cb0f7a7b30fb3a6a7be02b0cd77154514fe75f3 Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2021-07-14 09:02:33 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-14 10:13:51 +0000 net-mgmt/wifimgr: update to 1.17 PR: 257096 net-mgmt/wifimgr/Makefile | 2 +- net-mgmt/wifimgr/distinfo | 6 ++--- net-mgmt/wifimgr/files/patch-src_Makefile | 38 +++---------------------------- 3 files changed, 7 insertions(+), 39 deletions(-)
Committed. Thanks.