Re: outage notice?

2015-09-01 Thread Arto Bendiken
n of the sentiment might be: "We apologize for the inconvenience this presents." -- Arto Bendiken | @bendiken | http://ar.to ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: [136318] trunk/dports/devel/autoconf/Portfile

2015-05-15 Thread Arto Bendiken
rying about the relatively large > Perl dependency. I would like to liberate Automake also, but I haven't > looked into it yet. This is a welcome improvement from my POV as a user and port maintainer. I certainly know a newbie or two who were put off from using MacPorts when they

Re: Proper library version numbering

2015-05-02 Thread Arto Bendiken
f/doc/uid/TP40002073-SW1 Further, having packaged for both MacPorts and Fink, the latter are rather more strict about this ABI versioning business. It may be helpful to read their shared library packaging policy: http://fink.thetis.ig42.org/doc/packaging/policy.php?phpLang=en#sharedlibs -- Arto Bendiken | @bendiken | http://ar.to ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: std::log2 not in c++11 on 10.6 BuiltBot?

2015-04-22 Thread Arto Bendiken
% sure that the file is getting included in your source file by doing: {{{ #include "/opt/local/include/gcc49/c++/cmath" }}} ...just to rule out the possibility of its non-inclusion. That should afford you some clarity on the situation. -- Arto Bendiken | @bendiken | http://ar.to ___