From owner-freebsd-questions@FreeBSD.ORG Fri Nov 1 02:22:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 887E238F; Fri, 1 Nov 2013 02:22:08 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01DED23B3; Fri, 1 Nov 2013 02:22:07 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id w61so3387811wes.24 for ; Thu, 31 Oct 2013 19:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o51OQ9CSg3YPviKkcx75eqHz6g5x1XX4bvF9kfDT0/E=; b=WYte3d/CK87KZQx6qHcpZf8mg+ATBSZft3Z09st+wqTphwflTmw5AR6j7ZZZnHx0k3 tUx6FrxywahtXXB93GpKi/JP8gDhbQ1ddxoFNyLf7RuKuERVFIkd4/+Lx6uzD64GQfUC AKslYEwKWcKzasrRZbUloTrvgn6ftQC7WAaOUTHuIAL7ac6LGStRELYOPxYqDeWYUUqb LlkPMDEiHucTKzmzX1z5VJk49KzNkkjdgevCuJIqoOXKu2+BCMiRunY+COeA9okKqFsH DFxUaB/S8T2cJcMa6BfiLARkN3gVzPr7RdZW2jHzSJxYf5Xi1fma29PwhBwdGY4SY/To y/FQ== MIME-Version: 1.0 X-Received: by 10.180.80.105 with SMTP id q9mr740092wix.18.1383272526317; Thu, 31 Oct 2013 19:22:06 -0700 (PDT) Received: by 10.217.112.132 with HTTP; Thu, 31 Oct 2013 19:22:06 -0700 (PDT) In-Reply-To: <5272D3A5.7010308@FreeBSD.org> References: <5271BC11.1010303@FreeBSD.org> <5271D5BA.9060004@networktest.com> <5272D3A5.7010308@FreeBSD.org> Date: Fri, 1 Nov 2013 09:22:06 +0700 Message-ID: Subject: Re: Official FreeBSD Binary Packages now available for pkgng From: Olivier Nicole To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Cc: Olivier Nicole , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 02:22:08 -0000 Bryan, > However, you should not be compiling anything on your > production machines! It is dangerous because of shlib bumping; you may > [...] > > I recommend setting up ports-mgmt/poudriere on a good > non-production-facing box and building packages to your own liking with > [...] That's when virtual machines come handy, to clone a production machine and upgrade it without fear. Best regards, Olivier