From owner-freebsd-ports@FreeBSD.ORG Tue Jun 12 03:33:02 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A96D0106564A for ; Tue, 12 Jun 2012 03:33:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 62A298FC08 for ; Tue, 12 Jun 2012 03:33:02 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q5C3WtXv086393; Mon, 11 Jun 2012 21:32:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q5C3Wtts086390; Mon, 11 Jun 2012 21:32:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 11 Jun 2012 21:32:55 -0600 (MDT) From: Warren Block To: Waitman Gobble In-Reply-To: <1339470844.2302@da3m0n8t3r.com> Message-ID: References: <1339470844.2302@da3m0n8t3r.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed Content-ID: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 11 Jun 2012 21:32:56 -0600 (MDT) Cc: freebsd-ports@freebsd.org, Kevin Oberman Subject: Re: libpng.so.6 missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 03:33:02 -0000 On Mon, 11 Jun 2012, Waitman Gobble wrote: > I ran pkg_libchk and it looks like a whole boatload of packages need > to be replaced, so I decided to skip to the chase and give the update > script a 'replace' option.. it checks the package version available in > the packages directory on the freebsd site with what's installed, if > there's a newer version it downloads it and does the MD5 check, > creates an update.sh script to replace (the update script doesn't > actually do any udpating!) Anyhow, with 'replace' it will either > replace the existing or use the newer if available. I've been using > this script to update the system and it works pretty good for me, > except when I veer off path and get into ports like with my libpng > issue. :) There is a pkg_upgrade command in the bsdadminscripts, too. However, pkgng will change all that soon.