From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 20:34:34 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31D0E93E for ; Mon, 7 Oct 2013 20:34:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7BE52114 for ; Mon, 7 Oct 2013 20:34:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r97KYWvk091624; Mon, 7 Oct 2013 14:34:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r97KYWk9091621; Mon, 7 Oct 2013 14:34:32 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 7 Oct 2013 14:34:32 -0600 (MDT) From: Warren Block To: Kevin Oberman Subject: Re: X related ports not finding version strings and hanging In-Reply-To: Message-ID: References: <1381098538.1683.1.camel@localhost> <1381099002.1683.2.camel@localhost> <20131006232913.GA50021@troutmask.apl.washington.edu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 07 Oct 2013 14:34:32 -0600 (MDT) Cc: "freebsd-current@freebsd.org" , Steve Kargl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 20:34:34 -0000 On Sun, 6 Oct 2013, Kevin Oberman wrote: > As usual with such upgrades, pkg_libchk is your friend. Assuming you have > updated pixman: > portmaster graphics/libGL graphics/dri > pkg_libchk -o | grep pixman | cut -d: -f1 | sort | uniq > pixman-files.txt > portmaster =D `cat pixman-files.txt` > portmaster -aD > portmaster -y -clean-distfiles pkg_libchk -q > /tmp/to-be-rebuilt.txt portmaster `cat /tmp/to-be-rebuilt.txt` worked for me, although I did it after following the pixman instructions in /usr/ports/UPDATING.