Re: Openssl: built-in or ports?

2009-04-01 Thread Anders F Björklund
Ryan Schmidt wrote: Using the MacPorts version of OpenSSL has a licensing problem with GPL ports, though... When distributing package binaries, that is. Oh. Good. Grief. So when we get going on binaries, we're going to have to provide portfile syntax to indicate whether we may distribute bi

Re: Question regarding Xcode version check

2009-04-01 Thread Ryan Schmidt
On Apr 1, 2009, at 20:17, Juan Manuel Palacios wrote: Hey Ryan! Believe it or not, I'm still alive ;-) Today I was putting together a MAMP installation on a Mac at work, with our beautiful MacPorts of course, and stumbled on a rather annoying glitch, or what at least looks like one

Re: Including spaces in adduser command

2009-04-01 Thread Bryan Blackburn
On Thu, Apr 02, 2009 at 01:43:45AM +0200, Rainer Müller said: > On 2009-04-02 01:14, Anand Buddhdev wrote: > > There's a backslash in the RealName field. It does no harm, but it's > > not what I intended, so it smells like a bug to me. Where do I report > > this bug ? > > You already did :-) > >

Re: Openssl: built-in or ports?

2009-04-01 Thread Joshua Root
Ryan Schmidt wrote: > On Mar 31, 2009, at 09:09, Anders F Björklund wrote: > >> Using the MacPorts version of OpenSSL has a licensing problem with >> GPL ports, though... When distributing package binaries, that is. > > Oh. Good. Grief. > > So when we get going on binaries, we're going to have t

Re: Openssl: built-in or ports?

2009-04-01 Thread Rainer Müller
On 2009-04-02 03:02, Ryan Schmidt wrote: > On Mar 31, 2009, at 09:09, Anders F Björklund wrote: > >> Using the MacPorts version of OpenSSL has a licensing problem with >> GPL ports, though... When distributing package binaries, that is. > > Oh. Good. Grief. > > So when we get going on binaries,

Re: Openssl: built-in or ports?

2009-04-01 Thread Jordan K. Hubbard
On Apr 1, 2009, at 6:02 PM, Ryan Schmidt wrote: So when we get going on binaries, we're going to have to provide portfile syntax to indicate whether we may distribute binaries of the built thing? FreeBSD has been doing this for over a decade. There is quite a bit of useful legal/securi

Re: Cleaning up during uninstall and submitting Portfile

2009-04-01 Thread Ryan Schmidt
On Mar 31, 2009, at 11:00, Anand Buddhdev wrote: Thanks for your help with advice on which openssl to use. So I've created a Portfile for NSD 3.2.1, placed it in a local ports repository, and used it to install the package on my system. The package builds, installs and runs just fine. So when I

Re: CA Certificates

2009-04-01 Thread Ryan Schmidt
On Apr 1, 2009, at 02:27, Bryan Blackburn wrote: On Wed, Apr 01, 2009 at 12:15:35AM -0700, Jeremy Huddleston said: Am I just not seeing a port that installs CA root certs? I thought it might be a variant in openssl, but it's not there either... Am I missing something? curl uses the cur

Re: Openssl: built-in or ports?

2009-04-01 Thread Ryan Schmidt
On Mar 31, 2009, at 09:09, Anders F Björklund wrote: Using the MacPorts version of OpenSSL has a licensing problem with GPL ports, though... When distributing package binaries, that is. Oh. Good. Grief. So when we get going on binaries, we're going to have to provide portfile syntax to indi

Re: Including spaces in adduser command

2009-04-01 Thread Rainer Müller
On 2009-04-02 01:14, Anand Buddhdev wrote: > There's a backslash in the RealName field. It does no harm, but it's > not what I intended, so it smells like a bug to me. Where do I report > this bug ? You already did :-) Spaces were explicitly converted, seems to be an old leftover as for as I see

Re: Including spaces in adduser command

2009-04-01 Thread Anand Buddhdev
2009/4/2 Rainer Müller : Hi Jeremy, Rainer, > On 2009-04-02 00:35, Jeremy Lavergne wrote: >>> How can I get adduser to create the account with the string "NSD User" >>> as the real name? Am I missing something obvious? I'm using Macports >>> 1.710. >> >> If it works like I suspect, you might try

Re: Including spaces in adduser command

2009-04-01 Thread Rainer Müller
On 2009-04-02 00:35, Jeremy Lavergne wrote: >> How can I get adduser to create the account with the string "NSD User" >> as the real name? Am I missing something obvious? I'm using Macports >> 1.710. > > If it works like I suspect, you might try using {NSD User}. Close :-) You should use: addu

Re: Including spaces in adduser command

2009-04-01 Thread Jeremy Lavergne
I'm busy testing a Portfile in which I have to use the adduser command to add a user account to the system. My recipe looks like this: post-destroot { addgroup nsd adduser nsd gid=nsd shell=/sbin/nologin home=${prefix}/var/db/nsd realname=NSD User } However, when the account is created on the

Re: Redundant p5- libraries

2009-04-01 Thread C. Florian Ebeling
On Wed, Apr 1, 2009 at 11:39 PM, Eric Hall wrote: > On Wed, Apr 01, 2009 at 09:28:23PM +, Marcus Calhoun-Lopez wrote: >> Now that the very useful change of reversing @INC has been made r48955, >> will there be a rule of thumb for p5 dependencies already provided by perl5? >> >> Option 1: Only

Including spaces in adduser command

2009-04-01 Thread Anand Buddhdev
I'm busy testing a Portfile in which I have to use the adduser command to add a user account to the system. My recipe looks like this: post-destroot { addgroup nsd adduser nsd gid=nsd shell=/sbin/nologin home=${prefix}/var/db/nsd realname=NSD User } However, when the account is created on the

Re: [MacPorts] #19110: gdb: Malformed receipt

2009-04-01 Thread Rainer Müller
As this is a totally different issue now from what was initially in the ticket, I am going to move the discussion to the list. On 2009-04-01 23:32, MacPorts wrote: > #19110: gdb: Malformed receipt > ---+ > Reporter: dwe...@…

Re: Redundant p5- libraries

2009-04-01 Thread Eric Hall
On Wed, Apr 01, 2009 at 09:28:23PM +, Marcus Calhoun-Lopez wrote: > Now that the very useful change of reversing @INC has been made r48955, > will there be a rule of thumb for p5 dependencies already provided by perl5? > > Option 1: Only have the dependency if the newer version is needed. > Op

Redundant p5- libraries

2009-04-01 Thread Marcus Calhoun-Lopez
Now that the very useful change of reversing @INC has been made r48955, will there be a rule of thumb for p5 dependencies already provided by perl5? Option 1: Only have the dependency if the newer version is needed. Option 2: If the package is needed, included it as a dependency even if the

CA Certificates

2009-04-01 Thread Jeremy Huddleston
Am I just not seeing a port that installs CA root certs? I thought it might be a variant in openssl, but it's not there either... Am I missing something? ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/m

Re: CA Certificates

2009-04-01 Thread Bryan Blackburn
On Wed, Apr 01, 2009 at 12:15:35AM -0700, Jeremy Huddleston said: > Am I just not seeing a port that installs CA root certs? I thought it > might be a variant in openssl, but it's not there either... Am I missing > something? curl uses the curl-ca-bundle port, other than that if there are any

Re: CA Certificates

2009-04-01 Thread Blair Zajac
On Apr 1, 2009, at 12:15 AM, Jeremy Huddleston wrote: Am I just not seeing a port that installs CA root certs? I thought it might be a variant in openssl, but it's not there either... Am I missing something? Maybe curl-ca-bundle? Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies