Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 13:43:40 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        tobez@FreeBSD.org (Anton Berezin)
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/lang/perl5 Makefile ports/lang/perl5/files         use.perl
Message-ID:  <200205201143.g4KBheB39677@zibbi.icomtek.csir.co.za>
In-Reply-To: <200205200003.g4K038l41666@freefall.freebsd.org> from Anton Berezin at "May 19, 2002 05:03:08 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> tobez       2002/05/19 17:03:08 PDT
> 
>   Modified files:
>     lang/perl5           Makefile 
>     lang/perl5/files     use.perl 
>   Log:
>   1. Speed up the fetch stage by using groups of MASTER_SITES.
>   2. Remove the dependency on perl (rather important for this port).
>   3. Make the script this port installs use the version of perl from ports.
>   
>   Reported-by:    (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl>
>   

Any plans to fix the port for current too? It breaks like this:

#############################
Extracting perlcc (with variable substitutions)
../miniperl -I../lib dprofpp.PL
Extracting dprofpp (with variable substitutions)
 
        Making x2p stuff
make: don't know how to make <built-in>. Stop
*** Error code 2

Stop in /usr/ports/lang/perl5/work/perl-5.6.1.
*** Error code 1

Stop in /usr/ports/lang/perl5.
#############################

And sure enough there are strange things in the dependency part of the
makefile:

#############################
beast:/usr/ports/lang/perl5 # egrep 'built-in|command line' work/perl-5.6.1/x2p/makefile
hash$(OBJ_EXT): <built-in>
hash$(OBJ_EXT): <command line>
str$(OBJ_EXT): <built-in>
str$(OBJ_EXT): <command line>
util$(OBJ_EXT): <built-in>
util$(OBJ_EXT): <command line>
walk$(OBJ_EXT): <built-in>
walk$(OBJ_EXT): <command line>
#############################

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205201143.g4KBheB39677>