Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 18:25:24 -0400
From:      jhell <jhell@DataIX.net>
To:        skv@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk
Message-ID:  <alpine.BSF.2.00.1007181813540.22190@pragry.qngnvk.ybpny>

next in thread | raw e-mail | index | archive | help

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




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