Created attachment 184606 [details] net/wireshark-qt5: Poudriere build log Observed behavior ================= net/wireshark-qt5 build fails (under poudriere) at the configure check for the presence of libgcrypt (>=1.4.2). See attached build log. Configure log and list of installed packages will be produced upon request. Expected behavior ================= Port builds cleanly with any combination of OPTIONS (including !DECRYPT). Analysis ======== Upstream seems to now require libgcrypt unconditionally [0]. Fix === Hypothetically, patch to remove DECRYPT option and unconditionally depend upon security/libgcrypt via LIB_DEPENDS. Patch and test artifacts to be produced upon request. [0] https://github.com/wireshark/wireshark/commit/6b84ddee83e70aff944da084129624226b7a32fa
A commit references this bug: Author: marcus Date: Sun Jul 23 14:34:13 UTC 2017 New revision: 446483 URL: https://svnweb.freebsd.org/changeset/ports/446483 Log: Wireshark now depends on libgcrypt even in the non-DECRYPT case. Not bumping PORTREVISION since the default was to have libgcrypt anyway. PR: 220929 Changes: head/net/wireshark/Makefile
Fixed. Thanks for reporting.