bug in p5-Apache-Test install?

Olivier Tharan olive at oban.frmug.org
Fri Jul 25 05:00:08 PDT 2003


* Erwin Lansing <erwin at freebsd.org> (20030715 10:42):
> Yes. www/p5-Apache-Test cannot install (both perl 5.6.1 and 5.005_03).
> I haven't had time to look for a fix though. If you have a patch, I'd be
> happy to test it.

See also message from Marc Fournier on July, 22nd.

The trick would be to s/PERLRUN/PERL/ in Makefile in a post-configure or
pre-build target (PERLRUN appears only once).

Is this patch enough? Do you want me to file a PR?

--- www/p5-Apache-Test/Makefile.orig    Fri Jul 25 13:56:39 2003
+++ www/p5-Apache-Test/Makefile Fri Jul 25 13:57:47 2003
@@ -32,5 +32,6 @@
 
 post-configure:
        @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
+       @${PERL} -pi -e 's/PERLRUN/PERL/;' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

-- 
olive


More information about the freebsd-ports mailing list