From owner-freebsd-ports@FreeBSD.ORG Thu Nov 5 07:19:00 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05551106566B for ; Thu, 5 Nov 2009 07:19:00 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from fallback2.mail.ru (fallback2.mail.ru [94.100.176.87]) by mx1.freebsd.org (Postfix) with ESMTP id B69618FC0C for ; Thu, 5 Nov 2009 07:18:59 +0000 (UTC) Received: from mx34.mail.ru (mx34.mail.ru [94.100.176.48]) by fallback2.mail.ru (mPOP.Fallback_MX) with ESMTP id D78E1EDD985 for ; Thu, 5 Nov 2009 09:01:45 +0300 (MSK) Received: from [217.25.27.27] (port=15579 helo=[217.25.27.27]) by mx34.mail.ru with asmtp id 1N5vPj-0000wA-00 for freebsd-ports@freebsd.org; Thu, 05 Nov 2009 09:01:44 +0300 Message-ID: <4AF26A47.1040200@mail.ru> Date: Thu, 05 Nov 2009 10:01:43 +0400 From: rihad User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Subject: forcing ports to use Perl 5.8.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rihad List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 07:19:00 -0000 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