Bug 76371 - update port: net/wmpiki - rename patch file and minor doc fixes
Summary: update port: net/wmpiki - rename patch file and minor doc fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 20:40 UTC by Thomas Kempka
Modified: 2005-01-20 12:12 UTC (History)
0 users

See Also:


Attachments
wmpiki.Makefile.patch (562 bytes, patch)
2005-01-17 20:40 UTC, Thomas Kempka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kempka 2005-01-17 20:40:30 UTC
	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
Comment 1 Thomas Kempka 2005-01-17 21:17:41 UTC
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 ---
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-20 12:12:05 UTC
State Changed
From-To: open->closed

Committed, thanks!