From owner-freebsd-ports Fri Aug 2 16:53:28 2002 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 3BEE137B400 for ; Fri, 2 Aug 2002 16:53:26 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9897143E5E for ; Fri, 2 Aug 2002 16:53:25 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 2600D2B6E5; Sat, 3 Aug 2002 01:53:21 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id A78EB6A711E; Sat, 3 Aug 2002 09:53:11 +1000 (EST) Date: Sat, 3 Aug 2002 09:53:11 +1000 From: Edwin Groothuis To: Simon 'corecode' Schubert Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/41258: converters/recode needs new port revision Message-ID: <20020802235311.GH2733@k7.mavetju> References: <200208021210.g72CA4uk011799@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208021210.g72CA4uk011799@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 05:10:04AM -0700, Simon 'corecode' Schubert wrote: > The following reply was made to PR ports/41258; it has been noted by GNATS. > > From: "Simon 'corecode' Schubert" > To: Martin Kraft > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/41258: converters/recode needs new port revision > Date: Fri, 2 Aug 2002 14:05:35 +0200 > > --=.IYGafILBWVd+u7 > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: 7bit > > On Fri, 2 Aug 2002 12:31:18 +0200 (CEST) Martin Kraft wrote: > > > >Environment: > > 4.6 STABLE > > recode installed from the ports long time ago. > > updated some other ports during the last days including replacement od > > libintl.2 by libintl.4. > > > > >Description: > > recode cannot be executed: > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found > > your fault. you did remove gettext-0.11.2 but recode depended on it. > > > But pkg_version -c does not show recode. So I missed to recompile recode. > > no need for that if you update your tree the right way: > either keep libintl.so.2 somewhere and everything is fine, or > remove libintl.so.2 and manually recompile all affected ports. Yes, and how to find out which ports are depending on it? Either do a "find /usr/ports -name Makefile -type f -exec grep -n -e intl.4 {} /dev/null \;", which isn't something I do right the first four attempts, let alone somebody who isn't as much skilled in find/grep as I am. Another disadvantage is that you don't know if you have had them all, there is a chance (rather big IMHO) that you will forget one or two. Or four or ten. Or see that your overview of ports which are upgraded is a little bit long and start the work (which is the same amount of work as previous) and at the end (or when you think it's the end) you see that you still missing one or two. Or four or ten. Now, which one do you prefer? The one which tells you what you have missed or the one which doesn't tell you what you have missed. Don't tell me it's the second, because I don't believe you. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message