From owner-freebsd-ports@FreeBSD.ORG Tue Dec 15 09:55:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4341065694; Tue, 15 Dec 2009 09:55:31 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA238FC13; Tue, 15 Dec 2009 09:55:30 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so288345fgg.13 for ; Tue, 15 Dec 2009 01:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=OCzKnajUFRc46QnNdo7h9qWVe+caYI6QKhSg02IVODY=; b=WlKirv5WecdVEDnKwYz6lzE6/0ZdG+gZ7Oh5OLIxDj1Qg7Bris4I3m1uxQ7yp+WYg/ 9M27rYartZWxtakpySMEHBucpMRoonexGZErLk/wOzXrJNThYlh6EcaZprI/NoWATqEi uZvp+zdGr2Yc2QCfle+X33HIgLsPiZ7sYdGvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=tC1quQdCh04N64faTTLb0bH2XwIanweYABIw2RoFIWBgafTFRbfx97OxncE3OmOpjZ yOxPtcKEuftNOlG4r+hHRmlEi9hKWRx9vBRiAOLsSoRUAuMchGHkxOH7cObXyZQKH/pp 6SsBXBdLuC0JR/64PeYDXG4dvYoGwr2X6bz4Y= Received: by 10.86.195.29 with SMTP id s29mr7607789fgf.73.1260870928035; Tue, 15 Dec 2009 01:55:28 -0800 (PST) Received: from tiger.minsk.domain (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id e3sm7991729fga.1.2009.12.15.01.55.26 (version=SSLv3 cipher=RC4-MD5); Tue, 15 Dec 2009 01:55:27 -0800 (PST) Date: Tue, 15 Dec 2009 11:55:25 +0200 From: "Sergey V. Dyatko" To: Dima Panov Message-ID: <20091215115525.778d9f39@tiger.minsk.domain> In-Reply-To: <200912151927.52138.fluffy@fluffy.khv.ru> References: <20091215110430.56ffc19b@notebook> <200912151927.52138.fluffy@fluffy.khv.ru> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: fjoe@freebsd.org, freebsd-ports@freebsd.org Subject: Re: configure failed on misc/mc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 09:55:31 -0000 On Tue, 15 Dec 2009 19:27:51 +1000 Dima Panov wrote: DP> On Tuesday 15 December 2009 19:04:30 Sergey V. Dyatko wrote: DP> > Hi, DP> > DP> > I have same error as DP> > http://forums.freebsd.org/showthread.php?p=55865 on my laptop, DP> > but on my desktop mc-4.7.0-pre4 build and works fine. DP> > DP> > desktop# make showconfig DP> > ===> The following configuration options are available for DP> > mc-4.7.0pre4: SLANG=on "Build with SLang library" DP> > ICONV=on "Build with iconv recoding" DP> > NLS=on "Build with NLS support" DP> > EDIT=on "Build with internal editor" DP> > X11=on "Build with X11 library" DP> > SUBSHELL=on "Build with subshell support" DP> > SAMBA=off "Build with Samba support" DP> > ===> Use 'make config' to modify these settings DP> > DP> > On laptop I have same config DP> > DP> > config.log: DP> > http://tiger.ipfw.ru/files/config.log DP> > DP> DP> Index: DP> Makefile DP> =================================================================== DP> RCS file: /home/ncvs/ports/misc/mc/Makefile,v retrieving revision DP> 1.120 diff -u -r1.120 DP> Makefile --- Makefile 14 Dec 2009 18:54:05 -0000 1.120 DP> +++ Makefile 15 Dec 2009 09:26:38 -0000 DP> @@ -76,6 +76,7 @@ DP> .if defined(WITH_UTF8) DP> LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 DP> CONFIGURE_ARGS+=--with-screen=slang DP> +CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib DP> CFLAGS+=-I${LOCALBASE}/include .elif !defined(WITH_SLANG) && DP> (defined(WITHOUT_SLANG) || defined(MINIMAL)) DP> CONFIGURE_ARGS+=--with-screen=ncurses .else DP> same error. -- wbr, tiger