Some ports like "p5-DateTime" and "p5-Params-Validate" get error like this:
And
First is on FreeBSD 6.3 but with gcc 4.6 (I set USE_GCC var to 4.6). Second is 7.2 with gcc 4.2. Searching around google I found that the problem could be the gcc 3.x (that was in the 6.3 FreeBSD) but using gcc 4.6 didn't solved the problem
Could it be the version of the perl used as it is 5.8.9 ?
Regards.
Code:
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'Params-Validate' version '0.95'
===> Building for p5-Params-Validate-0.95_3
Building Params-Validate
Error: no compiler detected to compile 'lib/Params/Validate.c'. Aborting
*** Error code 2
Stop in /usr/ports/devel/p5-Params-Validate.
And
Code:
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
Checking prerequisites...
build_requires:
! Test::Exception is not installed
! Test::More (0.80) is installed, but we need version >= 0.88
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Run 'Build installdeps' to install missing prerequisites.
Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'DateTime' version '0.66'
===> Building for p5-DateTime-0.66
Building DateTime
Error: no compiler detected to compile 'lib/DateTime.c'. Aborting
*** Error code 2
Stop in /usr/ports/devel/p5-DateTime.
First is on FreeBSD 6.3 but with gcc 4.6 (I set USE_GCC var to 4.6). Second is 7.2 with gcc 4.2. Searching around google I found that the problem could be the gcc 3.x (that was in the 6.3 FreeBSD) but using gcc 4.6 didn't solved the problem

Could it be the version of the perl used as it is 5.8.9 ?
Regards.