From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 17:46:09 2014 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id 823015C3 for ; Fri, 6 Jun 2014 17:46:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 695962C20 for ; Fri, 6 Jun 2014 17:46:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s56Hk9P3066677 for ; Fri, 6 Jun 2014 17:46:09 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s56Hk9xd066676 for freebsd-ports@freebsd.org; Fri, 6 Jun 2014 17:46:09 GMT (envelope-from bdrewery) Received: (qmail 53983 invoked from network); 6 Jun 2014 12:46:07 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 6 Jun 2014 12:46:07 -0500 Message-ID: <5391FE61.50402@FreeBSD.org> Date: Fri, 06 Jun 2014 12:46:09 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Paul Schmehl , FreeBSD Ports Subject: Re: libiconv problems References: <4D820E9E5737BFB66FC9093E@localhost> In-Reply-To: <4D820E9E5737BFB66FC9093E@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 17:46:09 -0000 On 6/6/14, 12:25 PM, Paul Schmehl wrote: > According to UPDATING, I should be able to do this to resolve issues > with libiconv: pkg query %ro libiconv >ports_to_update > > On my system, running 8.4 RELEASE with the old packaging system, this > command doesn't do anything. I ran pkg_info to get a list of > dependent apps and then piped that into xargs portmaster, but I got > errors. > > # cat dependencies.txt | xargs portmaster > > ===>>> /var/db/pkg/Information does not exist > ===>>> Aborting update > > ===>>> Killing background jobs > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > Terminated > ===>>> Exiting > > So how can I fix this problem without updating to the new pkg system? > You don't. UPDATING says: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv 8.4 not affected, according to the entry. -- Regards, Bryan Drewery