From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 4 20:00:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 0AC27DEF for ; Wed, 4 Dec 2013 20:00:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB49B1C7C for ; Wed, 4 Dec 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB4K02HT020896 for ; Wed, 4 Dec 2013 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB4K02cR020895; Wed, 4 Dec 2013 20:00:02 GMT (envelope-from gnats) Date: Wed, 4 Dec 2013 20:00:02 GMT Message-Id: <201312042000.rB4K02cR020895@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?UTF-8?B?QmXDsWF0?= Gonzalez Etxepare Subject: Re: ports/184481: x11-fm/doublecmd compilation fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?UTF-8?B?QmXDsWF0?= Gonzalez Etxepare List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 20:00:03 -0000 The following reply was made to PR ports/184481; it has been noted by GNATS. From: =?UTF-8?B?QmXDsWF0?= Gonzalez Etxepare To: bug-followup@FreeBSD.org Cc: mustelator@yahoo.es Subject: Re: ports/184481: x11-fm/doublecmd compilation fail Date: Wed, 04 Dec 2013 19:51:10 +0100 Hi, I can't reproduce the error. LazIDEIntf unit should be installed by editors/lazarus port which is a build time dependency of x11-fm/doublecmd. Can you give me the output of the following command? pkg_info | grep lazarus ( or if you are using pkgng: ) pkg info | grep lazarus Also, I would like to know the exact command you are using to upgrade the ports, so I can try to reproduce the error locally.