From owner-svn-ports-head@FreeBSD.ORG Sat May 4 11:28:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7E6EE2B8; Sat, 4 May 2013 11:28:42 +0000 (UTC) (envelope-from draco@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 1A08C1229; Sat, 4 May 2013 11:28:42 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.16.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4244243BD9; Sat, 4 May 2013 02:49:09 -0500 (CDT) Message-ID: <5184BD6C.5000705@marino.st> Date: Sat, 04 May 2013 09:49:00 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Bryan Drewery Subject: Re: svn commit: r316918 - in head/textproc/xmlada: . files References: <201304301149.r3UBnvex005302@svn.freebsd.org> <5183F007.2000401@FreeBSD.org> In-Reply-To: <5183F007.2000401@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 11:28:42 -0000 On 5/3/2013 19:12, Bryan Drewery wrote: > On 4/30/2013 6:49 AM, Baptiste Daroussin wrote: >> -BUILD_DEPENDS= gnat-aux>=20110325:${PORTSDIR}/lang/gnat-aux > > This this lost the gnatmake dependency > > On 9.1-i386: > > >> =================================================== >> ===> Building for xmlada-4.2.0.0_1 >> gmake LIBRARY_TYPE=static build_library_type >> gmake[1]: Entering directory `/wrkdirs/usr/ports/textproc/xmlada/work/xmlada-4.2.0.0' >> gnatmake -j1 -m -p -Punicode/unicode.gpr -XMODE=distrib -XLIBRARY_TYPE=static >> gmake[1]: gnatmake: Command not found >> gmake[1]: *** [obj] Error 127 >> gmake[1]: Leaving directory `/wrkdirs/usr/ports/textproc/xmlada/work/xmlada-4.2.0.0' >> gmake: *** [static] Error 2 >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/textproc/xmlada. >> ===> Cleaning for xmlada-4.2.0.0_1 The gnatmake dependency is taken care of in Mk/Uses/ada.mk: http://svnweb.freebsd.org/ports/head/Mk/Uses/ada.mk?revision=316916&view=markup The PATH to gnatmake is defined there as well. I believe Bapt tested this on every platform. I personally tested it on 9.1-amd64. The symptoms suggest there's something wrong (or missing) with ada.mk. John