From owner-freebsd-ports@FreeBSD.ORG Sat Jan 27 08:38:37 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 BD92916A401 for ; Sat, 27 Jan 2007 08:38:37 +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 35E0E13C46B for ; Sat, 27 Jan 2007 08:38:36 +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 l0R8cB4I025480; Sat, 27 Jan 2007 09:38:12 +0100 (CET) (envelope-from root@scienceclue.ath.cx) Received: (from root@localhost) by scienceclue.ath.cx (8.13.8/8.13.8/Submit) id l0R8c6Ap025479; Sat, 27 Jan 2007 09:38:06 +0100 (CET) (envelope-from root) Date: Sat, 27 Jan 2007 09:38:06 +0100 From: Mathieu Prevot To: Tilman Linneweh Message-ID: <20070127083806.GA3876@scienceclue.ath.cx> References: <20070126090310.GA45018@scienceclue.ath.cx> <4D1FCF54-6AF3-4A1A-A512-B97C5EA97749@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <4D1FCF54-6AF3-4A1A-A512-B97C5EA97749@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 08:38:37 -0000 On Fri, Jan 26, 2007 at 12:37:35PM +0100, Tilman Linneweh wrote: > > On Jan 26, 2007, at 10:03, Mathieu Prevot wrote: > >libtool: link: cannot find the library `' > > Try something like > > pre-build: > ${RM} ${WRKSRC}/libtool > ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool Thanks for replying. I tryed with the following Makefile, without success: PORTNAME= kmess PORTVERSION= 1.5pre1 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= MSN Messenger Client for KDE3 #EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes pre-build: ${RM} ${WRKSRC}/libtool ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool post-patch: @${TOUCH} ${WRKSRC}/config.h.in .include