Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 11:22:09 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39268: Update port: cad/gnucap ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020614092209.0D9B85A546@nemesis.informatik.unibw-muenchen.de>

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

>Number:         39268
>Category:       ports
>Synopsis:       Update port: cad/gnucap ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 14 02:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/gnucap/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	12 Jun 2002 15:53:39 -0000	1.3
+++ Makefile	14 Jun 2002 09:21:38 -0000
@@ -19,7 +19,7 @@
 
 post-patch:
 .for file in src/Make2.g++ src/Make.aux modelgen/Make.aux
-	@${PERL} -pi -e 's|g\+\+|\$$\{CXX\}|g ; \
+	@${REINPLACE_CMD} -e 's|g\+\+|\$$\{CXX\}|g ; \
 		 s|-O2|\$$\{CXXFLAGS\}|g' ${WRKSRC}/${file}
 .endfor
 
>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?20020614092209.0D9B85A546>