ports/170772: [patch] java/icedtea-web: fails without /usr/bin/perl
Bruno Alves Dias
bruno at privatdemail.net
Sun Aug 19 22:00:23 UTC 2012
>Number: 170772
>Category: ports
>Synopsis: [patch] java/icedtea-web: fails without /usr/bin/perl
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Aug 19 22:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Bruno Alves Dias
>Release:
>Organization:
>Environment:
install lang/perl5.* without USE_PERL
>Description:
>How-To-Repeat:
$ make
[...]
gmake: /usr/ports/java/icedtea-web/work/icedtea-web-1.2.1/bootstrap/jdk1.6.0/bin/javac: Command not found
gmake: *** [stamps/netx.stamp] Error 127
>Fix:
--- use_perl.diff begins here ---
Index: java/icedtea-web/Makefile
===================================================================
--- java/icedtea-web/Makefile (revision 302403)
+++ java/icedtea-web/Makefile (working copy)
@@ -86,6 +86,7 @@ CONFIGURE_ARGS+=--with-junit=no
.endif
post-patch:
+ ${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' ${WRKSRC}/javac.in
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/launcher/javaws.in
--- use_perl.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list