distfile downloads failing on https

2018-02-21 Thread Jan Stary
Recently, I have tweaked textproc/lowdown https://github.com/macports/macports-ports/pull/1245 to download the distfile from a http master site, not a https one, because the https server rejects the weak ssl of some older MacOS systems, which could not download the distfile then. That worked for a

Re: distfile downloads failing on https

2018-02-21 Thread Jan Stary
On Feb 21 12:43:28, h...@stare.cz wrote: > To be sure: when downloading a distfile, does MP always use the system's > native curl(1)? Or does it try the port's curl(1), if installed? > Or does it try the port's curl(1) _first_? Apparently not: the base /usr/bin/curl reports an "Unknown SSL error",

Re: distfile downloads failing on https

2018-02-21 Thread Jan Stary
On Feb 21 12:43:28, h...@stare.cz wrote: > A more general proposed solution was to bunlde a newer curl with MP, > in partcular one built against a newer SSL/TLS library: > https://trac.macports.org/ticket/51516 It was also suggested there to recompile MP using its own already installed curl port.

Re: distfile downloads failing on https

2018-02-21 Thread Jan Stary
On Feb 21 13:18:47, h...@stare.cz wrote: > On Feb 21 12:43:28, h...@stare.cz wrote: > > A more general proposed solution was to bunlde a newer curl with MP, > > in partcular one built against a newer SSL/TLS library: > > https://trac.macports.org/ticket/51516 > > It was also suggested there to rec

lowdown not helped by snowleopardfixes

2018-02-21 Thread Jan Stary
Hi Ken, when I created the textproc/lowdown port not long ago https://github.com/macports/macports-ports/pull/1241 you kindly advised me to use PortGroup snowleopard_fixes 1.0 so that older MacOS sysem without e.g. strndup(3) can still compile lowdown. However, it seems that the compila

Re: distfile downloads failing on https

2018-02-21 Thread Ken Cunningham
see https://trac.macports.org/ticket/51516#comment:19 for a workaround that works quite well on Tiger up until this gets fixed K > On Feb 21, 2018, at 04:26, Jan Stary wrote: > >> On Feb 21 13:18:47, h...@stare.cz wrote: >>> On Feb 21 12:43:28, h...@stare.cz wrote: >>> A more general proposed

Re: lowdown not helped by snowleopardfixes

2018-02-21 Thread Ken Cunningham
I'll take a look. The PG adds -lsnowleopardfixes to the ldflags, but thats not showing up in your build for some reason. For some ports, you have to add the flag a different way, via a patch or similar... K > On Feb 21, 2018, at 05:40, Jan Stary wrote: > > Hi Ken, > > when I created the text

Re: distfile downloads failing on https

2018-02-21 Thread Ken Cunningham
I should have been more descriptive about the /opt/bootstrap part of the post below. Like you, I didn't like the circular dependency. If you "sudo port uninstall active", you're hooped. So here's what I actually do on all systems 10.4 to 10.7 using Macports from this page

Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Mojca Miklavec
Hi, During the GSOC meeting in Mountain View we had some fruitful evening discussions where we were heavily criticised for not having our own happy fluffy animal mascot (like a flying platypus?) which we could take to every meeting or hacking event where we show up. Something in the spirit of ...

Re: lowdown not helped by snowleopardfixes

2018-02-21 Thread Ken Cunningham
lowdown uses it's own completely unique methods for configure and library function replacements, I see. It clears out the LDFLAGS during the build, ergo the -lsnowleopardfixes not being honoured it also replaces some functions on it's own, so there might be collisions if -lsnowleopardfixes was

Re: lowdown not helped by snowleopardfixes

2018-02-21 Thread Jan Stary
On Feb 21 08:46:21, ken.cunningham.web...@gmail.com wrote: > lowdown uses it's own completely unique methods for configure It's a hand written ./configure shell script, as opposed to the auto* hell. https://github.com/kristapsdz/oconfigure Some other portable projects do the same. > and library f

