From sf@dsinw.com  Sun Jun 23 11:40:43 2002
Return-Path: <sf@dsinw.com>
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by hub.freebsd.org (Postfix) with ESMTP id 00D7F37B415
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 11:40:32 -0700 (PDT)
Received: from ivymike.satan.kom (05-030.021.popsite.net [192.216.197.30])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5NIck618889
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 11:38:46 -0700
Message-Id: <20020623114120.B988-100000@ivymike.satan.kom>
Date: Sun, 23 Jun 2002 11:41:59 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/sysutils/httplog  ${PERL} -> ${REINPLACE_CMD}

>Number:         39736
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:50:01 PDT 2002
>Closed-Date:    Sun Jun 23 13:30:30 PDT 2002
>Last-Modified:  Mon Jul 05 16:56:32 GMT 2004
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-httplog begins here ---
--- Makefile.orig	Sun Jan 27 16:47:32 2002
+++ Makefile	Sun Jun 23 11:40:19 2002
@@ -17,13 +17,14 @@

 DOCS=	ChangeLog README

+USE_REINPLACE=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}

 post-patch:
 	(cd ${WRKSRC} && \
-	${PERL} -pi -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \
-	${PERL} -pi -e \
+	${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \
+	${REINPLACE_CMD} -e \
 		"s@/var/lib/apache/bin/httplog@${PREFIX}/sbin/httplog@" \
 	httplog.8)
--- patch-httplog ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sun Jun 23 13:30:19 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39736 
>Unformatted:
 
