Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 10:52:09 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39718: ports/security/ccrypt  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623105125.D99970-100000@ivymike.satan.kom>

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

>Number:         39718
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:00:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-ccrypt begins here ---
--- Makefile.orig	Wed Feb  6 17:13:35 2002
+++ Makefile	Sun Jun 23 10:50:29 2002
@@ -17,6 +17,7 @@

 LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt

+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
@@ -27,6 +28,6 @@
 	ccrypt.1 ccat.1

 post-patch:
-	@${PERL} -pi -e "s,gtar,tar,g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,gtar,tar,g" ${WRKSRC}/configure

 .include <bsd.port.mk>
--- patch-ccrypt ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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