Bug 214269 - [ftp/wget] add METALINK and PSL options
Summary: [ftp/wget] add METALINK and PSL options
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: Po-Chuan Hsieh
URL: https://reviews.freebsd.org/D8456
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-06 15:51 UTC by Po-Chuan Hsieh
Modified: 2016-11-22 07:02 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (vd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-06 15:51:27 UTC
- Add METALINK and PSL options

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-21 17:37:05 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Nov 21 17:36:35 UTC 2016
New revision: 426749
URL: https://svnweb.freebsd.org/changeset/ports/426749

Log:
  - Add METALINK and PSL options

  ====> Running Q/A tests (stage-qa)
  Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
  Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl

  PR:		214269
  Differential Revision:	https://reviews.freebsd.org/D8456
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 15 days)

Changes:
  head/ftp/wget/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-11-22 07:02:01 UTC
Committed. Thanks!