Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 23:10:47 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39675: Update ports@ maintained ports in category news: ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020622211047.7BEF0315@unsane.de>

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

>Number:         39675
>Category:       ports
>Synopsis:       Update ports@ maintained ports in category news: ${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 14:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 12:43:32 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD} in

news/nntpcache
news/pyne
news/xrn

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: nntpcache/Makefile
===================================================================
RCS file: /home/ncvs/ports/news/nntpcache/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- nntpcache/Makefile	2002/03/30 10:14:36	1.21
+++ nntpcache/Makefile	2002/06/22 21:08:52
@@ -31,6 +31,7 @@
 SPOOLDIR?=	/var/spool
 
 NO_CDROM=	Free for individuals and non-military, non-profit organisations only
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${SPOOLDIR}
@@ -68,7 +69,7 @@
 	@cd ${WRKSRC}/src && ${GMAKE} ${AUTHINFO_EXT}
 
 post-patch:
-	@${PERL} -pi -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \
+	@${REINPLACE_CMD} -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \
 		${WRKSRC}/configure
 
 post-install:
Index: pyne/Makefile
===================================================================
RCS file: /home/ncvs/ports/news/pyne/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- pyne/Makefile	2001/12/11 03:41:58	1.1
+++ pyne/Makefile	2002/06/22 21:08:52
@@ -15,10 +15,11 @@
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
 
+USE_REINPLACE=	yes
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
 post-patch:
-	@${PERL} -pi -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
Index: xrn/Makefile
===================================================================
RCS file: /home/ncvs/ports/news/xrn/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- xrn/Makefile	2001/10/07 02:03:42	1.3
+++ xrn/Makefile	2002/06/22 21:08:53
@@ -14,6 +14,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
+USE_REINPLACE=	yes
 USE_IMAKE=	yes
 MAN1=		xrn.1
 MANCOMPRESSED=	no
@@ -22,7 +23,7 @@
 DOCS=		COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog
 
 post-patch:
-	@${PERL} -pi -e "s|^#error.+||g; \
+	@${REINPLACE_CMD} -E -e "s|^#error.+||g; \
 		s|/usr/lib/sendmail|/usr/sbin/sendmail|g;" ${WRKSRC}/config.h
 
 do-install:
>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?20020622211047.7BEF0315>