Date: Mon, 17 Jan 2005 21:20:28 GMT From: Thomas Kempka <t.kempka@web.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76371: update port: net/wmpiki - rename patch file and minor doc fixes Message-ID: <200501172120.j0HLKSYf053656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76371; it has been noted by GNATS. From: Thomas Kempka <t.kempka@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/76371: update port: net/wmpiki - rename patch file and minor doc fixes Date: Mon, 17 Jan 2005 22:17:41 +0100 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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501172120.j0HLKSYf053656>