Bug 39792

Summary: ${PERL} -> ${REINPLACE_CMD}
Product: Ports & Packages Reporter: sf <sf>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-itk
none
patch-p5-Tk
none
patch-viewkless none

Description sf 2002-06-24 18:30:00 UTC
	${PERL} -> ${REINPLACE_CMD}

Fix: --- Makefile.orig	Sat Aug 25 23:00:11 2001
+++ Makefile	Mon Jun 24 10:20:43 2002
@@ -17,6 +17,7 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl
 LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82

+USE_REINPLACE=	yes
 PERL_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}

@@ -24,7 +25,7 @@
 MAN3=		Tcl::Tk.3

 post-patch:
-	@${PERL} -pi -e 's,%LOCALBASE%,${LOCALBASE},g; \
+	@${REINPLACE_CMD} -e 's,%LOCALBASE%,${LOCALBASE},g; \
 		s,%X11BASE%,${X11BASE},g' ${WRKSRC}/Makefile.PL

 .include <bsd.port.mk>
--- patch-p5-Tcl-Tk ends here ---

--- Makefile.orig	Tue Oct  9 19:10:58 2001
+++ Makefile	Mon Jun 24 10:23:54 2002
@@ -12,6 +12,7 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 USE_MESA=	yes
 USE_NEWGCC=	yes
@@ -21,6 +22,6 @@
 CONFIGURE_ARGS=	--with-GL=${X11BASE} --with-x

 post-patch:
-	@${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s| -O6 -Wall||g" ${WRKSRC}/configure

 .include <bsd.port.mk>
--- patch-plib ends here ---
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-03 18:09:12 UTC
State Changed
From-To: open->closed

All changes are now in the repository, thanks