From owner-freebsd-ports@FreeBSD.ORG Thu Nov 5 10:19:33 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 B6A811065692 for ; Thu, 5 Nov 2009 10:19:33 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from mx39.mail.ru (mx39.mail.ru [94.100.176.53]) by mx1.freebsd.org (Postfix) with ESMTP id 700FC8FC18 for ; Thu, 5 Nov 2009 10:19:33 +0000 (UTC) Received: from [217.25.27.27] (port=37309 helo=[217.25.27.27]) by mx39.mail.ru with asmtp id 1N5zRD-0007JW-00; Thu, 05 Nov 2009 13:19:31 +0300 Message-ID: <4AF2A6B2.4000300@mail.ru> Date: Thu, 05 Nov 2009 14:19:30 +0400 From: rihad User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: Matthew Seaman References: <4AF26A47.1040200@mail.ru> <4AF2800B.1040201@infracaninophile.co.uk> <4AF28B04.2000301@mail.ru> <4AF28C17.3060907@mail.ru> <4AF2A284.206@infracaninophile.co.uk> In-Reply-To: <4AF2A284.206@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: forcing ports to use Perl 5.8.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 10:19:33 -0000 Matthew Seaman wrote: > rihad wrote: >> rihad wrote: >>> Matthew Seaman wrote: > >>>> Basically, just don't upgrade perl. The various perl modules will >>>> adapt to >>>> whatever version is installed. If you use portupgrade(1) et al, add >>>> 'perl-*' to the HOLD_PKGS array in /usr/local/etc/pkgtools.conf. If >>>> you use portmaster(1), create a file >>>> +IGNOREME in /var/db/pkg/perl-5.8.8/ > >> Yes, I'm using portmaster. Should /var/db/pkg/perl-5.8.8_1/+IGNOREME >> be an empty file? > > Yes. > >> portmaster manual says: >> /var/db/pkg/*/+IGNOREME >> If this file exists, several things will happen: >> >> 1. The port will be ignored for all purposes, including >> dependency updates, if there is no directory for it in >> /usr/ports, and there is no entry for it in >> /usr/ports/MOVED. >> Now I understand it: the items separated by comma are ANDed together, so it finally makes sense ;-)