From owner-freebsd-questions@FreeBSD.ORG Fri Oct 22 14:58:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF253106564A for ; Fri, 22 Oct 2010 14:58:30 +0000 (UTC) (envelope-from vic@yeaguy.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.124]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9518FC0A for ; Fri, 22 Oct 2010 14:58:30 +0000 (UTC) Received: from hrndva-omtalb.mail.rr.com ([10.128.143.53]) by hrndva-qmta02.mail.rr.com with ESMTP id <20101022144222310.SOJ10056@hrndva-qmta02.mail.rr.com> for ; Fri, 22 Oct 2010 14:42:22 +0000 X-Authority-Analysis: v=1.1 cv=+c36koQ5Dcj/1qolKHjtkYAGXvrVJRRiKMp+84F5sLg= c=1 sm=0 a=rRLPHRHBMDsA:10 a=kj9zAlcOel0A:10 a=K3oiwSFwsX5fJWoDMELOCw==:17 a=AL-uzG-LvdtmjdaeUUwA:9 a=Uqx7AbT_BcYlHtd3pnMA:7 a=50VV4vTTNmm8piQveRHYHseQLYEA:4 a=CjuIK1q_8ugA:10 a=K3oiwSFwsX5fJWoDMELOCw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.49.120.184 Received: from [67.49.120.184] ([67.49.120.184:28044] helo=[192.168.1.169]) by hrndva-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 51/1E-24070-A82A1CC4; Fri, 22 Oct 2010 14:41:15 +0000 Date: Fri, 22 Oct 2010 07:41:00 -0700 (PDT) From: Justin Victoria To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: justin.victoria@gmail.com Subject: 4.5.4 Upgrading Ports (Handbook) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 14:58:30 -0000 Hi, I have a pretty simple question regarding upgrading ports.. I am following the handbook Section 4.5.4.. Step 1: pkg_version -v: Ok done.. bunch of stuff needs updating: Ex: hbca# pkg_version -v | grep -v "up-to-date with port" ImageMagick-6.6.3.10 < needs updating (port has 6.6.4.10) apache-2.2.16_2 < needs updating (port has 2.2.17_1) avahi-app-0.6.25_3 < needs updating (port has 0.6.27_2) bison-2.4.1_1,1 < needs updating (port has 2.4.3,1) bn-freebsd-doc-20100625 < needs updating (port has 20100926) boost-libs-1.43.0 < needs updating (port has 1.43.0_1) cmake-2.8.2 < needs updating (port has 2.8.2_1) consolekit-0.4.1_3 < needs updating (port has 0.4.1_4) cups-client-1.4.3 < needs updating (port has 1.4.4) da-freebsd-doc-20100625 < needs updating (port has 20100926) dbus-1.2.24_1 < needs updating (port has 1.2.24_2) dbus-glib-0.86_1 < needs updating (port has 0.88) de-freebsd-doc-20100625 < needs updating (port has 20100926) el-freebsd-doc-20100625 < needs updating (port has 20100926) en-freebsd-doc-20100625 < needs updating (port has 20100926) enchant-1.4.2 < needs updating (port has 1.6.0) es-freebsd-doc-20100625 < needs updating (port has 20100926) feh-1.5 < needs updating (port has 1.8) fr-freebsd-doc-20100625 < needs updating (port has 20100926) freetype2-2.3.12 < needs updating (port has 2.4.2) gettext-0.18_1 < needs updating (port has 0.18.1.1) gio-fam-backend-2.24.1_1 < needs updating (port has 2.24.2) Step 2: Update Ports collection: Ports collection updated everynite via cron job and cvsup. Done... Check /usr/ports/UPDATING.. This seems very time consuming considering i have a long list of ports that need updating.. (can i safely skip this step?) Step 3: portupgrade installed, done.... Step 4: pkgdb -F here it is: hbca# pkgdb -F ---> Checking the package registry database Stale origin: 'net/samba3': perhaps moved or obsoleted. -> The port 'net/samba3' was removed on 2010-10-18 because: "Has expired: Unsupported by the upstream. Please, consider to upgrade." -> Hint: samba-3.0.37_1,1 is not required by any other package -> Hint: checking for overwritten files... -> No files installed by samba-3.0.37_1,1 have been overwritten by other packages. Deinstall samba-3.0.37_1,1 ? [no] no Duplicated origin: security/libgcrypt - libgcrypt-1.4.5_1 libgcrypt-1.4.6 Unregister any of them? [no] no hbca# So if i deinstall samba and unregister one of the duplicated origins for libgcrypt will portupgrade reinstall them or fix this mess? Thanks, Justin