New version of foremost. Our patch was merged, all that's left is the Makefile mess. The current Makefile defines a var, RAW_CC, and arbitrarily set it to "gcc". Then, this var is put into CC (!!!), which is used in the compiling command-line. Hence the CC -> FCC hack. Fix: http://www.sl0th.org:8080/FreeBSD/foremost-0.69-1.0.diff How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->feedback Your patch is unfetchable. Please insert patches in the "Fix" section rather than providing them as URLs, thanks.
> Your patch is unfetchable. My bad: http://www.sl0th.org/FreeBSD/foremost-0.69-1.0.diff > Please insert patches in the "Fix" section rather=20 > than providing them as URLs, thanks.=20 Can't: "...and this web form should not be used to submit code as plain text."
On Thu, 30 Jun 2005 10:55:19 +0200 Jonatan B <onatan@gmail.com> wrote: > > Your patch is unfetchable. > > My bad: > http://www.sl0th.org/FreeBSD/foremost-0.69-1.0.diff > > > Please insert patches in the "Fix" section rather > > than providing them as URLs, thanks. > > Can't: > "...and this web form should not be used to submit code as plain text." Next time, please use send-pr(1), or the Emacs send-pr interface, or whatever interface to send-pr allows to insert patches into the Fix section. Thanks. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/
State Changed From-To: feedback->closed Committed with a few modifications, thanks!