Re: perl5.20

2014-07-23 Thread Mojca Miklavec
Dear Frank, first of all, thanks a lot for doing the mass update of the number of Perl modules. On Thu, Jul 24, 2014 at 12:26 AM, Frank Schima wrote: > On Jul 23, 2014, at 9:20 AM, Mojca Miklavec wrote: > >> One slightly easier step-by-step approach could be the following >> >> 1.) Replace >>

Re: [122521] trunk/dports/_resources/port1.0/group

2014-07-23 Thread Mojca Miklavec
On Thu, Jul 24, 2014 at 3:18 AM, Ryan Schmidt wrote: > > On Jul 23, 2014, at 9:31 AM, mo...@macports.org wrote: > >> Revision >> 122521 >> Author >> mo...@macports.org >> Date >> 2014-07-23 07:31:40 -0700 (Wed, 23 Jul 2014) >> Log Message >> >> perl5-1.0.tcl: ask perl for location of perl5.lib ins

Re: [122562] trunk/dports/irc/eggdrop

2014-07-23 Thread Ryan Schmidt
On Jul 23, 2014, at 9:55 PM, khindenb...@macports.org wrote: > Revision > 122562 > Author > khindenb...@macports.org > Date > 2014-07-23 19:55:42 -0700 (Wed, 23 Jul 2014) > Log Message > > eggdrop: update to 1.6.21 - add license - fixes build on Mavericks - #44286 > Modified Paths > > •

Re: [122522] trunk/dports/science/nds2-client/Portfile

2014-07-23 Thread Ryan Schmidt
On Jul 23, 2014, at 9:52 AM, Michael Dickens wrote: > I think there's a bug in the way port does "outdated", or maybe an > enhancement is needed in this regard. I wanted to patch nds2-client via: > > {{{ > Index: Portfile > === >

Re: [122521] trunk/dports/_resources/port1.0/group

2014-07-23 Thread Ryan Schmidt
On Jul 23, 2014, at 9:31 AM, mo...@macports.org wrote: > Revision > 122521 > Author > mo...@macports.org > Date > 2014-07-23 07:31:40 -0700 (Wed, 23 Jul 2014) > Log Message > > perl5-1.0.tcl: ask perl for location of perl5.lib instead of hardcoding it > (#43480) > --- trunk/dports/_resources/

Re: perl5.20

2014-07-23 Thread Mark Anderson
Yeah, I'm with Daniel here. I think we should only support the latest version of Perl. >From perl.org: "*We recommend that you always run the latest stable version, currently 5.20.0"* The whole reason we are in this mess is that long gap you see between 5.8 and 5.10 when we all thought Perl 6 was

Re: perl5.20

2014-07-23 Thread Daniel J. Luke
On Jul 23, 2014, at 6:26 PM, Frank Schima wrote: > > As long as everything works in 5.20. So far I’m hitting a few bumps with > p5.20-digest-sha1 [1] and p5.18-pdl not compiling. I can’t even try p5.20-pdl > until p5.20-digest-sha1 is fixed. note that they both build find on a 'vanilla' insta

Re: perl5.20

2014-07-23 Thread Bradley Giesbrecht
On Jul 23, 2014, at 8:20 AM, Mojca Miklavec wrote: > > 1.) Replace >perl5.branches 5.14 5.16 5.18 > in all perl modules with >perl5.branches_blacklist 5.8 5.10 5.12 > or to remove branche_blacklist altogether if the module builds with > all perl versions. When that blacklist isn't

Re: perl5.20

2014-07-23 Thread Frank Schima
On Jul 23, 2014, at 9:20 AM, Mojca Miklavec wrote: > One slightly easier step-by-step approach could be the following > > 1.) Replace >perl5.branches 5.14 5.16 5.18 > in all perl modules with >perl5.branches_blacklist 5.8 5.10 5.12 > or to remove branche_blacklist altogether if the

Re: perl5.20

2014-07-23 Thread Frank Schima
On Jul 22, 2014, at 4:40 PM, Mojca Miklavec wrote: > On Tue, Jul 22, 2014 at 11:35 PM, Frank Schima wrote: >> >> I have a bunch of p5 port changes ready to commit, but I wanted to test the >> p5.20 versions first to see if they at least build. > > Can you please test the following patch? >

Re: What would YOU like to see 'port doctor' do?

2014-07-23 Thread Kyle Sammons
Hey Ryan, On 7/22/14, 8:48 PM, Ryan Schmidt wrote: If you don't already do this, it would be useful to check that: * Xcode is installed * the Xcode version is new enough to be supported by the OS X version (some users upgrade the OS and forget to upgrade Xcode) * the Xcode version is not known

