Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-04 Thread Ryan Schmidt
> On Jul 3, 2017, at 14:46, Marius Schamschula wrote: > > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/3efea307091e06b1176c8e9c1f771dd1efdea179 > >

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-04 Thread Ken Cunningham
Thanks -- these kinds of nuances are tricky. Will alter that and update. Ken On 2017-07-04, at 1:29 AM, Ryan Schmidt wrote: > >> On Jul 3, 2017, at 14:46, Marius Schamschula wrote: >> >> Marius Schamschula (Schamschula) pushed a commit to branch master >> in repository macports-ports. >>

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-10 Thread Ken Cunningham
> > Why muniversal? > The fact that the universal build succeeds and actually produces universal > binaries suggests the muniversal portgroup isn't needed. All you need is > "variant universal {}" after "use_configure no". > thanks for fixing that. I just used muniversal because I saw the por

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-20 Thread Ryan Schmidt
On Jul 10, 2017, at 09:44, Ken Cunningham wrote: >> Why muniversal? > >> The fact that the universal build succeeds and actually produces universal >> binaries suggests the muniversal portgroup isn't needed. All you need is >> "variant universal {}" after "use_configure no". > > thanks for fi

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-21 Thread Jeremy Lavergne
Has this list been added to the Guide? > MacPorts defines a default universal variant that works with autotools > configure scripts and some hand-made configure scripts. > > "use_configure no" declares that this port does not use any configure script, > therefore MacPorts disables its default

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-21 Thread Kenneth F. Cunningham
On 2017-07-21, at 4:21 AM, Ryan Schmidt wrote: > "variant universal {}" declares that a universal variant should be offered to > the user, and that it requires no additional code as compared to the regular > build. > > "PortGroup muniversal 1.0" defines a universal variant that builds multip

Re: [macports-ports] branch master updated: snowleopardfixes: new port to deal with missing functions in Snow Leopard

2017-07-21 Thread Ryan Schmidt
On Jul 21, 2017, at 12:56, Kenneth F. Cunningham wrote: > If it works like I think it does, PortGroup muniversal does manually what > Apple's driverdriver.c does behind the scenes for apple gcc compilers > (gcc4.2, etc) and is built in to clang … so PortGroup muniversal should not > be needed