Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 11:36:51 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39734: ports/sysutils/e2fsprogs  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623113610.I961-100000@ivymike.satan.kom>

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

>Number:         39734
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 11:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-e2fsprogs begins here ---
--- Makefile.orig	Sat Jan 26 00:06:02 2002
+++ Makefile	Sun Jun 23 11:35:12 2002
@@ -13,6 +13,7 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
@@ -26,7 +27,7 @@
 	mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8

 post-patch:
-	@find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \
+	@find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \
 		's|LIST_HEAD|LIN_LST_HEAD|g ; \
 		 s|et/com_err.h|com_err.h|g ; s|<malloc.h>|<stdlib.h>|'
--- patch-e2fsprogs 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?20020623113610.I961-100000>