Re: lowdown not helped by snowleopardfixes

2018-02-21 Thread Ken Cunningham
On 2018-02-21, at 11:31 AM, Jan Stary wrote: > Hm, doesn't the PortGroup add its stuff to LDFLAGS and LDADD > (and whatever else) _after_ the port has done its configure? not usually. eg. this portgroup adds: configure.ldflags-append -lsnowleopardfixes > I am probably missing something fundam

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread db
On 21 Feb 2018, at 17:32, Mojca Miklavec wrote: > Something in the spirit of ... >http://en.wikifur.com/w/images/4/46/Hexley_fork_450.png I like that MacPorts lacks a mascot identity. But if you really need, want one, then I probably choose Darwin's Hexley. Another that I'd consider, and sin

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Dave Horsfall
On Wed, 21 Feb 2018, Mojca Miklavec wrote: During the GSOC meeting in Mountain View we had some fruitful evening discussions where we were heavily criticised for not having our own happy fluffy animal mascot (like a flying platypus?) which we could take to every meeting or hacking event where

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Ken Cunningham
On 2018-02-21, at 12:36 PM, Dave Horsfall wrote: > On Wed, 21 Feb 2018, Mojca Miklavec wrote: > >> During the GSOC meeting in Mountain View we had some fruitful evening >> discussions where we were heavily criticised for not having our own happy >> fluffy animal mascot (like a flying platypus?

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Jan Stary
On Feb 21 17:32:28, mo...@macports.org wrote: > During the GSOC meeting in Mountain View we had some fruitful evening > discussions where we were heavily criticised for not having our own > happy fluffy animal mascot (like a flying platypus?) which we could > take to every meeting or hacking event

Re: distfile downloads failing on https

2018-02-21 Thread Jan Stary
On Feb 21 08:11:26, ken.cunningham.web...@gmail.com wrote: > I should have been more descriptive about the /opt/bootstrap part of the post > below. > > Like you, I didn't like the circular dependency. If you "sudo port uninstall > active", you're hooped. So here's what I actually do on all sys

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread David Strubbe
I suggest a port crane (to fit with our name), e.g. https://www.tripadvisor.com/LocationPhotoDirectLink-g32810-i36315229-Oakland_California.html David On Wed, Feb 21, 2018 at 12:38 PM, Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > > On 2018-02-21, at 12:36 PM, Dave Horsfall wrote: >

Re: distfile downloads failing on https

2018-02-21 Thread Clemens Lang
Hi Jan, On Wed, Feb 21, 2018 at 08:14:13PM +0100, Jan Stary wrote: > If I am reading > https://guide.macports.org/chunked/reference.phases.html right, there > is are no "fetch dependencies". Would it make sense to introduce fetch > dependencies just like we have build dependencies and run > depend

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Jan Stary
> > >> During the GSOC meeting in Mountain View we had some fruitful evening > > discussions where we were heavily criticised for not having our own happy > > fluffy animal mascot (like a flying platypus?) which we could take to every > > meeting or hacking event where we show up. http://assets.re

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Arno Hautala
On Wed, Feb 21, 2018 at 3:50 PM, David Strubbe wrote: > I suggest a port crane (to fit with our name), e.g. > https://www.tripadvisor.com/LocationPhotoDirectLink-g32810-i36315229-Oakland_California.html I nominate "Portia McCrane - the MacPorts Port Crane". She'll be on shelves in time for the ho

Re: Search for a MacPorts Mascot: looking for talented artists

2018-02-21 Thread Dave Horsfall
On Wed, 21 Feb 2018, Arno Hautala wrote: https://www.tripadvisor.com/LocationPhotoDirectLink-g32810-i36315229-Oakland_California.html I nominate "Portia McCrane - the MacPorts Port Crane". She'll be on shelves in time for the holidays and the hit plush toy craze of the season! Please take