Re: How to get around MacPorts assuming that Exit code: 1 is a failure?

2014-02-09 Thread Ryan Schmidt
On Feb 8, 2014, at 19:22, Eric Gallager eg...@gwmail.gwu.edu wrote: I am working on a Portfile from which I want to call the `unifdef` command. The manpage for `unifdef` says: Exit status is 0 if output is exact copy of input, 1 if not, 2 if trouble. The whole reason I am running `unifdef`

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread MK-MacPorts
Hi Clemens, I installed mpstats but when trying to submit my installation details I got this error thrown: — $ /opt/local/libexec/mpstats submit Submitting to http://stats.macports.neverpanic.de/submissions Error: bad option post: must be fetch, isnewer, or getsize while executing curl post

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread Jeremy Lavergne
You probably need to run trunk for access to POST, which isn’t available in a release yet. On Feb 9, 2014, at 14:40, mk-macpo...@techno.ms wrote: Hi Clemens, I installed mpstats but when trying to submit my installation details I got this error thrown: — $ /opt/local/libexec/mpstats

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread MK-MacPorts
On 09 Feb 2014, at 20:42 , Jeremy Lavergne jer...@lavergne.gotdns.org wrote: You probably need to run trunk for access to POST, which isn’t available in a release yet. Ooops, I see. I wasn’t aware of that trunk is a must for this feature. ___

Restarting Perl Arguments. :-P

2014-02-09 Thread Mark Anderson
So I've started messing around with getting a Proof of Concept CPAN-MP link working, so we don't need to have to have 8 billion perl ports. This was an idea on a thread long ago. I'll be keeping a github branch in my fork as soon as I get something that resembles something that isn't how in the

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread MK-MacPorts
Hi Clemens, I am seeing a page stating this: — The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. — in case I try to search for a non-existing or replaced_by port, e.g. [1]. I guess one could rather state on this page that the port is

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread Clemens Lang
(re-sent to the list) The problem here is that the aqbanking Portfile violates lint: :) clemens@cSchlepptop:[…]/dports/devel/aqbanking$ port lint --- Verifying Portfile for aqbanking Error: Missing required variable: categories Warning: no license set --- 1 errors and 1 warnings found. That

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread MK-MacPorts
The problem here is that the aqbanking Portfile violates lint: Oh, good to know. Can be fixed. :) Will do so right away. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread MK-MacPorts
On 09 Feb 2014, at 22:12 , Clemens Lang c...@macports.org wrote: but it's really the port that's to blame here. I see your point, but that’s probably something which might occur more often than we think now, effectively making it impossible to find actually existing ports. Probably it would

Re: Call for Testers: MacPorts Statistics

2014-02-09 Thread Clemens Lang
Hi, I see your point, but that’s probably something which might occur more often than we think now, effectively making it impossible to find actually existing ports. Probably it would make sense to handle cases like that differently?! Yes, you're absolutely right:

Re: Restarting Perl Arguments. :-P

2014-02-09 Thread Eric Gallager
Do you have a link to your fork on Github? I would like to star it. On Sun, Feb 9, 2014 at 2:52 PM, Mark Anderson e...@emer.net wrote: So I've started messing around with getting a Proof of Concept CPAN-MP link working, so we don't need to have to have 8 billion perl ports. This was an idea

Re: Restarting Perl Arguments. :-P

2014-02-09 Thread Arno Hautala
I'm guessing it will be here: https://github.com/markemer/Macports On Sun, Feb 9, 2014 at 5:27 PM, Eric Gallager eg...@gwmail.gwu.edu wrote: Do you have a link to your fork on Github? I would like to star it. On Sun, Feb 9, 2014 at 2:52 PM, Mark Anderson e...@emer.net wrote: So I've

Re: Restarting Perl Arguments. :-P

2014-02-09 Thread Mark Anderson
Yep. Right now that's just the pure (perhaps a few commits back) repo as all my changes of late have made it into trunk. Mark --Mark ___ Mark E. Anderson e...@emer.net On Sun, Feb 9, 2014 at 10:09 PM, Arno Hautala a...@alum.wpi.edu wrote: I'm guessing it will be here:

How to seamlessly switch from a standard MacPorts install to trunk?

2014-02-09 Thread MK-MacPorts
Hi, I would like to try MacPorts’ current trunk version. How do I do this seamlessly, i.e. is it necessary to reinstall MacPorts from scratch, or can I somehow manage to keep all installed ports in place while just switching from my existing installation to trunk?? Greets, Marko