the patch in ports/172615 was misapplied due to crlf -> lf mangling. Here's a patch to rescue the port.
State Changed From-To: open->closed Just changing the line endings in the patch would not work. I have set the svn:eol-style property to CRLF in the patch file in r306358. This should solve the problem.
----- Forwarded message from Nick Hilliard <nick@foobar.org> ----- Date: Sat, 27 Oct 2012 22:15:28 +0100 From: Nick Hilliard <nick@foobar.org> To: rakuco@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/172976: fix for bugged patch in devel/flyspray 0.9.9.7 someone pointed out offline that probably a better fix for this problem would be to use: +USE_DOS2UNIX= yes +DOS2UNIX_REGEX= .php ----- End forwarded message -----
Nick Hilliard <nick@foobar.org> writes: > On 29/10/2012 00:04, Cpet Services wrote: >> Using this: >> >> + @${REINPLACE_CMD} "s|E_ALL|E_ALL \& ~E_STRICT|g" \ >> + ${WRKSRC}/includes/fix.inc.php >> >> As well as: >> >> +USE_DOS2UNIX= yes >> >> +DOS2UNIX_REGEX= .php >> >> You can remove the patch entirely > > I think this is a better approach than messing around with svn eol > properties - thanks Chris. This will end up patching all PHP source files; if you're fine with this, please file a new PR with a patch (preferrably CC'ing me) and I can commit it.