Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2017 06:58:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218807] [PATCH] mail/p5-Mail-IMAPClient
Message-ID:  <bug-218807-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218807
           Summary: [PATCH] mail/p5-Mail-IMAPClient
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jadawin@FreeBSD.org
          Reporter: martin@waschbuesch.de
             Flags: maintainer-feedback?(jadawin@FreeBSD.org)
          Keywords: patch
          Assignee: jadawin@FreeBSD.org

The list of dependencies in RUN_DEPENDS is currently inconsistent:

p5-Digest-HMAC is listed but is only required when using CRAM-MD5 auth sche=
me.
p5-Authen-NTLM is required when using NTLM auth scheme, but is not listed.

Adding all the possible dependencies does not seem like a good idea.
For instance, my mail servers only allow secure connections so I will only =
ever
need PLAIN authentication. No need for the whole SASL, NTLM, etc. stuff to =
be
dragged in.

The attached patch attempts to solve this by allowing to chose which option=
al
dependencies to install.

--=20
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-218807-13>