Date: Wed, 21 Apr 2004 20:06:33 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kappa@freebsd.org.ua Subject: ports/65866: [PATCH] net/p5-SOAP-Lite: [use /usr/bin/env instead of /bin/env] Message-ID: <20040422000633.AE38968F0@ahze.ahze.net> Resent-Message-ID: <200404220010.i3M0AI6J033215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040422000633.AE38968F0>