Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 01:15:02 +0100 (CET)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47655: unPERLify ports/chinese
Message-ID:  <200301300015.h0U0F2Eg013474@terrorfish.uni.stoert.net>

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

>Number:         47655
>Category:       ports
>Synopsis:       unPERLify ports/chinese
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 16:20:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'portlint' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #43: Thu Jan 23 17:46:13 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386


	
>Description:
	unPERLify
	
>How-To-Repeat:
	
>Fix:

Index: eterm/Makefile
===================================================================
RCS file: /home/ncvs/ports/chinese/eterm/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- eterm/Makefile	22 Dec 2002 05:15:12 -0000	1.6
+++ eterm/Makefile	29 Jan 2003 21:54:55 -0000
@@ -19,6 +19,7 @@
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_REINPLACE=	yes
 USE_GNOMENG=	yes
 USE_GNOME=	imlib
 USE_LIBTOOL=	yes
@@ -31,7 +32,7 @@
 INSTALLS_SHLIB=	yes
 
 pre-patch:
-	@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
 		${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c
 
 post-install:
	


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

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




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