[Bug 229773] sysutils/dupd: update to version 1.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 4 01:45:53 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229773

--- Comment #9 from Thomas Hurst <tom at hur.st> ---
Sorry for the break there, awkward combination of busyness, slackness, and
forgetfulness.  Mostly the latter two.

Yeah, users can set LOCALBASE to move PREFIX to somewhere else; I ran with it
set to /usr/pkg for a while many years ago.  It broke quite a bit, but it
*should* work and resulted in a lot of PRs :)

Could probably achieve basically the same as your latest changes just by
setting INC?= and LIB?=, but it amounts to more or less the same thing from my
end - I just set the variables and your Makefile Just Works[tm].

Could still do with OPT being similarly set optionally, just so that's easily
overridden?  Would let users `make OPT=-O3 -fomit-frame-pointer
-fomg-optimize`, and in ports case set to the empty string or unset with
OPTIMIZED_CFLAGS.  I can still override it by setting CFLAGS but it ends up
with a rather ugly "-O3 -O2 -O3" dance as the various flags fight.

Also, make test passes on my x86 jail \o/

Will attach a preliminary patch for the port.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list