Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 21:47:41 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39590: ${PERL} -> ${REINPLACE} www/asp2php
Message-ID:  <200206201947.g5KJlf1n038535@vale.pil.dk>

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

>Number:         39590
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE} www/asp2php
>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:   Thu Jun 20 12:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 09:35:15 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386


	
>Description:
use REINPLACE instead of PERL
>How-To-Repeat:
	
>Fix:

	

--- asp2php.diff begins here ---
diff -ruN asp2php.orig/Makefile asp2php/Makefile
--- asp2php.orig/Makefile	Thu Jun 20 21:44:42 2002
+++ asp2php/Makefile	Thu Jun 20 21:45:22 2002
@@ -16,6 +16,7 @@
 
 WANT_GTK=	yes
 MAKE_ENV=	FLAGS="${CFLAGS}"
+USE_REINPLACE=	yes
 
 .include <bsd.port.pre.mk>
 
@@ -29,7 +30,7 @@
 .endif
 
 post-patch:
-	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${PERL} -pi -e \
+	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|^CC=|#CC=|g ; \
 		 s| make| \$$\{MAKE\}|g ; \
 		 s|`gtk-config|`\$$\{GTK_CONFIG\}|g'
--- asp2php.diff 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?200206201947.g5KJlf1n038535>