_PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk

jhell jhell at DataIX.net
Sun Jul 18 22:25:36 UTC 2010


The following consumes a "lot" of the bsd.perl.mk file.

Could this have any negative impact on ports that were previously using 
the areas that are contained in the if statements ?.

net-snmp-5.* Installs cleanly and depends on libperl.so right after its 
installed (twice I might add) libnetsnmphelpers.so.20 from /usr/local/lib 
has a "libperl.so => (0x0)".

I forked around this for now by symlinking the real libperl.so to 
/usr/local/lib but I assume other problems already exist that haven't been 
seen.

./bsd.perl.mk:85:.if defined(_PERL_REFACTORING_COMPLETE)
./bsd.perl.mk:116:.endif  # defined(_PERL_REFACTORING_COMPLETE)
./bsd.perl.mk:178:.if defined(_PERL_REFACTORING_COMPLETE)
./bsd.perl.mk:185:.endif  # defined(_PERL_REFACTORING_COMPLETE)
./bsd.port.mk:1455:.if !defined(_PERL_REFACTORING_COMPLETE)
./bsd.port.mk:1491:.endif  # !defined(_PERL_REFACTORING_COMPLETE)
./bsd.port.mk:2052:.if !defined(_PERL_REFACTORING_COMPLETE)
./bsd.port.mk:2057:.endif  # !defined(_PERL_REFACTORING_COMPLETE)


Regards,

-- 

  jhell



More information about the freebsd-ports mailing list