Bug 251189

Summary: ftp/wget: fix multiple problems with dependencies
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Vasil Dimov <vd>
Status: Closed FIXED    
Severity: Affects Only Me Flags: vd: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2020-11-16 16:34:21 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-16 20:37:03 UTC
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
Comment 2 Vasil Dimov freebsd_committer freebsd_triage 2020-11-17 09:46:34 UTC
Thank you!