Portfile Workflow Advice

2013-01-14 Thread rod
Hi! I've been finding developing and especially updating Portfiles a bit tricky and error prone, so have been writing some tools for myself to help with this... https://github.com/rodnaph/pearl https://github.com/rodnaph/ghsum But while submitting the second via Trac it was pointed out you can

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Sean Farley
On Sun, Jan 13, 2013 at 8:46 PM, Ryan Schmidt ryandes...@macports.org wrote: On Jan 13, 2013, at 18:53, Blair Zajac wrote: On 01/13/2013 03:36 PM, Ryan Schmidt wrote: https://trac.macports.org/ticket/21117 I think the problem still remains when you have a non-root MacPorts installation;

Re: [101569] trunk/dports/shells/zsh/Portfile

2013-01-14 Thread Lawrence Velázquez
On Jan 14, 2013, at 2:17 AM, Ryan Schmidt ryandes...@macports.org wrote: Since this changes what files are installed, the revision should be increased. Yeahhh, I realized that after the fact. I just went ahead with the 5.0.2 version update. vq ___

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Rainer Müller
On 2013-01-14 09:20, Sean Farley wrote: $ /usr/bin/find . -mindepth 1 -maxdepth 1 ! -perm -01000 -exec cp -R {} /tmp \; I think all we really need to do in cases like these are ignore files / directories that have the sticky bit set. The problem is not the sticky bit, but the missing read

Compilation failure of texlive: a bug in clang or application code?

2013-01-14 Thread Mojca Miklavec
Dear MacPorts wizards, This is a preliminary problem. I have problems compiling the trunk version of software that's already part of MacPorts (only an older version), but it is not clear to me if the one to be blamed are clang header files or the software that fails to compile. I'm asking now

Re: filetype in modeline

2013-01-14 Thread Rainer Müller
On 2013-01-14 16:07, Clemens Lang wrote: On Mon, Jan 14, 2013 at 09:33:34AM -0500, Jeremy Lavergne wrote: Another way to make sure Portfiles have filetype set to Portfile despite the modeline is adding the following line to your .vimrc: au BufNewFile,BufRead,BufWinEnter Portfile setlocal

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Blair Zajac
On 01/14/2013 07:07 AM, Rainer Müller wrote: On 2013-01-14 09:20, Sean Farley wrote: $ /usr/bin/find . -mindepth 1 -maxdepth 1 ! -perm -01000 -exec cp -R {} /tmp \; I think all we really need to do in cases like these are ignore files / directories that have the sticky bit set. The problem

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Blair Zajac
On 01/13/2013 06:46 PM, Ryan Schmidt wrote: On Jan 13, 2013, at 18:53, Blair Zajac wrote: On 01/13/2013 03:36 PM, Ryan Schmidt wrote: https://trac.macports.org/ticket/21117 I think the problem still remains when you have a non-root MacPorts installation; that's the configuration I was

Re: [101511] trunk/dports/lang

2013-01-14 Thread Clemens Lang
On Mon, Jan 14, 2013 at 01:02:39AM -0600, Ryan Schmidt wrote: I was under the impression that the reason the nodejs ports don't support PowerPC is because v8 doesn't support PowerPC. (The comment in the nodejs port reads # V8 only supports ARM and IA-32 processors.) If that's so, then the v8

Re: New committers: larryv and sean

2013-01-14 Thread Clemens Lang
Hi, On Fri, Jan 04, 2013 at 10:00:42PM +0100, Rainer Müller wrote: Please join us in welcoming the following new MacPorts committers: - Larry Velásquez (larryv) - Sean Farley (sean) We look forward to continued excellent contributions from these new team members. welcome to MacPorts.

Re: Build server request: patch for use_dmg support

2013-01-14 Thread William Siegrist
I don't think we want to have a mix of patches applied to the buildbots, since it makes reproducing problems harder. It might be useful to have the base builder install the result of each build such that the ports builder will use it (so the ports builder effectively uses trunk), but that

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Sean Farley
On Mon, Jan 14, 2013 at 9:07 AM, Rainer Müller rai...@macports.org wrote: On 2013-01-14 09:20, Sean Farley wrote: $ /usr/bin/find . -mindepth 1 -maxdepth 1 ! -perm -01000 -exec cp -R {} /tmp \; I think all we really need to do in cases like these are ignore files / directories that have the

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Sean Farley
On Mon, Jan 14, 2013 at 11:09 AM, Blair Zajac bl...@orcaware.com wrote: On 01/13/2013 06:46 PM, Ryan Schmidt wrote: On Jan 13, 2013, at 18:53, Blair Zajac wrote: On 01/13/2013 03:36 PM, Ryan Schmidt wrote: https://trac.macports.org/ticket/21117 I think the problem still remains when you

Re: New committers: larryv and sean

2013-01-14 Thread Sean Farley
On Mon, Jan 14, 2013 at 12:36 PM, Clemens Lang c...@macports.org wrote: Hi, On Fri, Jan 04, 2013 at 10:00:42PM +0100, Rainer Müller wrote: Please join us in welcoming the following new MacPorts committers: - Larry Velásquez (larryv) - Sean Farley (sean) We look forward to continued

Re: [101504] trunk/base/src/port1.0/portextract.tcl

2013-01-14 Thread Blair Zajac
On 01/14/2013 05:33 PM, Sean Farley wrote: On Mon, Jan 14, 2013 at 11:09 AM, Blair Zajac bl...@orcaware.com wrote: On 01/13/2013 06:46 PM, Ryan Schmidt wrote: On Jan 13, 2013, at 18:53, Blair Zajac wrote: On 01/13/2013 03:36 PM, Ryan Schmidt wrote: https://trac.macports.org/ticket/21117