Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 01:07:09 +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-lqEYY8IAyO@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 #1 from Thomas Hurst <tom@hur.st> ---
Thanks for this, rare to find developers so proactive :)

In the Makefile:

    INC+=3D-I/usr/local/include
    LIB+=3D-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 becaus=
e 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 un=
der
more exotic architectures...

--=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-lqEYY8IAyO>