Summary: | mail/dovecot2-pigeonhole: Register dependency on OpenSSL | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bernard Spil <brnrd> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | ler, pi | ||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||
Version: | Latest | Flags: | ler:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer CC'd Approved, please commit Already Approved -- see the comments Comment on attachment 151224 [details]
Patch for the makefile
Apologies, meant to set that to + when I set the flag. Thanks for the quick heads-up
A commit references this bug: Author: pi Date: Sun Jan 4 09:52:42 UTC 2015 New revision: 376190 URL: https://svnweb.freebsd.org/changeset/ports/376190 Log: mail/dovecot2-pigeonhole: register the dependency on OpenSSL PR: 196448 Submitted by: Bernard Spil <spil.oss@gmail.com> Approved by: Larry Rosenman <ler@lerctr.org> (maintainer) Changes: head/mail/dovecot2-pigeonhole/Makefile Committed, thanks. |
Created attachment 151224 [details] Patch for the makefile The mail/dovecot2-pigeonhole port does not register the dependency on OpenSSL. This just bit me when dovecot was still running fine but the pigeonhole daemon died. Simple patch, add USES_OPENSSL= yes tested build and it now registers the dependency name: "dovecot-pigeonhole" origin: "mail/dovecot2-pigeonhole" <snip> deps: { libressl: { origin: "security/libressl", version: "2.1.2" },