Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 14:56:28 -0400 (EDT)
From:      Jason Harris <jharris@widomaker.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jason Harris <jharris@widomaker.com>
Subject:   ports/39670: [maintainter-update] ports/misc/granulate - ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <200206221856.g5MIuRU00708@pm13-06.lft.widomaker.com>

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

>Number:         39670
>Category:       ports
>Synopsis:       [maintainter-update] ports/misc/granulate - ${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 Jun 22 12:00:10 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harris
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none here
>Environment:
System: FreeBSD 4.3-RELEASE i386

>Description:

	change Perl dependency to ${REINPLACE_CMD} for ports/misc/granulate
>How-To-Repeat:

	apply patch below
>Fix:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

? work
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/granulate/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2002/04/02 02:38:33	1.5
+++ Makefile	2002/06/22 18:52:44
@@ -1,4 +1,3 @@
-# ex:ts=8
 # New ports collection makefile for:   granulate
 # Date created:			Feb 17, 2001
 # Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
@@ -14,8 +13,10 @@
 
 MAINTAINER=	jharris@widomaker.com
 
+USE_REINPLACE=	yes
 post-patch:
-	@${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \
+	${WRKSRC}/Makefile
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9FMeUSypIl9OdoOMRAlt1AJ95jlvrn7G+CmzuXRveondzio7bKgCgoWNo
DFc/Y3UZqEfcDoRG3eFR0NY=
=v0lk
-----END PGP SIGNATURE-----
>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?200206221856.g5MIuRU00708>