Summary: | mail/fetchmail: update for new caroot infrastructure in base | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Helge Oldach <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Matthias Andree <mandree> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | chalpin, freebsd, mandree, w.schwarzenfeld | ||||
Priority: | --- | Keywords: | buildisok | ||||
Version: | Latest | Flags: | chalpin:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/112372193 Looks good to me. Passes `poudriere testport` on 11.3, 12.0, and 12.1. No errors or new warnings from `portlint`. I approve this patch. A commit references this bug: Author: mandree Date: Fri Feb 14 21:23:19 UTC 2020 New revision: 526174 URL: https://svnweb.freebsd.org/changeset/ports/526174 Log: mail/fetchmail: update for new caroot infrastructure in base PR: 243613 Submitted by: Helge Oldach <freebsd@oldach.net> Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Changes: head/mail/fetchmail/Makefile |
Created attachment 211060 [details] patch fetchmail currently has a run-time dependency on security/ca_root_nss. With the new caroot infrastructure in base this should be converted into a configure option, following the example of ftp/curl. Attached simple patch fixes this.