[Bug 229773] sysutils/dupd: update to version 1.7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 19 01:07:11 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229773
--- Comment #1 from Thomas Hurst <tom at hur.st> ---
Thanks for this, rare to find developers so proactive :)
In the Makefile:
INC+=-I/usr/local/include
LIB+=-L/usr/local/lib
/usr/local is better spelled $PREFIX, with /usr/local just as a default if it
isn't specified.
Also:
dupd: src/optgen.c src/optgen.h $(OBJS)
$(CCC) $(CFLAGS) $(OPT) $(OBJS)
$(OPT) is already included in CCC, and helpfully comes before CFLAGS because of
that allowing the ports framework to override it - just needs removing here
too.
Looks good other than that - self test passes on x64, will give x86 a bash when
I get time. I should also investigate usermode qemu and see if it works under
more exotic architectures...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list