Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 02:39:09 +0200
From:      Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: gtk lib rename.
Message-ID:  <20060302023909.19f2651a@it.buh.tecnik93.com>
In-Reply-To: <17414.11915.389608.88736@jerusalem.litteratus.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help

 [ Note: please use Reply-all as the list charter requires,
 you'll get faster replies this way. Thanks. ]

On Wed, 1 Mar 2006 18:30:19 -0500
Robert Huff <roberthuff@rcn.com> wrote:

> 
> Ion-Mihai Tetcu writes:
> 
> >  Please tell how exactly did you update your ports.
> 
> 	1) ran portversion to get a list of everyting that needed
> updating
> 	2) updated using "/usr/local/sbin/portupgrade -R <portname>"

 [ .. libchk output .. ]

Yeh, the problem is that not all ports that need it had their
PORTREVISION bumped.

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 :)

You'll need to portupgrade -f each port fro that list (with the
exceptions of false positives).


Thanks,

-- 
IOnut - Unregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"

Ferengi Rule of Acquisition #60:
	Keep your lies consistent.
		-- ST: Legends of the Ferengi





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060302023909.19f2651a>