From owner-freebsd-ports@FreeBSD.ORG Thu Mar 2 15:19:05 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0DB016A420 for ; Thu, 2 Mar 2006 15:19:05 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E6643D48 for ; Thu, 2 Mar 2006 15:19:05 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FEpa9-00034F-L1; Thu, 02 Mar 2006 10:19:09 -0500 Message-ID: <44070CE5.6040308@vonostingroup.com> Date: Thu, 02 Mar 2006 10:19:01 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <20060301194643.5B40C2288F@snail.stack.nl> <20060301222720.1675a5fe@it.buh.tecnik93.com> <17414.6609.237542.150971@jerusalem.litteratus.org> <20060302001848.4b05dbc6@it.buh.tecnik93.com> <17414.11915.389608.88736@jerusalem.litteratus.org> <20060302023909.19f2651a@it.buh.tecnik93.com> <17414.20762.989110.599118@jerusalem.litteratus.org> <20060302042159.4329c6e7@it.buh.tecnik93.com> In-Reply-To: <20060302042159.4329c6e7@it.buh.tecnik93.com> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: Robert Huff , freebsd-ports@freebsd.org Subject: Re: gtk lib rename. 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: Thu, 02 Mar 2006 15:19:05 -0000 Could you point me to the thread that discussed this renaming? I'm trying to figure out what exactly makes this new naming convention so much better, as it seems to have caused more headache than helpfulness. __________________________________________________ Frank Laszlo System Administrator The VonOstin Group Email: laszlof@tvog.net WWW: http://www.vonostingroup.com Mobile: 248-863-7584 Ion-Mihai Tetcu wrote: > On Wed, 1 Mar 2006 20:57:46 -0500 > Robert Huff wrote: > > >> Ion-Mihai Tetcu writes: >> >> >>> Please: >>> mv /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg.old >>> libchk > /tmp/libchk >>> grep Unresolvable /tmp/libchk | sed 's/.*: //' > /tmp/wrong_linked >>> sh -c 'for i in `cat /tmp/wrong_linked`; do \ >>> PKGNAME=`pkg_info -W $i`; \ >>> pkg_info -o ${PKGNAME} >> /tmp/ports_to_upgrade;\ >>> done' >>> >>> and then please provide the /tmp/ports_to_upgrade as attachment >>> to your mail so I can process it easier :) >>> >> Appended. >> >> >>> You'll need to portupgrade -f each port fro that list (with the >>> exceptions of false positives). >>> >> I'll start immediately. >> > > Better try portupgrade -Rfi and answer yes if the port is in the list. > After you're finished, run libchk again. > > >> While I was running libchk, it spit out a whole bunch of >> "Unreadable file or directory _______________". >> Upon superficial examination, these _appear_ to be symlinks >> whose target no longer exists. Is this something I need to hunt >> down, or can I just delete them? >> > > Since you didn't sent them, I can't tell. > > >