Re: base master and editing commands

2017-12-04 Thread db
On 4 Dec 2017, at 01:00, Joshua Root wrote: > So you want --enable-readline as well. I tried cleaning and rebuilding, and now I get the following error. readline.c:128:23: error: use of undeclared identifier 'username_completion_function'; did you mean 'rl_username_completion_function'?

Re: base master and editing commands

2017-12-04 Thread Rainer Müller
On 2017-12-04 13:15, db wrote: > On 4 Dec 2017, at 01:00, Joshua Root wrote: >> So you want --enable-readline as well. > > I tried cleaning and rebuilding, and now I get the following error. > > readline.c:128:23: error: use of undeclared identifier > 'username_completion_function'; did you mea

Re: help with generating a diff with svn for libcxx

2017-12-04 Thread Ryan Schmidt
On Dec 3, 2017, at 14:28, Ken Cunningham wrote: > I'm getting stuck generating a diff file for the changes made in revison > 307461 of libcxx, so I can backport that into llvm-4.0 to fix the build of > libcxx for PowerPC. > >

Re: [macports-ports] 01/04: qtkeychain: build out of source

2017-12-04 Thread Ryan Schmidt
On Dec 3, 2017, at 08:37, Marcus Calhoun-Lopez wrote: > I am not aware of any reason why cmake 1.1 PG can not be used. > It was simply used in the original commit [1]. > > The resulting builds are different, however. > For example in qtkeychain-qt4, the cmake file > QtKeychainLibraryDepends-macp

Re: base master and editing commands

2017-12-04 Thread db
On 4 Dec 2017, at 13:20, Rainer Müller wrote: > You are trying to build MacPorts against readline installed by MacPorts. Why can I build it against its own curl but not its own readline? Eventually, I temporarily deactivated readline and it built fine.

Re: base master and editing commands

2017-12-04 Thread Ryan Schmidt
On Dec 4, 2017, at 10:30, db wrote: > On 4 Dec 2017, at 13:20, Rainer Müller wrote: >> You are trying to build MacPorts against readline installed by MacPorts. > > Why can I build it against its own curl but not its own readline? Well curl is curl. macOS provides an old version of curl and MacPor

Re: [macports-ports] branch master updated: PG snowleopard_fixes: don't require depends_lib-append

2017-12-04 Thread Ryan Schmidt
On Oct 23, 2017, at 11:19, Ken wrote: > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/40ae4799e2e766c658b20d09d23830cdab5adfcc > > The following commit(s) were added to refs/heads/master

Re: [macports-ports] branch master updated: PG snowleopard_fixes: don't require depends_lib-append

2017-12-04 Thread Ken Cunningham
On 2017-12-04, at 9:26 AM, Ryan Schmidt wrote: >> +if {${snowleopard_fixes.addheader} eq "yes"} { >> +configure.cxxflags-append -include >> ${prefix}/include/snowleopardfixes.h >> +} > > > Is the header only needed for C++ code? Not for C code? > The header is almost never ne

Re: [macports-ports] branch master updated: PG snowleopard_fixes: don't require depends_lib-append

2017-12-04 Thread Ryan Schmidt
On Dec 4, 2017, at 12:04, Ken Cunningham wrote: > On 2017-12-04, at 9:26 AM, Ryan Schmidt wrote: > >>> +if {${snowleopard_fixes.addheader} eq "yes"} { >>> +configure.cxxflags-append -include >>> ${prefix}/include/snowleopardfixes.h >>> +} >> >> >> Is the header only needed for

Re: [macports-ports] branch master updated: PG snowleopard_fixes: don't require depends_lib-append

2017-12-04 Thread Ken Cunningham
On 2017-12-04, at 10:07 AM, Ryan Schmidt wrote: > > My question was: does the header belong in cxxflags only? I assumed it should > also go in cflags. If that's wrong... why? > Oh, right. Yes, I think you're correct. The header, if needed, would be needed for C code as well. Good catch. I gu

Re: [macports-ports] 03/06: cxx11 PG: do not force the use of depends_lib-append

2017-12-04 Thread Ryan Schmidt
On Oct 21, 2017, at 23:10, Marcus Calhoun-Lopez wrote: > Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/9ae6b8e85dc534d9d23144f0664b4d3790f35187 > > commit 9ae6b8e85dc534d9d2314