ports/65866: [PATCH] net/p5-SOAP-Lite: [use /usr/bin/env instead of /bin/env]

michael johnson ahze at ahze.net
Thu Apr 22 00:10:19 UTC 2004


>Number:         65866
>Category:       ports
>Synopsis:       [PATCH] net/p5-SOAP-Lite: [use /usr/bin/env instead of /bin/env]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 21 17:10:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #41: Tue Apr 13 22:30:51 EDT 2004
>Description:
- Use /usr/bin/env instead of /bin/env

Port maintainer (kappa at freebsd.org.ua) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-SOAP-Lite-0.55.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-SOAP-Lite/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	24 Oct 2003 12:03:14 -0000	1.6
+++ Makefile	22 Apr 2004 00:02:15 -0000
@@ -26,6 +26,7 @@
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--noprompt
 INSTALL_TARGET=	pure_install
+USE_REINPLACE=	yes
 
 MAN1=		SOAPsh.pl.1 XMLRPCsh.pl.1
 MAN3PREFIX=	${LOCALBASE}/lib/perl5/${PERL_VERSION}
@@ -49,5 +50,9 @@
 		XMLRPC::Transport::HTTP.3 \
 		XMLRPC::Transport::POP3.3 \
 		XMLRPC::Transport::TCP.3
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|bin/env|usr/bin/env|' \
+		${WRKSRC}/bin/* ${WRKSRC}/t/*
 
 .include <bsd.port.mk>
--- p5-SOAP-Lite-0.55.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list