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. > > Like this?
I think so, but I'd rather have an experienced porter confirm this. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/math/ginac/Makefile,v > retrieving revision 1.30 > diff -u -p -u -p -r1.30 Makefile > --- Makefile 4 May 2018 11:11:39 -0000 1.30 > +++ Makefile 4 May 2018 15:51:59 -0000 > @@ -5,6 +5,7 @@ COMMENT= GiNaC is Not a Computer Algebra > DISTNAME= ginac-1.7.4 > SHARED_LIBS += ginac 7.0 # 8.0 > CATEGORIES= math > +REVISION= 0 > > HOMEPAGE= https://www.ginac.de/ > > @@ -16,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes > MASTER_SITES= ${HOMEPAGE} > EXTRACT_SUFX= .tar.bz2 > > -WANTLIB= c m ncurses readline ${LIBCXX} gmp cln > +WANTLIB= c m curses readline ${LIBCXX} gmp cln > > MODULES = lang/python > >