Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 12:48:51 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44524: Maintainer port update: lang/dis
Message-ID:  <E185mqZ-0001Dz-00@home.irrelevant.org>

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

>Number:         44524
>Category:       ports
>Synopsis:       Maintainer port update: lang/dis
>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:   Sun Oct 27 04:50:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


	
>Description:

PERL -> REINPLACE

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/nfs/ncvs/ports/lang/dis/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	14 Jun 2001 16:59:44 -0000	1.1
+++ Makefile	27 Oct 2002 12:48:41 -0000
@@ -13,8 +13,10 @@
 
 MAINTAINER=    simond@irrelevant.org
 
+USE_REINPLACE=	yes
+
 post-patch:
-	${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/dis.c
+	@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/dis.c
 
 do-build:
 	${CC} ${CFLAGS} ${WRKSRC}/dis.c -o ${WRKSRC}/dis
>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?E185mqZ-0001Dz-00>