From sf@dsinw.com  Sun Jun 23 11:00:06 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 433E437B405
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 11:00:03 -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 g5NHwG618035
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 10:58:17 -0700
Message-Id: <20020623110053.G136-100000@ivymike.satan.kom>
Date: Sun, 23 Jun 2002 11:01:30 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/security/hashish  ${PERL} -> ${REINPLACE_CMD}

>Number:         39721
>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:10:02 PDT 2002
>Closed-Date:    Sun Jun 23 13:41:33 PDT 2002
>Last-Modified:  Mon Jul 05 16:55:00 GMT 2004
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-hashish begins here ---
--- Makefile.orig	Tue May  7 23:51:54 2002
+++ Makefile	Sun Jun 23 10:59:56 2002
@@ -19,14 +19,15 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
 LIB_DEPENDS=	wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel

+USE_REINPLACE=	yes
 WRKSRC=		${WRKDIR}/Hashish
 CFLAGS+=	-I${LOCALBASE}/include
 USE_GMAKE=	yes

 post-patch:
-	@${PERL} -pi -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
+	@${REINPLACE_CMD} -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
 		s,^LBLIBS =,LBLIBS = -L${LOCALBASE}/lib,g" ${WRKSRC}/Makefile
-	@${PERL} -pi -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp
+	@${REINPLACE_CMD} -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp

 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/hashish ${PREFIX}/bin
--- patch-hashish ends here ---


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

http://www.freebsd.org/cgi/query-pr.cgi?pr=39722 
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sun Jun 23 13:41:12 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

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