From owner-freebsd-ports@freebsd.org Mon Oct 19 08:50:06 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07F28A127F1 for ; Mon, 19 Oct 2015 08:50:06 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 C6AB6869 for ; Mon, 19 Oct 2015 08:50:05 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 350AA1B2283B for ; Mon, 19 Oct 2015 10:50:03 +0200 (CEST) To: FreeBSD Ports ML From: Torsten Zuehlsdorff Subject: How to debug a Mk-Script? Message-ID: <5624AEBA.80702@toco-domains.de> Date: Mon, 19 Oct 2015 10:50:02 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 08:50:06 -0000 Hello, after defining a USES pgsql:9.3+ in an port-update i stumbled over this error message: the port wants postgresql-client version 9.3 9.4 and you have version 9.4 installed. This seems to be an error in Mk/Uses/pgsql.mk which i found to track down (in order to gather some more experience). While i have already an idea what the case can be, i just want to add some output into the script. How is this possible? Can someone guide me please? Thanks, Torsten