Created attachment 219733 [details] Patch - Handle two missing dependencies, pcre2 and nettle. - Improve PCRE handling in options, add NTLM option - Use pkg-config unconditionally, it's used for detecting all depends and is required for proper pcre2 detection - Use USES=localbase instead of duplicated CPPFLAGS/LDFLAGS for most options
A commit references this bug: Author: amdmi3 Date: Mon Nov 16 20:36:22 UTC 2020 New revision: 555515 URL: https://svnweb.freebsd.org/changeset/ports/555515 Log: - Handle two missing dependencies, pcre2 and nettle - Improve PCRE handling in options, add NTLM option - Use pkg-config unconditionally, it's used for detecting all depends and is required for proper pcre2 detection - Use USES=localbase instead of duplicate CPPFLAGS/LDFLAGS for most options PR: 251189 Approved by: vd (maintainer) Changes: head/ftp/wget/Makefile
Thank you!