From owner-freebsd-ports@FreeBSD.ORG Thu Jul 10 03:43:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id A71D637B405; Thu, 10 Jul 2003 03:43:26 -0700 (PDT) Date: Thu, 10 Jul 2003 03:43:26 -0700 From: Max Khon To: Sergey Akifyev Message-ID: <20030710034325.A35297@FreeBSD.org> References: <1057822557.358.8.camel@asa.gascom.net.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1057822557.358.8.camel@asa.gascom.net.ru>; from asa@gascom.ru on Thu, Jul 10, 2003 at 11:35:57AM +0400 cc: FreeBSD ports Subject: Re: misc/mc port dependency problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 10:43:27 -0000 hi, there! On Thu, Jul 10, 2003 at 11:35:57AM +0400, Sergey Akifyev wrote: > I've discovered that mc is linked against one of X libraries if they're > installed on the system at the moment of mc build. This is very bad, > because when making mc package it doesn't depend on the > XFree86-libraries, and doesn't run on system, where libraries are not > installed. I'd suggest one of the following: > 1) adding --without-x to CONFIGURE_ARGS > 2) adding the same if MC_WITH_X is not defined > > Please spend some time for solving the problem. > > P.S. I prefer 1st solution, as I don't know many people that are really > using mc --with-x features. fjoe 2003/07/10 03:39:38 PDT FreeBSD ports repository Modified files: misc/mc Makefile Log: Add WITH_X11 knob, configure with --without-x if WITH_X11 is not defined. Suggested by: Sergey Akifyev Revision Changes Path 1.82 +4 -0 ports/misc/mc/Makefile http://cvsweb.FreeBSD.org/ports/misc/mc/Makefile.diff?r1=1.81&r2=1.82 /fjoe