Re: Port deactivate boost hangs forever

2014-11-12 Thread Ryan Schmidt
On Nov 12, 2014, at 5:15 PM, Clemens Lang wrote: > On 10 Nov, 2014, at 12:34, Clemens Lang wrote: > >> Just found https://github.com/couchbase/couchbase-lite-ios/issues/487, in >> specific >> https://github.com/couchbase/couchbase-lite-ios/issues/487#issuecomment-58717637 >> which might explain

Re: Port deactivate boost hangs forever

2014-11-12 Thread Clemens Lang
Hi, - On 10 Nov, 2014, at 12:34, Clemens Lang c...@macports.org wrote: > Just found https://github.com/couchbase/couchbase-lite-ios/issues/487, in > specific > https://github.com/couchbase/couchbase-lite-ios/issues/487#issuecomment-58717637 > which might explain our problems. We should check

Re: Fwd: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread Craig Treleaven
At 3:58 AM +1100 11/13/14, Joshua Root wrote: On 2014-11-13 03:53 , William Gallafent wrote: (Apologies, initially sent direct to Craig due to mailing list arguably being incorrectly configured Š) On 12 November 2014 15:44, Craig Treleaven mailto:ctrelea...@macports.org>> wrote: What's

Re: Fwd: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread William Gallafent
On 12 November 2014 16:58, Joshua Root wrote: > > It's cleverly hidden among the binary downloads at > . :) > :) Well spotted! Anyway, I'm now working on building a portfile for belle-sip, since that isn't currently present in MacPorts, and is

Re: Fwd: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread Joshua Root
On 2014-11-13 03:53 , William Gallafent wrote: > (Apologies, initially sent direct to Craig due to mailing list arguably > being incorrectly configured …) > > On 12 November 2014 15:44, Craig Treleaven > wrote: > > What's wrong with: > > > http://downloa

Re: Recommendations for version numbers in port names

2014-11-12 Thread Joshua Root
On 2014-11-12 17:14 , Lawrence Velázquez wrote: > On Nov 10, 2014, at 3:02 PM, Bradley Giesbrecht wrote: > >> I don't know that I understand these variant checks, they seem to not >> produce the same result in all cases: >> >> http://trac.macports.org/browser/tags/release_2_3_2/base/src/port/por

Fwd: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread William Gallafent
(Apologies, initially sent direct to Craig due to mailing list arguably being incorrectly configured …) On 12 November 2014 15:44, Craig Treleaven wrote: What's wrong with: > > > http://download-mirror.savannah.gnu.org/releases/linphone/3.7.x/sources/linphone-3.7.0.tar.gz The fact that it is n

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Joshua Root
On 2014-11-12 22:53 , Mihai Moldovan wrote: > On 12.11.2014 11:09 am, Ryan Schmidt wrote: >> The uncompressed idea.c file needs to be in the work directory. The >> compressed idea.c.gz file doesn't need to be copied there from the distpath. > > The compressed file is automatically deleted by gunz

Re: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread Craig Treleaven
At 3:35 PM + 11/12/14, William Gallafent wrote: On 12 November 2014 15:26, Daniel J. Luke <dl...@geeklair.net> wrote: > On Nov 12, 2014, at 5:45 AM, William Gallafent <will...@gallaf.net> wrote: According to

Re: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread William Gallafent
On 12 November 2014 15:26, Daniel J. Luke wrote: > > On Nov 12, 2014, at 5:45 AM, William Gallafent > wrote: > > According to https://guide.macports.org/#reference.phases.fetch.git I > am able to set the url and tag to fetch … but for a particular port I'm > playing with I also need to add the “

Re: How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread Daniel J. Luke
> On Nov 12, 2014, at 5:45 AM, William Gallafent wrote: > According to https://guide.macports.org/#reference.phases.fetch.git I am able > to set the url and tag to fetch … but for a particular port I'm playing with > I also need to add the “--recursive” option in order to get the submodules in

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Mihai Moldovan
On 12.11.2014 12:53 pm, Mihai Moldovan wrote: > On 12.11.2014 11:32 am, Ryan Schmidt wrote: >> Also, why not put the post-extract variant into the variant to >> which it belongs? > > Yes, good idea, will do. r128058. ___ macports-dev mailing list macpo

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Mihai Moldovan
On 12.11.2014 11:09 am, Ryan Schmidt wrote: > The uncompressed idea.c file needs to be in the work directory. The > compressed idea.c.gz file doesn't need to be copied there from the distpath. The compressed file is automatically deleted by gunzip -d. Only idea.c will remain. On 12.11.2014 11:

How to specify commandline options to git for the fetch phase of a port?

2014-11-12 Thread William Gallafent
Hi all, According to https://guide.macports.org/#reference.phases.fetch.git I am able to set the url and tag to fetch … but for a particular port I'm playing with I also need to add the “--recursive” option in order to get the submodules in place. Alternatively, I would need to run “git submodule

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Ryan Schmidt
On Nov 12, 2014, at 4:09 AM, Ryan Schmidt wrote: > > On Nov 12, 2014, at 4:08 AM, Mihai Moldovan wrote: > >> On 12.11.2014 09:02 am, Ryan Schmidt wrote: >>> >>> There's no real need to copy the idea.c.gz distfile into the work >>> directory, is there? You could decompress from its location in

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Ryan Schmidt
On Nov 12, 2014, at 4:08 AM, Mihai Moldovan wrote: > On 12.11.2014 09:02 am, Ryan Schmidt wrote: >> >> There's no real need to copy the idea.c.gz distfile into the work directory, >> is there? You could decompress from its location in distpath. > > The uncompressed idea.c is a source file used

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Mihai Moldovan
On 12.11.2014 09:02 am, Ryan Schmidt wrote: > > There's no real need to copy the idea.c.gz distfile into the work directory, > is there? You could decompress from its location in distpath. The uncompressed idea.c is a source file used while building (or so it was intended, I didn't take a close

Re: [128051] trunk/dports/mail/gnupg/Portfile

2014-11-12 Thread Ryan Schmidt
> On Nov 11, 2014, at 8:40 PM, io...@macports.org wrote: > > Revision > 128051 > Author > io...@macports.org > Date > 2014-11-11 18:40:12 -0800 (Tue, 11 Nov 2014) > Log Message > > gnupg: do not abuse patchfiles to download and uncompress an extra source > file. no rev-bump on purpose. > Modifi