Re: perl5.20

2014-07-23 Thread Eric Gallager
On Tue, Jul 22, 2014 at 1:37 PM, Daniel J. Luke wrote: > On Jul 22, 2014, at 11:51 AM, Mojca Miklavec wrote: > > - I'm unable to test 1000 ports. > > we should probably enhance `port test` to be more useful. With the perl > modules (at least), they usually have test suites that we should be abl

Re: perl5.20

2014-07-23 Thread Mojca Miklavec
On Wed, Jul 23, 2014 at 4:11 PM, Daniel J. Luke wrote: > On Jul 22, 2014, at 5:59 PM, Mojca Miklavec wrote: >> >> But both what you said and what I wrote requires some work and >> testing. And cannot be the answer to "we urgently need to allow 5.20". > > that's why it was under 'longer term' ;-) >

Re: What would YOU like to see 'port doctor' do?

2014-07-23 Thread Eric Gallager
On Tue, Jul 22, 2014 at 2:28 AM, Joshua Root wrote: > On 2014-7-22 10:08 , Adam Dershowitz wrote: > > A few ideas: > > Checking for files that should not be in macports directory, that end up > being there. They could be left either by an old install, or by a > different installer that inappropr

Re: perl5.20

2014-07-23 Thread Frank Schima
Hi Mojca, On Jul 22, 2014, at 4:40 PM, Mojca Miklavec wrote: > On Tue, Jul 22, 2014 at 11:35 PM, Frank Schima wrote: >> >> I have a bunch of p5 port changes ready to commit, but I wanted to test the >> p5.20 versions first to see if they at least build. > > Can you please test the following p

Re: [122522] trunk/dports/science/nds2-client/Portfile

2014-07-23 Thread Michael Dickens
I think there's a bug in the way port does "outdated", or maybe an enhancement is needed in this regard. I wanted to patch nds2-client via: {{{ Index: Portfile === --- Portfile(revision 122521) +++ Portfile(working copy) @@

Re: [122496] branches/gsoc14-pip2port

2014-07-23 Thread Lawrence Velázquez
On Jul 23, 2014, at 6:12 AM, gau...@macports.org wrote: > Revision > 122496 > Author > gau...@macports.org > Date > 2014-07-23 03:12:35 -0700 (Wed, 23 Jul 2014) > Log Message > > Used openssl for checksum generation > --- branches/gsoc14-pip2port/pypi2port.py 2014-07-23 10:11:24 UTC (rev > 1

Re: "nds2-client +mex_octave" needs rev-bump ...

2014-07-23 Thread Leo Singer
On Jul 23, 2014, at 5:56 AM, Michael Dickens wrote: > ... to work with the new octave 3.8* ABI. Just that variant, not the rest. > Not a big deal, since this port compiles quickly. Not openmaintainer, so > pinging the owner 'aronnax'. - MLD Hi, I added 'openmaintainer' in r122515. Please g

Re: perl5.20

2014-07-23 Thread Daniel J. Luke
On Jul 22, 2014, at 5:59 PM, Mojca Miklavec wrote: > > On Tue, Jul 22, 2014 at 7:37 PM, Daniel J. Luke wrote: >> On Jul 22, 2014, at 11:51 AM, Mojca Miklavec wrote: >>> On Jul 19, 2014 1:15 AM, "David Evans" wrote: On 7/18/14 3:47 PM, Mojca Miklavec wrote: Well, I'm sorry but I don't re

Re: perl5.20

2014-07-23 Thread Daniel J. Luke
On Jul 22, 2014, at 11:43 PM, Ryan Schmidt wrote: > > On Jul 22, 2014, at 12:37 PM, Daniel J. Luke wrote: >> (and/or won't rev-upgrade just fix these when upgrading perl? if it doesn't, >> can we just make it fix them?) > > rev-upgrade is a way for people to discover ports that are linked impro

Re: MacPorts Developer Meeting?

2014-07-23 Thread Vincent Habchi
> Until now up to 6 people replied that they *might* be able to show up > in Europe. If the number stays that small, we could still meet, but it > would be easier to just pick a location and go there without any big > one-year-in-advance reservations of the place. Hi ! If it’s scheduled enough in

"nds2-client +mex_octave" needs rev-bump ...

2014-07-23 Thread Michael Dickens
... to work with the new octave 3.8* ABI. Just that variant, not the rest. Not a big deal, since this port compiles quickly. Not openmaintainer, so pinging the owner 'aronnax'. - MLD ___ macports-dev mailing list macports-dev@lists.macosforge.org ht