Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2002 20:43:42 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/40532: [Maintainer-Update] net/scdp ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <200207131843.g6DIhgLw083033@sauna.arved.de>

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

>Number:         40532
>Category:       ports
>Synopsis:       [Maintainer-Update] net/scdp ${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:   Sat Jul 13 11:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


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

	

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/scdp/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    8 Oct 2001 02:53:05 -0000       1.2
+++ Makefile    13 Jul 2002 18:38:35 -0000
@@ -17,8 +17,9 @@

 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
+USE_REINPLACE= yes

 post-patch:
-       @${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
+       ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c


>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?200207131843.g6DIhgLw083033>