- Although cdoc only needs Perl at run-time (and USE_PERL5_RUN is defined), it used Perl in do-build target. Convert to USE_REINPLACE.
On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote: > --- cdoc-0.9.7.patch begins here --- > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/cdoc/Makefile,v > retrieving revision 1.6 > diff -u -r1.6 Makefile > --- Makefile 14 Jun 2003 00:42:25 -0000 1.6 > +++ Makefile 18 Jun 2003 12:42:20 -0000 > @@ -16,6 +16,7 @@ > BUILD_DEPENDS+= make+:${PORTSDIR}/devel/makeplus > > USE_PERL5_RUN= yes ^^^^^^^^^^^^^^^^^^^^^^^ What do you think about remove this line from Makefile? Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
On 2003-06-18 at 18:42 +0400, Sergey A. Osokin wrote: > On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote: > > USE_PERL5_RUN= yes > ^^^^^^^^^^^^^^^^^^^^^^^ > What do you think about remove this line from Makefile? Why? cdoc is a Perl script, it definitely uses Perl at run-time. It does not require Perl at BUILD-time, especially in a "clean build" environment on bento under 5.x, which does not have Perl in the base system. Sergei
On Wed, Jun 18, 2003 at 09:53:06PM +0400, Sergei Kolobov wrote: > On 2003-06-18 at 18:42 +0400, Sergey A. Osokin wrote: > > On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote: > > > USE_PERL5_RUN= yes > > ^^^^^^^^^^^^^^^^^^^^^^^ > > What do you think about remove this line from Makefile? > > Why? cdoc is a Perl script, it definitely uses Perl at run-time. > It does not require Perl at BUILD-time, especially in a "clean build" > environment on bento under 5.x, which does not have Perl in the base > system. Sorry me. Looks like this day isn't mine :-( All words are tomorrow... -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
State Changed From-To: open->closed Committed. Thanks!