On 2021/02/23 11:45, Gonzalo L. Rodriguez wrote: > Hello, > > Little update for Apachetop to 0.19.7. > > Cheers.- > > -- > > %gonzalo
> Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/apachetop/Makefile,v > retrieving revision 1.15 > diff -u -p -r1.15 Makefile > --- Makefile 12 Jul 2019 20:49:39 -0000 1.15 > +++ Makefile 22 Feb 2021 09:29:38 -0000 > @@ -2,10 +2,9 @@ > > COMMENT = top-like monitor for Apache > > -V = 0.18.4 > +V = 0.19.7 > DISTNAME = apachetop-$V > CATEGORIES = sysutils > -REVISION = 0 > > MAINTAINER = Gonzalo L. R. <[email protected]> > > @@ -21,7 +20,8 @@ COMPILER = base-clang ports-gcc base-gc > MASTER_SITES = > https://github.com/tessus/apachetop/releases/download/$V/ > > CONFIGURE_STYLE = gnu > - > +CONFIGURE_ENV = NCURSES_CFLAGS='-L${LOCALBASE}/lib' \ *hmm* that doesn't exactly make sense. maybe this to avoid someone trying to figure out why it's looking for ncurses in the wrong dir? (-L would be for LDFLAGS anyway..) # requires ncurses pkg-config files, unless NCURSES_CFLAGS # *and* NCURSES_LIBS are set CONFIGURE_ENV = NCURSES_CFLAGS=' ' \ NCURSES_LIBS="-lncurses"
