Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2015 20:47:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196448] New: [PATCH] mail/dovecot2-pigeonhole register dependency on OpenSSL
Message-ID:  <bug-196448-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196448

            Bug ID: 196448
           Summary: [PATCH] mail/dovecot2-pigeonhole register dependency
                    on OpenSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com
                CC: ler@lerctr.org
             Flags: maintainer-feedback?(ler@lerctr.org)
                CC: ler@lerctr.org

Created attachment 151224
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151224&action=edit
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"
    },

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196448-13>