From owner-freebsd-ports@FreeBSD.ORG Sat Jan 27 18:15:58 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8ABCF16A400; Sat, 27 Jan 2007 18:15:58 +0000 (UTC) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (mic92-1-87-90-12-116.dsl.club-internet.fr [87.90.12.116]) by mx1.freebsd.org (Postfix) with ESMTP id C0F9D13C48E; Sat, 27 Jan 2007 18:15:55 +0000 (UTC) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (localhost [127.0.0.1]) by scienceclue.ath.cx (8.13.8/8.13.8) with ESMTP id l0RIFVKD041348; Sat, 27 Jan 2007 19:15:31 +0100 (CET) (envelope-from root@scienceclue.ath.cx) Received: (from root@localhost) by scienceclue.ath.cx (8.13.8/8.13.8/Submit) id l0RIFPVH041347; Sat, 27 Jan 2007 19:15:25 +0100 (CET) (envelope-from root) Date: Sat, 27 Jan 2007 19:15:25 +0100 From: Mathieu Prevot To: Markus Brueffer Message-ID: <20070127181525.GA26664@scienceclue.ath.cx> References: <20070126090310.GA45018@scienceclue.ath.cx> <200701271723.54070.markus@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200701271723.54070.markus@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: new port: libtool: link: cannot find the library `' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu Prevot List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2007 18:15:58 -0000 On Sat, Jan 27, 2007 at 05:23:48PM +0100, Markus Brueffer wrote: > Hi Mathieu, > > The problem is that the buildsystem that kmess ships is hosed. Try the > following in the port's directory (regenerating the buildsystem): > > # make patch > # cd work/kmess-1.5pre1 > # gmake -f admin/Makefile.common > # cd ../.. > # make > > Now the build should succeed. I don't have much time at the moment, but will > come back to you tonight with details on how to fix this properly. It made it, indeed. Thanks for this. I will wait for details. MP