From owner-freebsd-ports@FreeBSD.ORG Fri Dec 9 05:48:03 2005 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 068BB16A420 for ; Fri, 9 Dec 2005 05:48:03 +0000 (GMT) (envelope-from derth@wbs.co.za) Received: from mail-02.jhb.wbs.co.za (mail-02.jhb.wbs.co.za [196.30.31.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE7543D70 for ; Fri, 9 Dec 2005 05:48:01 +0000 (GMT) (envelope-from derth@wbs.co.za) Received: from localhost ([127.0.0.1] helo=webmail.wbs.co.za) by mail-02.jhb.wbs.co.za with esmtp (Exim 4.50) id 1Ekb6l-00008S-8k for freebsd-ports@freebsd.org; Fri, 09 Dec 2005 07:47:52 +0200 Received: from 196.2.148.70 (SquirrelMail authenticated user derth@wbs.co.za) by webmail.wbs.co.za with HTTP; Fri, 9 Dec 2005 07:47:51 +0200 (SAST) Message-ID: <21916.196.2.148.70.1134107271.squirrel@webmail.wbs.co.za> Date: Fri, 9 Dec 2005 07:47:51 +0200 (SAST) From: derth@wbs.co.za To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Original-Subject: Problem with mtr-0.69 and atk-1.9.1 Subject: Problem with mtr-0.69 and atk-1.9.1 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: Fri, 09 Dec 2005 05:48:03 -0000 Good Morning, I am trying to install the port mtr-0.69 but it seems to get stuck on the atk dependency. $make install clean ===> mtr-0.69_1 depends on executable: gmake - found ===> mtr-0.69_1 depends on file: /usr/local/bin/intltool-extract - found ===> mtr-0.69_1 depends on executable: pkg-config - found ===> mtr-0.69_1 depends on shared library: atk-1.0.0 - not found ===> Verifying install for atk-1.0.0 in /usr/ports/accessibility/atk ===> Installing for atk-1.9.1 ===> atk-1.9.1 depends on executable: pkg-config - found ===> atk-1.9.1 depends on shared library: glib-2.0.0 - found ===> Generating temporary packing list ===> Checking if accessibility/atk already installed ===> atk-1.9.1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of accessibility/atk without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/accessibility/atk. *** Error code 1 As far as I can see mtr is looking for atk-1.0.0 and I have atk1.9.1 installed? I've checked the Makefile but I can't see anywhere to change mtr to use atk-1.9.1, am I on the right track? Thanks Rudi