From owner-freebsd-ports@FreeBSD.ORG Sat Jul 30 19:38:41 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D043C106564A for ; Sat, 30 Jul 2011 19:38:41 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2878FC08 for ; Sat, 30 Jul 2011 19:38:40 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id WAA29675; Sat, 30 Jul 2011 22:38:39 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QnFMt-0008Ln-Ae; Sat, 30 Jul 2011 22:38:39 +0300 Message-ID: <4E345DBD.1090503@FreeBSD.org> Date: Sat, 30 Jul 2011 22:38:37 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110706 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, freebsd-gnome@FreeBSD.org X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: UPDATING 20110730 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: Sat, 30 Jul 2011 19:38:41 -0000 > 20110730: > AFFECTS: users of x11-toolkits/gtk20 > AUTHOR: gnome@FreeBSD.org > > The gtk-update-icon-cache utility has been slipt out of the gtk20 port. A minor typo in the above line - slipt -> split. > Use the following instructions to update your system. > > # pkg_delete -f gtk-2.\* > # portmaster x11-toolkits/gtk20 I would like to warn other users and at the same time ask for alternative instructions. I have a regular (consumer) HDD and not so huge amount of RAM. I also have many (maybe very many) ports depending on gtk20 and some other loosely related ports like glib and gobject-introspection. Execution of the above command already takes more than an hour which is spent inside portmaster. I have hundreds of lines like the following in portmaster output: ===>>> x11-toolkits/gtk20 is listed as a dependency ===>>> but there is no installed version ===>>> Try portmaster --check-depends ===>>> devel/gobject-introspection is listed as a dependency ===>>> but there is no installed version ===>>> Try portmaster --check-depends ===>>> devel/gobject-introspection is listed as a dependency ===>>> but there is no installed version ===>>> Try portmaster --check-depends This carpet of output starts with: ===>>> Updating dependency entry for gio-fam-backend-2.28.8 in each dependent port > # portmaster -a -- Andriy Gapon