From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 14 18:17:00 2009 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29272106566B for ; Mon, 14 Sep 2009 18:17:00 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id CBAC08FC1A for ; Mon, 14 Sep 2009 18:16:59 +0000 (UTC) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20090914181659.JFFH11036.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Mon, 14 Sep 2009 14:16:59 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo02.cox.net with bizsmtp id giGy1c0053JFCbG02iGyKj; Mon, 14 Sep 2009 14:16:59 -0400 X-VR-Score: -260.00 X-Authority-Analysis: v=1.0 c=1 a=phosoefUKIwA:10 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=Cy7RDc5XHlB0LTevzNAA:9 a=eAPifVPQUJbyMtd4oAbZlqNDZYgA:4 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 X-CM-Score: 0.00 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Boris Samorodov" References: <86iqfn6gfz.fsf@ahab.tihnet> <76660667@bb.ipt.ru> <80174211@bb.ipt.ru> Date: Mon, 14 Sep 2009 13:19:20 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Jeremy Messenger" Message-ID: In-Reply-To: <80174211@bb.ipt.ru> User-Agent: Opera Mail/10.00 (Linux) Cc: emulation@freebsd.org Subject: Re: ports/138752: www/linux-opera does not start X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2009 18:17:00 -0000 On Mon, 14 Sep 2009 09:50:20 -0500, Boris Samorodov wrote: > On Mon, 14 Sep 2009 07:23:45 -0500 Jeremy Messenger wrote: >> On Mon, 14 Sep 2009 01:56:36 -0500, Boris Samorodov wrote: >> > On Sat, 12 Sep 2009 17:34:27 -0500 Jeremy Messenger wrote: >> > >> >> BTW: Add emulation@ in the CC for they can correct me if I said >> >> anything wrong with Linux emulation stuff related. >> > >> > Jeremy, you are perfectly correct. >> > >> > However, I'll advise against other linux base ports than -fc4, >> > -f8 and -f10. The latter ports have all needed linux infrastructure >> > ports. > >> Ok, it means that it's best for me to put USE_LINUX=f8 in there >> instead of f6 or f7. > > USE_LINUX does nor support it. I mean there is no possibility to > define a linux distro ATM. The only option is to use USE_LINUX=yes. > The only way is to check for OSVERSION and if > OVERRIDE_LINUX_NONBASE_PORTS is defined. You may look at > emulators/linux-systemsimcell for an examples. See in the Mk/bsd.port.mk: =================================== # USE_LINUX - Set to yes to say the port needs the default linux base port. # Set to value , if the port needs emulators/linux_base-. # If set to "7", a dependency is registered to emulators/linux_base. ------------------------------------ With USE_LINUX=yes: ------------------------------------ # make all-depends-list | grep base /usr/ports/emulators/linux_base-fc4 ------------------------------------ With USE_LINUX=f8: ------------------------------------ # make all-depends-list | grep base /usr/ports/emulators/linux_base-f8 /usr/ports/emulators/linux_base-fc4 ------------------------------------ Looks like it's a bug. Also the document needs to be update if it doesn't support. >> Will it still be able to use f10 if user wants it >> to be? I don't see anything to add '+' in the document something like >> USE_LINUX=f8+. > > Yes, no one including me have written such support so far. Ok thanks, I shall check in emulators/linux-systemsimcell. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org