From owner-freebsd-current@FreeBSD.ORG Fri Oct 11 06:24:12 2013 Return-Path: Delivered-To: freebsd-current@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 200C7335 for ; Fri, 11 Oct 2013 06:24:12 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBEDD2AB5 for ; Fri, 11 Oct 2013 06:24:11 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y13so3719733pdi.5 for ; Thu, 10 Oct 2013 23:24:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PORJZqs2YZ+WZMvOvWPewg+KWBbqqRizd1Q0TJTG5do=; b=SnLzogIXQuEfIZEfFEFADPInongzIZ2DbZa9onAXoPem/+n7JLYc26GXNuDMLocZRC QcpUzsnj6O6KKnzA/ktEX1hRy/72yB5F+tdcnhL363lwBEKW6hJK3LdBhvrcf/Y4+ooJ i0v8+My+d/uedW4YdPjGJ5zcJc0ewIyc5GAkSPpJRhd3i40gAJ4Ei7JyEerQrQL8AkyF LAU8I/JINEP/LqWDlH78q7YRK/aOMWcCbzbZT75I8IreEgqANXsC6EJesabbPaBnIIDP c8UZR36Ay/b7qiU0DGEzWIvWUD6GX7CYXa5w26d7z8GvE59FeqYR3ur44dN/k+RcIEZp fvtg== MIME-Version: 1.0 X-Received: by 10.68.244.168 with SMTP id xh8mr17906036pbc.3.1381472651586; Thu, 10 Oct 2013 23:24:11 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.67.23.101 with HTTP; Thu, 10 Oct 2013 23:24:11 -0700 (PDT) In-Reply-To: References: <1381098538.1683.1.camel@localhost> <1381099002.1683.2.camel@localhost> <20131006232913.GA50021@troutmask.apl.washington.edu> Date: Thu, 10 Oct 2013 23:24:11 -0700 X-Google-Sender-Auth: CrqZ-UUJJoRqLMKIFb8S8sHMtKc Message-ID: Subject: Re: X related ports not finding version strings and hanging From: Kevin Oberman To: Warren Block Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 11 Oct 2013 06:24:12 -0000 On Mon, Oct 7, 2013 at 1:34 PM, Warren Block wrote: > 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. > Cool! I have somehow missed the real value of the '-q' option. Thanks! -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com