From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 21:38:50 2014 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 ESMTPS id 29C79C6 for ; Fri, 4 Apr 2014 21:38:50 +0000 (UTC) Received: from mail5.networktest.com (mail5.networktest.com [204.109.60.142]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0547961A for ; Fri, 4 Apr 2014 21:38:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail5.networktest.com (Postfix) with ESMTP id 656E82FCCA0 for ; Fri, 4 Apr 2014 14:38:42 -0700 (PDT) Received: from mail5.networktest.com ([127.0.0.1]) by localhost (mail5.networktest.com [127.0.0.1]) (maiad, port 10024) with ESMTP id 31544-05 for ; Fri, 4 Apr 2014 14:38:42 -0700 (PDT) Received: from dhcp131.eng.networktest.com (ns.networktest.com [205.147.16.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail5.networktest.com (Postfix) with ESMTPSA id 26F672FCC96 for ; Fri, 4 Apr 2014 14:38:42 -0700 (PDT) Message-ID: <533F265D.4080605@networktest.com> Date: Fri, 04 Apr 2014 14:38:37 -0700 From: David Newman Organization: Network Test Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: yet another pkgng vs. ports management question X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 21:38:50 -0000 I have recently taken over sysadmin chores for a FreeBSD 9.2 system that runs ports installed with some combination of default and non-default options. I don't know which ports have non-default options set. The person who set up the system is not available. For purposes of keeping the system up-to-date, which option is best: - just run 'pkg update && pkg upgrade' - just update the ports tree and run 'portmaster -aD' - some combination of pkg and portmaster - something else Thanks! dn