Re: Portfile question for 10.6.8

2023-06-07 Thread raf via macports-users
On Tue, Jun 06, 2023 at 06:45:58PM -0700, Ken Cunningham wrote: > > On Jun 6, 2023, at 6:16 PM, raf via macports-users > > wrote: > > > > On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users > > wrote: > > > >> So if I use different macro names (e.g. ALL_CFLAGS and

Re: keychain exporter/ing code?

2023-06-07 Thread Sriranga Veeraraghavan
Hi, I haven't tried it, but there is a 'dump-keychain' command for security(1) that might do what you want: security dump-keychain -d [keychain] > keychain.txt Where [keychain] is the name of the keychain you want export (for example 'login.keychain'). Best, -ranga > On Jun 7, 2023, at

Re: Portfile question for 10.6.8

2023-06-07 Thread raf via macports-users
On Tue, Jun 06, 2023 at 06:49:35PM -0700, Ken Cunningham wrote: > > On Jun 6, 2023, at 6:28 PM, raf via macports-users > > wrote: > > > > On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users > > wrote: > > > >> Yay! It worked. Many thanks. I'll fix my Makefile for the upcoming

keychain exporter/ing code?

2023-06-07 Thread René J . V . Bertin
Hi, I'm looking for some code that will allow me to export the entire contents of Apple keychains, if possible directly in a way that I can import the data in another cross-platform utility. I should be able to write something based on the "security" (example?) tool but would of course prefer

Re: keychain exporter/ing code?

2023-06-07 Thread René J . V . Bertin
On Wednesday June 07 2023 06:55:25 Sriranga Veeraraghavan wrote: Hi, >I haven't tried it, but there is a 'dump-keychain' command for security(1) >that might do what you want: Yes, that's why I know I could use the code from the source for that command. The format as it is is quite useless