Stephen Gregoratto:
> Bash 5.0 has just been released[1], and I thought I'd try and update the
> port. I'm having problems getting the `seq` builtin to compile.
> I've attached the (truncated) log, but the gist of it is this:
I have finally updated the bash port. Sorry, that should not have
tak
Everything OK on my amd64 server. I'd rather not mess with the
WANTLIBs/deps though.
--
Stephen Gregoratto
Stephen Gregoratto:
> Bash 5.0 has just been released[1], and I thought I'd try and update the
> port.
I'll look at updating the bash port sometime in the next few days.
At the moment I'm busy with GNU tar, which had a new release a few
days earlier, and which is again an exercise in frustration
Hi Stephen,
The Makefile in examples/loadables is missing the argument to find libintl.h
You can specify the argument via:
CONFIGURE_ARGS= INTL_INC=-I${LOCALBASE}/include
That wont work either because for *some reason* the INTL_INC variable
is set to " " in the base Makefile:
INTL_DEP= INTL_INC=