Re: Failure to build libsndfile

2017-07-02 Thread Dave Horsfall
On Sun, 2 Jul 2017, Ryan Schmidt wrote: > > Doing my weekly "port upgrade outdated", it fell over when building > > "flac" (whatever that is): > > Note that it failed at libsndfile, not flac. Oops... [...] > > Is there some reason why my local mirror is out of date? > > > The mirror isn't o

Re: Failure to build libsndfile

2017-07-02 Thread Ryan Schmidt
On Jul 2, 2017, at 20:30, Dave Horsfall wrote: > Doing my weekly "port upgrade outdated", it fell over when building "flac" > (whatever that is): Note that it failed at libsndfile, not flac. >---> Attempting to fetch patch-Wvla.diff from > http://her.gr.distfiles.macports.org/libsndfile

Failure to build "flac"

2017-07-02 Thread Dave Horsfall
Doing my weekly "port upgrade outdated", it fell over when building "flac" (whatever that is): ---> Attempting to fetch patch-Wvla.diff from http://her.gr.distfiles.macports.org/libsndfile Error: Failed to fetch libsndfile: The requested URL returned error: 404 Not Found Error: See

Re: attach a diff or request a pull?

2017-07-02 Thread Dave Horsfall
So is there a Big Dummies Guide to Git or something? I started life with SCCS, moved to RCS, and seen plenty of others since. -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer."

JPortsUI has been updated to version 2017-07-02

2017-07-02 Thread Stephen Baber
Updated with new features: <> Better Variants picker UI with selected defaults, conflict resolution, and Portfile presentation <> Unmark/Clear Marks commands now also revert Variant edits <> Separate grouping of Port's executable installed files with descriptions via `whatis' <> Command to create M

Re: 'log2' is not a member of 'std'

2017-07-02 Thread Ryan Schmidt
On Jul 2, 2017, at 12:28, Joshua Root wrote: >> This is MacOSX 10.6.8 running various compilers provided by MacPorts. >> Compiling the following C++ source >> #include >> int main(void) >> { >> double d = std::log2(2.3456789f); >> return 0; >> } >> r

Re: 'log2' is not a member of 'std'

2017-07-02 Thread Joshua Root
This is MacOSX 10.6.8 running various compilers provided by MacPorts. Compiling the following C++ source #include int main(void) { double d = std::log2(2.3456789f); return 0; } results in 'log2' is not a member of 'std'.

Re: 'log2' is not a member of 'std'

2017-07-02 Thread Ken Cunningham
See this as well: Ken On 2017-07-02, at 3:28 AM, Jan Stary wrote: > This is MacOSX 10.6.8 running various compilers provided by MacPorts. > Compiling the following C++ source > > #include > > int main(void) > { > double

Re: attach a diff or request a pull?

2017-07-02 Thread Jan Stary
On Jul 01 19:39:19, mo...@macports.org wrote: > One advantage of a pull request is that there's now an automated build > running after you submit it and it's slightly easier to discuss the > code line-by-line when needed. > > And that there are currently slightly above 30 open pull requests, > whi

Re: 'log2' is not a member of 'std'

2017-07-02 Thread Jan Stary
On Jul 02 12:35:25, jeanfgo...@gmail.com wrote: > Could you test with the file renamed as « prog.cc »? > I remember that gcc is picky about the extension. Same thing.

Re: 'log2' is not a member of 'std'

2017-07-02 Thread Jean-Francois Gobin
Jan, Could you test with the file renamed as « prog.cc »? I remember that gcc is picky about the extension. Jean > Le 2 juil. 2017 à 12:28, Jan Stary a écrit : > > This is MacOSX 10.6.8 running various compilers provided by MacPorts. > Compiling the following C++ source

'log2' is not a member of 'std'

2017-07-02 Thread Jan Stary
This is MacOSX 10.6.8 running various compilers provided by MacPorts. Compiling the following C++ source #include int main(void) { double d = std::log2(2.3456789f); return 0; } results in 'log2' is not a member of 'std'.