I have updated my perl port sucessfully as specified in the installation docs.
core# rehash; use.perl port
core# perl -v
This is perl, v5.8.2 built for i386-freebsd
...
toaster_setup.pl -s pre failed on dns/p5-Net-DNS so I attempted to install manually.
# make install clean
===> Installing for p5-Net-DNS-0.46
===> p5-Net-DNS-0.46 depends on file: /usr/local/lib/perl5/site_perl/5.8.2/Digest/HMAC_MD5.pm - found
===> Generating temporary packing list
===> Checking if dns/p5-Net-DNS already installed
pkg_info: package bsdpan-Mail-Toaster-3.38 has no origin recorded
make: don't know how to make /usr/local/lib/perl5/5.6.1/mach/Config.pm. Stop
*** Error code 2
Stop in /usr/ports/dns/p5-Net-DNS.
#
I can see the problem with it looking for perl5.6.1 when I have 5.8.2 installed but I am not sure how to fix it.
thanks in advance
Tim
Well i have installed the port manually after downloading the .tgz but the package has not been registered in pkg_info, so toaster_setup.pl -s pre is still trying to install the port. How do I register the package as installed?
pkg_add -r works just fine. sorry