From owner-freebsd-ports@FreeBSD.ORG Sat Nov 15 02:57:25 2003 Return-Path: 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 1EF8816A4CE for ; Sat, 15 Nov 2003 02:57:25 -0800 (PST) Received: from fw.isc.tsu.ru (fw.isc.tsu.ru [212.192.98.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6798B43FB1 for ; Sat, 15 Nov 2003 02:57:22 -0800 (PST) (envelope-from alter@fw.isc.tsu.ru) Received: from fw.isc.tsu.ru (localhost [127.0.0.1]) by fw.isc.tsu.ru (8.12.9p2/8.12.9) with ESMTP id hAFH35vd002429; Sat, 15 Nov 2003 17:03:05 GMT (envelope-from alter@fw.isc.tsu.ru) Received: (from alter@localhost) by fw.isc.tsu.ru (8.12.9p2/8.12.9/Submit) id hAFH35Lk002428; Sat, 15 Nov 2003 17:03:05 GMT (envelope-from alter) Date: Sat, 15 Nov 2003 17:03:05 +0000 From: Vladimir Vladimirovich To: ports@FreeBSD.org Message-ID: <20031115170305.GA2409@fw.isc.tsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: alter@isc.tsu.ru Subject: [FIX] ports/devel/adabooch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alter@isc.tsu.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 10:57:25 -0000 Hi there. I had install devel/adabooch port, and tryed to compile some tests and demo (from installed demo and test dirs) but compilation failed. My invistigation lead to resoult: ports's files include a mistake: files/patch-demo-makefile, files/patch-test-makefile: ... -GNATMAKE_FLAGS = -I.. ... +GNATMAKE_FLAGS = -I/usr/local/lib/booch ... ... But the right path is /usr/local/lib/adabooch, cuz the files located here and there is no /usr/local/lib/booch path at all. After correction compilation of demo&test acomplished ok. I wish you will fix the files. Thanks. P.S. If you will email be back, use alter@isc.tsu.ru P.P.S. Sory for my bad english.