Date: Thu, 05 Nov 2009 10:01:43 +0400 From: rihad <rihad@mail.ru> To: freebsd-ports@freebsd.org Subject: forcing ports to use Perl 5.8.8 Message-ID: <4AF26A47.1040200@mail.ru>
next in thread | raw e-mail | index | archive | help
Hello, I need to install security/p5-Digest-HMAC from the ports, but _only_ with the currently installed Perl 5.8.8, without it being upgraded to 5.8.9 as a dependency (because some other software dumps core with Perl 5.8.9). How can I as a user cleanly tell the system to stay with 5.8.8 and still be able to upgrade any other port, even all of them? I have in /etc/make.conf: PERL_VER=5.8.8 PERL_VERSION=5.8.8 but this isn't enough. /usr/ports/Mk/bsd.perl.mk has several knobs, which ones can I set in /etc/make.conf to achieve what I need (stay with perl 5.8.8)? TIA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AF26A47.1040200>