Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 21:43:12 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39589: ${PERL} -> ${REINPLACE} net/gopher
Message-ID:  <200206201943.g5KJhC4N037531@vale.pil.dk>

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

>Number:         39589
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE} net/gopher
>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:   Thu Jun 20 12:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 09:35:15 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386


	
>Description:
use REINPLACE instead of perl

>How-To-Repeat:
	
>Fix:

	

--- gopher.diff begins here ---
diff -ruN gopher.orig/Makefile gopher/Makefile
--- gopher.orig/Makefile	Thu Jun 20 21:33:59 2002
+++ gopher/Makefile	Thu Jun 20 21:34:57 2002
@@ -15,12 +15,14 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_REINPLACE=	yes
 
 MAN1=	gopher.1 gophfilt.1
 MAN5=	gopherd.conf.5 gopherrc.5
 MAN8=	gopherd.8 gopherindex.8
 
 pre-patch:
-	@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,'
+	@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
+		's,<malloc.h>,<stdlib.h>,'
 
 .include <bsd.port.mk>
--- gopher.diff 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?200206201943.g5KJhC4N037531>