From owner-freebsd-ports@FreeBSD.ORG Sat May 21 18:40:50 2011 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 979C6106566B; Sat, 21 May 2011 18:40:50 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4308FC0A; Sat, 21 May 2011 18:40:50 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward14.mail.yandex.net (Yandex) with ESMTP id 7A00B19827E7; Sat, 21 May 2011 22:40:48 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1306003248; bh=cXwbYhgyQwUL/MwmXEOCzwpdNfiTIfprv2u14QdsvZg=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=cZ6y28ROt/b7PKHLB6u7zwkpyyjFpZpTsMSTFYplUWN89J9UC5VATZ296s45mZdQl oZw99soQNshsVa4sG64C+qTYxPELRypa7afZUqtOpN3hF3AGEulZqhg6q5YgEvT1AX Jv2YVOg2hIRcJzgZWpE2au3v9YHsOfI4lMhN437M= Received: from smeshariki2.local (unknown [178.76.212.172]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 3F01919B807E; Sat, 21 May 2011 22:40:48 +0400 (MSD) Message-ID: <4DD806A9.2020504@yandex.ru> Date: Sat, 21 May 2011 22:38:33 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: Doug Barton References: <20110521083645.346e7b40@seibercom.net> <4DD804DF.1010607@FreeBSD.org> In-Reply-To: <4DD804DF.1010607@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: freebsd-ports@freebsd.org Subject: Re: "net/sendemail" fails after updating Perl 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: Sat, 21 May 2011 18:40:50 -0000 21.05.2011 22:30, Doug Barton пишет: > Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to see if you > still have modules installed from the previous version of perl. If you do, use > pkg_info -W to find what module, and reinstall it. If you use portmaster, > 'portmaster p5' is usually sufficient to fix this, but sometimes things other > than p5-* modules install files in that path. git and ImageMagick in my case, so may be they should be bumped. -- Regards, Ruslan