Bug 251189 - ftp/wget: fix multiple problems with dependencies
Summary: ftp/wget: fix multiple problems with dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-16 16:34 UTC by Dmitry Marakasov
Modified: 2020-11-17 09:46 UTC (History)
0 users

See Also:
vd: maintainer-feedback+


Attachments
Patch (2.38 KB, patch)
2020-11-16 16:34 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!