From owner-freebsd-ports@FreeBSD.ORG Fri Jun 24 09:06:55 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D897106566B for ; Fri, 24 Jun 2011 09:06:55 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id BD3368FC12 for ; Fri, 24 Jun 2011 09:06:54 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward15.mail.yandex.net (Yandex) with ESMTP id A5FAC9E13B5; Fri, 24 Jun 2011 13:06:52 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1308906412; bh=F/lb2qyq3gz24KsvvWRghgkNYa20IlxzMv+nocSBvcE=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=GkG1EhSVKuamh0YpU+qS4YsYc/JoAHMwnp+i+FvRad1Lajc1RquV+LUHqZBFR027/ mXlgxz6L3YHaGyxgGsG6aa6s9dolVeVuWFN86qOGIqifGMyoD1BMdVgvs93O1f3/e0 3qpX4PP+HHu0qUfvSlnjk7j9SJBwF0kIQO8FhpmE= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 5958C4CC0066; Fri, 24 Jun 2011 13:06:52 +0400 (MSD) Message-ID: <4E04530B.2000209@yandex.ru> Date: Fri, 24 Jun 2011 13:04:11 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Kurt Jaeger References: <4E034711.6030007@webrz.net> <4E03470D.7040909@yandex.ru> <20110623162920.GE16648@home.opsec.eu> <20110624092457.7d82744e@gmail.com> <20110624070900.GF16648@home.opsec.eu> In-Reply-To: <20110624070900.GF16648@home.opsec.eu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: freebsd-ports@freebsd.org Subject: Re: Spamassassin vs 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: Fri, 24 Jun 2011 09:06:55 -0000 24.06.2011 11:09, Kurt Jaeger пишет: > Hi! > >>>> Did you run perl-after-upgrade command after update? >>> >>> Same perl upgrade, yes, I ran perl-after-upgrade after the upgrade, >>> similar problem: > [...] >>> fa8# /usr/local/etc/rc.d/sa-spamd start >>> Starting spamd. >>> Can't locate NetAddr/IP.pm in @INC (@INC > [...] > >> reinstall net-mgmt/p5-NetAddr-IP > > It's not only net-mgmt/p5-NetAddr-IP, there are approx. 20+ dependencies > which also did not work due to the upgrade. > > Interestingly, approx. 4000 manual pages are still in > > /usr/local/lib/perl5/5.14.0 > > and approx. 8000 other 5.14.0 files are in > > /usr/local/lib/perl5/site_perl/5.14.0 > > I assume that short of a full rebuild nothing helps if the perl > version increases. This is a bit painful 8-( > > How can one reconstruct a good dependency tree of all perl related ports > which allows to cleanly rebuild them all ? I use portmaster p5-. git and ImageMagic should be also rebuilded if installed (they install stuff into site_perl) If after that you have more man-pages and files in 5.14.0, then use pkg_info -W filename to discover which port it belong and rebuild it too. > > portupgrade -fr perl seems to have issues, as well. > > I'll start one and report back. > -- Regards, Ruslan