Opened 13 years ago

Closed 13 years ago

#27411 closed enhancement (invalid)

mpop lacks Keychain support

Reported by: vaulse@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mpop

Description

The current version of mpop has optional support for authentication using the Mac OS Keychain, but the portfile builds it without that option.

All that needs to be changed is to add "--with-macosx-keyring" to configure.args. I've done this, and it builds successfully. There's optional support for the GNOME keyring as well, if anyone wants that.

Attachments (1)

patch-mpop-keychain.diff (342 bytes) - added by raimue (Rainer Müller) 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…
Version: 1.9.2

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by vaulse@…

The port has been updated, but it still lacks Keychain support.

Changed 13 years ago by raimue (Rainer Müller)

Attachment: patch-mpop-keychain.diff added

comment:3 Changed 13 years ago by raimue (Rainer Müller)

Here is a patch which implements the requested change.

But mpop does not build with or without this patch for me. See #28637.

comment:4 Changed 13 years ago by vaulse@…

Another version, still no Keychain support. Would the maintainer at least give his reasons for ignoring this ticket?

comment:5 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

The configure script enables keychain support (#define HAVE_MACOSXKEYRING 1 in config.h) if the SecKeychainGetVersion check succeeds, with or without --with-macosx-keyring.

Note: See TracTickets for help on using tickets.