On Fri, May 04, 2018 at 10:29:07PM +0100, Stuart Henderson wrote:
> On 2018/05/04 17:59, Theo Buehler wrote:
> > On Fri, May 04, 2018 at 06:52:40PM +0300, Paul Irofti wrote:
> > > On Fri, May 04, 2018 at 12:13:35PM +0200, Theo Buehler wrote:
> > > > On Sat, Apr 28, 2018 at 01:42:52PM +0300, Paul Irofti wrote:
> > > > > Hi,
> > > > >
> > > > > Here is a minor update to GiNaC. All tests pass. OK?
> > > > >
> > > >
> > > > Builds and packages fine, confirm that all tests pass. Portcheck is
> > > > happy.
> > > >
> > > > There is one thing:
> > > >
> > > > 'make lib-depends-check' complains as follows:
> > > >
> > > > Missing: curses.14 (/usr/local/bin/ginsh) (system lib)
> > > > Extra: ncurses.14
> > > > WANTLIB += curses
> > > > Scanning: ok
> > > >
> > > > I think that should be fixed.
>
> This is because base started using soname, so the library name as shown
> in objdump -p changed. As far as ports/updates go it's basically a noop
> but yes please do fix.
>
> > > Like this?
> >
> > I think so, but I'd rather have an experienced porter confirm this.
>
> LIBCXX is wrong for ports-gcc arches, it should be like this:
>
> ${COMPILER_LIBCXX} c cln curses gmp m readline
Thank you, I commited the fix.