bleedperl

Philip M. Gollucci philip at p6m7g8.com
Thu May 8 22:59:13 PDT 2003


install /usr/ports/net/rsync
rsync -acvz --delete --force rsync://ftp.linux.activestate.com/perl-current/ 
perl-current

./Configure --Dprefix=/usr/local Dusedevel -Doptimize=-g 
-Dprefix=$DIR_INSTALL/perl -des

make
make test
make install

Then edit /etc/make.conf replace 5.6.1 with 5.9.0
Then edit /usr/ports/Mk/bsd.ports.mk replace 5.6.1 with 5.9.0
cd /usr/local/bin
ln -fs perl5.9.0 perl
ln -fs perldoc5.9.0 perldoc
ln -fs pod2man5.9.0 pod2man
ln -fs perl5 perl
cd /usr/bin
ln -fs /usr/bin/perl /usr/local/bin/perl
ln -fs /usr/bin/perl5 /usr/local/bin/perl5

I still have issues with things trying to install 5.6.1 and not use 5.9.0
Also, because a few paths are different /usr/ports/database/p5-DBI/Makefile
must be edited so that it doesn't install DBI again and again and again.

all this is on a -CURRENT machine

Any thoughts on /usr/ports/Mk/bsd.perl.mk ? I think Antoin answered me on this 
a while ago and agreed, but nothing ever happened with it.
He also disagreed with making 5.8 the default.  Didn't say why.  Anyone want 
to chime in ?


Thanks again







-- 
END 
------------------------------------------------------------------------------ 
Philip M. Gollucci
Consultant
E-Mail: philip at p6m7g8.com 
URL   : http://p6m7g8.net/Resume/resume.shtml
Phone : 301.474.9598

eJournalPress 
DBA / Software Engineer / System Administrator 
E-Mail: pgollucci at ejournalpress.com
URL   : http://www.ejournalpress.com 
Phone : 301.530.6375

$Id: .signature,v 1.4 2003/05/02 23:46:37 philip Exp $



More information about the freebsd-questions mailing list