Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 21:37:17 +0100 (CET)
From:      Thomas Kempka <t.kempka@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76371: update port: net/wmpiki - rename patch file and minor doc fixes
Message-ID:  <20050117203717.CFB0B11412@mail.wurstundkuchen.de>
Resent-Message-ID: <200501172040.j0HKeUA1048296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76371
>Category:       ports
>Synopsis:       update port: net/wmpiki - rename patch file and minor doc fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 20:40:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Kempka
>Release:        FreeBSD 5.2.1-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD lala.wurstkoffer-regiert.net 5.2.1-RELEASE-p13 FreeBSD 5.2.1-RELEASE-p13 #4: Tue Dec 21 22:12:35 CET 2004 root@lala.wurstkoffer-regiert.net:/usr/obj/usr/src/sys/LALA i386

>Description:
	rename patchfile to let 'make patch' apply it correctly
	and some minor doc fixes

	(thanks to Soeren Straarup for notification)

>How-To-Repeat:

>Fix:

mv net/wmpiki/patch::wmpiki.c net/wmpiki/patch-wmpiki.c

--- 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 20:50:59 2005
@@ -24,7 +24,12 @@
 		-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:
 
 .if !defined(NOPORTDOCS)
--- wmpiki.Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050117203717.CFB0B11412>