Created attachment 240797 [details] Patch for wireshark - Use CMAKE_BOOL helper for ANDROIDDUMP option - Remove related redundant plist code References: https://docs.freebsd.org/en/books/porters-handbook/book/#options-cmake_bool https://docs.freebsd.org/en/books/porters-handbook/book/#options_sub Compile tested on FreeBSD 13.2-BETA1 (amd64)
Friendly ping
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=55c08bfbb77e1bebd6594b8c38914b431a913a44 commit 55c08bfbb77e1bebd6594b8c38914b431a913a44 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-20 08:40:03 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2023-03-20 08:40:03 +0000 net/wireshark: Rework ANDROIDDUMP Use the cmake Bool helper and remove redundant code now that we're not using individual _MAN and _LIB subs. PR: 270160 net/wireshark/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Thanks. The bool is nice, and I forgot that when I removed _MAN and _LIB we're left with the implied option.