From owner-freebsd-questions@FreeBSD.ORG Mon Oct 26 10:17:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CD881065694 for ; Mon, 26 Oct 2009 10:17:57 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 0919F8FC18 for ; Mon, 26 Oct 2009 10:17:56 +0000 (UTC) Received: from [85.175.178.101] (helo=izar) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1N2MeB-000K3X-GK; Mon, 26 Oct 2009 13:17:55 +0300 To: Jamie Griffin References: <4AE4E1CD.80106@gmx.com> From: Boris Samorodov Date: Mon, 26 Oct 2009 13:17:56 +0300 In-Reply-To: <4AE4E1CD.80106@gmx.com> (Jamie Griffin's message of "Sun\, 25 Oct 2009 23\:39\:57 +0000") Message-ID: <31466587@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: can't make www/linux-f10-flashplugin10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 10:17:57 -0000 Jamie Griffin writes: > Hi, i'm trying to build the www/linux-f10-flashplugin port and i'm > getting the following error on make: > > "/usr/ports/Mk/bsd.linux-apps.mk", line 79: Malformed conditional > ($LINUX_DIST_SUFFIX}=="") > "/usr/ports/Mk/bsd.linux-apps.mk", line 145: Malformed conditional > ($LINUX_DIST_SUFFIX}=="-f10") > "/usr/ports/Mk/bsd.linux-apps.mk", line 171: Malformed conditional > ($LINUX_DIST_SUFFIX}=="") > "/usr/ports/Mk/bsd.linux-apps.mk", line 173: Malformed conditional > ($LINUX_DIST_SUFFIX}=="-f8") > "/usr/ports/Mk/bsd.linux-apps.mk", line 421: Malformed conditional > ($LINUX_DIST_SUFFIX}=="") > "/usr/ports/Mk/bsd.linux-apps.mk", line 459: Malformed conditional > ($LINUX_DIST_SUFFIX}=="-f8") > "/usr/ports/Mk/bsd.linux-apps.mk", line 461: if-less else > "/usr/ports/Mk/bsd.linux-apps.mk", line 463: if-less endif > "/usr/ports/Mk/bsd.linux-apps.mk", line 477: Malformed conditional > ($LINUX_DIST_SUFFIX}=="-f8") > "/usr/ports/Mk/bsd.linux-apps.mk", line 479: if-less else > "/usr/ports/Mk/bsd.linux-apps.mk", line 481: if-less endif > Error expanding embedded variable. > > I don't know what this means and i'm not sure how to fix it. Can > anyone help? > > I'm using FreeBSD 7.2, my ports tree is up to date (did it earlier > today). I did have flashplugin 9 installed with the linux-f4-core, but > i've removed this, installed the f10-core and then started having > problems with the flashplugin. > > Thanks in advance for any advice/help. The port www/linux-f10-flashplugin needs linux -f10- ports. The latter are defaults for FreeBSD-8.x and later. You can use them at 7.2 (7.2-STABLE is preferred). For more unformation take a look at /usr/ports/UPDATING "20090401: AFFECTS: users of linux Fedora 8 infrastructure ports" (it deals with non default f8 ports, f10 are the same with "f10" value). HTH Please, keep in mind that those ports are not defaults for 7.x. -- WBR, bsam