#44473: make kwallet use the OS X KeyChain as a backend, instead of kwalletd --------------------------+-------------------------------- Reporter: rjvbertin@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: haspatch Port: kdelibs4 | --------------------------+-------------------------------- Comment (by rjvbertin@…):
The snippet to add to the kdelibs4 portfile is below.
{{{ variant osxkeychain description {kwallet uses the OSX KeyChain} {} if { [variant_isset osxkeychain] } { configure.args-append -DMAC_USE_OSXKEYCHAIN:BOOL=ON } }}}
Actually, it might be better to reverse the logic to make the use of the KeyCHain backend the default?! -- Ticket URL: <https://trac.macports.org/ticket/44473#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X