Date: Sat, 04 Aug 2018 01:45:51 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229773] sysutils/dupd: update to version 1.7 Message-ID: <bug-229773-7788-FUCOOXVrip@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229773-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229773-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229773 --- Comment #9 from Thomas Hurst <tom@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?=3D and LIB?=3D, 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 easi= ly overridden? Would let users `make OPT=3D-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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229773-7788-FUCOOXVrip>