From owner-freebsd-stable@FreeBSD.ORG Tue Jul 9 15:56:32 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 753EB38B for ; Tue, 9 Jul 2013 15:56:32 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 38A7E19A2 for ; Tue, 9 Jul 2013 15:56:32 +0000 (UTC) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.5/8.14.5) with ESMTP id r69FuRRf026881; Tue, 9 Jul 2013 11:56:27 -0400 (EDT) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.5/8.14.4/Submit) id r69FuRnq026880; Tue, 9 Jul 2013 11:56:27 -0400 (EDT) (envelope-from wollman) Date: Tue, 9 Jul 2013 11:56:27 -0400 (EDT) From: Garrett Wollman Message-Id: <201307091556.r69FuRnq026880@hergotha.csail.mit.edu> To: feld@feld.me Subject: Re: perl upgrade woes -- how to best reconcile? In-Reply-To: References: Organization: none X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (hergotha.csail.mit.edu [127.0.0.1]); Tue, 09 Jul 2013 11:56:27 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hergotha.csail.mit.edu Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 15:56:32 -0000 In article , feld@feld.me writes: >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. This. -GAWollman