Date: Fri, 9 May 2003 01:59:13 -0500 From: "Philip M. Gollucci" <philip@p6m7g8.com> To: questions@freebsd.org Subject: bleedperl Message-ID: <200305090159.13611.philip@p6m7g8.com>
next in thread | raw e-mail | index | archive | help
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@p6m7g8.com URL : http://p6m7g8.net/Resume/resume.shtml Phone : 301.474.9598 eJournalPress DBA / Software Engineer / System Administrator E-Mail: pgollucci@ejournalpress.com URL : http://www.ejournalpress.com Phone : 301.530.6375 $Id: .signature,v 1.4 2003/05/02 23:46:37 philip Exp $
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305090159.13611.philip>