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

2014-11-14 Thread Mihai Moldovan
On 12.11.2014 05:48 pm, Joshua Root wrote: > You could do this: > > system "< ${distpath}/idea.c.gz gunzip -dc > ${worksrcpath}/cipher/idea.c" r128158. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/

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

2014-11-13 Thread Ryan Schmidt
On Nov 12, 2014, at 5:53 AM, 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 delete

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: [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:

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