rename patchfile to let 'make patch' apply it correctly and some minor doc fixes (thanks to Soeren Straarup for notification) Fix: mv net/wmpiki/patch::wmpiki.c net/wmpiki/patch-wmpiki.c
On Mon, Jan 17, 2005 at 08:40:30PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: The previous patch is not portlint compliant, use this one instead, thanks. --- wmpiki.Makefile.patch begins here --- diff -ruN net/wmpiki/Makefile.orig net/wmpiki/Makefile --- net/wmpiki/Makefile.orig Fri Feb 20 21:40:57 2004 +++ net/wmpiki/Makefile Mon Jan 17 21:58:01 2005 @@ -24,6 +24,11 @@ -e 's|/include/X11|/include|g' \ -e 's|gcc|cc|g' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|ping_options\=-c 1 -w 1|ping_options\=-c 1 -i 1|g' \ + -e 's|ping host -c 1 -w 1|ping host -c 1 -i 1|g' \ + ${WRKSRC}/README + @${REINPLACE_CMD} -e 's|ping_options\=-c 1 -w 1|ping_options\=-c 1 -i 1|g' \ + ${WRKSRC}/config.example do-install: --- wmpiki.Makefile.patch ends here ---
State Changed From-To: open->closed Committed, thanks!