From owner-freebsd-stable@FreeBSD.ORG Tue Jul 9 19:02:38 2013 Return-Path: Delivered-To: freebsd-stable@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 9411C624 for ; Tue, 9 Jul 2013 19:02:38 +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 66D1D1458 for ; Tue, 9 Jul 2013 19:02:38 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6BBB121034; Tue, 9 Jul 2013 15:02:31 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 09 Jul 2013 15:02:31 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= mesmtp; bh=uicWA9QhI2R9qcMnnxdEF+puyaw=; b=OWoWQvWhuMQZcxyCKaC+f XrkB/n7xnRdmpb7TRBmC++u8sbDaIRm7NaZJuR4cNPRbqfAIwsN71x459HLoMgaC dJZ8kR6K8MXEbTsY+psh/EyYE5sxoVnKRnrS67X7duAg8Mu58Mpz9yfwQ7n1p9P5 JrVje+03JxIF3lBL1V/2So= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:cc:subject:references :date:mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=uicWA9QhI2R9qcMnnxdEF+puyaw=; b=NNt4 YD4IGpMoVfdrMQtCIST4TAJqnailbzhz66fHZV5sLCgU3Chc90UuttdDJQtmGpqx ThnmfDG3QjnsLp3Aq18y0YF3+LfZTYezvUfz1H0bfbSKg4vpJxFJOKK7l/+2ctaP hIDccOnKto1UY0avaOaky+TOzcVZLIcQpGV+gU4= X-Sasl-enc: McEfWDXeDJZQ4Ll3+YgyUvzkXGgNf6kql/PQRsC9kICy 1373396550 Received: from tech304.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id C6096680279; Tue, 9 Jul 2013 15:02:30 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Chris H" Subject: Re: perl upgrade woes -- how to best reconcile? References: <51DBEB9F.7020803@wenks.ch> <44f72b29a68d30c276b13ee4a2730cc9.authenticated@ultimatedns.net> Date: Tue, 09 Jul 2013 14:02:30 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Mark Felder" Message-ID: In-Reply-To: <44f72b29a68d30c276b13ee4a2730cc9.authenticated@ultimatedns.net> User-Agent: Opera Mail/12.15 (FreeBSD) Cc: freebsd-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 19:02:38 -0000 Is there a reason you're avoiding poudriere/pkg ? It's simple to setup and extremely reliable. Your headaches go away because all of your package upgrades get built in a jail and you don't have a half-broken system while waiting for portmaster to run.