On 2018/02/17 20:28, Antoine Jacoutot wrote:
> On Sat, Feb 17, 2018 at 07:24:09PM +0000, Stuart Henderson wrote:
> > On 2018/02/16 14:11, Joerg Jung wrote:
> > > CVSROOT: /cvs
> > > Module name: ports
> > > Changes by: [email protected] 2018/02/16 14:11:27
> > >
> > > Modified files:
> > > net/geomyidae : Makefile distinfo
> > > net/geomyidae/patches: patch-Makefile
> > > Removed files:
> > > net/geomyidae/patches: patch-geomyidae_8
> > >
> > > Log message:
> > > update to geomyidae to 0.31
> > >
> > > from Hiltjo Posthuma with tweaks by me
> > >
> >
> > this is broken,
> >
> > installing executable to /usr/bin
> > cp: /usr/bin/geomyidae: Permission denied
>
> OK?
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/geomyidae/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile 16 Feb 2018 21:11:27 -0000 1.4
> +++ Makefile 17 Feb 2018 19:28:39 -0000
> @@ -19,7 +19,6 @@ MASTER_SITES = ${HOMEPAGE}/snapshot/
>
> MAKE_FLAGS = CC="${CC}"
> MAKE_ENV = LDFLAGS="${LDFLAGS}"
> -FAKE_FLAGS = DESTDIR=""
>
> NO_TEST = Yes
>
>
>
OK, though now I see it's missing CFLAGS, do you fancy updating
that while you're there?
upstream has
CFLAGS = -Wall
GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${CFLAGS}
so probably
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS} -Wall"