From owner-svn-src-stable-8@FreeBSD.ORG Tue Jul 9 11:57:58 2013 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C3117FFE; Tue, 9 Jul 2013 11:57:58 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9661C1B1C; Tue, 9 Jul 2013 11:57:58 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2116E2084E; Tue, 9 Jul 2013 07:57:58 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Tue, 09 Jul 2013 07:57:58 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= mesmtp; bh=ri7njp94sW0h629TJcLKoMCb26Q=; b=mgdrt+VL0HV5MKXDqGVV/ x9Lu5+DF2H47RxkZIux5G2O1Qk1wwI6hCYj20k/lZFx3OY0TGUGUpOrysjgzTVHz 0EmNnGG5G3S8uJszt50F+0cLuupEKQQ4uq1Bv6CXB7qgz3+C4eXsfx/O05cGeE1C TUSOKeMjvPLc1oW7hp/bJA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=ri7njp94sW0h629TJcLKoMCb26Q=; b=NUS5 zgolJXviS5wc++zEyT3p1aI91JeY52bpPgiqJyEayMyyedivrU7plD+B8lzJZdE0 0+UwMFHpNb/4s/fSKQotxn6CgM6Tm5gvJ8wbvs0SfoPXyk9g7JqsX5wXhWN342sK MG5tRzdyds7N526hBVQY7rt1YT0U79xFmM11VrA= X-Sasl-enc: 0TnlxEr1SLem33eOgzxuxhholiPyzMVJquhxAjnTY1cH 1373371077 Received: from markf.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id D0A6BC00E7F; Tue, 9 Jul 2013 07:57:57 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable , svn-src-stable-8 , "Chris H" Subject: Re: perl upgrade woes -- how to best reconcile? References: Date: Tue, 09 Jul 2013 06:57:57 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Mark Felder" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (FreeBSD) X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 11:57:58 -0000 On Tue, 09 Jul 2013 04:18:37 -0500, Chris H wrote: > How do I best sort this all out. I _really_ miss the perl_after_upgrade > script, that > used to accompany this process. I've had zero problems with upgrades to Perl, etc after I stopped compiling my packages in the host OS and started building the packages via poudriere and using pkgng (sysutils/pkg). pkg can detect when a perl upgrade is happening and is intelligent enough to reinstall all programs that require perl; poudriere is smart enough to rebuild and repackage them all. It's a match made in heaven and dead simple to use.