From owner-freebsd-ports@FreeBSD.ORG Sun Dec 23 09:11:47 2012 Return-Path: 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 66578A6C for ; Sun, 23 Dec 2012 09:11:47 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by mx1.freebsd.org (Postfix) with ESMTP id E15E88FC0A for ; Sun, 23 Dec 2012 09:11:46 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id jm19so2995451bkc.22 for ; Sun, 23 Dec 2012 01:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rC9myakX57cztzI1lfQ1J/RX9I7jaazygW5gaVzGRG8=; b=kBok4mcUQn4f5pvUtIlQ8nWne2qxfH4tZxBzjpGniiRrNOPMSD89KilG196AuY6Pxh EHrlXB54FU03gtbi0OMP0VAx6Yx7zuJPSMLQivTG57hl+3n7VgKF6nMoy5UOCV3hvqoQ 0qCKV6e7MwrM78FaL1+deNup/Zh/nEzRH32fNJQbEc/g9NpqsFqC01RMAf+SgY+C0O8v G9tnVQHLO+fm6bhYGMHFr/MAqUwVtRdIaFRK4s/z2t+EM4+PbmcnY6PpyZF0Qv3nzwuX R8YEOZDgCCYcDlocG+Uu13mROrswxLPOoaGBA3uQiRN4pu1c4sQPAjQlcFV5YZ6h+1vZ Vhtw== MIME-Version: 1.0 Received: by 10.204.130.140 with SMTP id t12mr9049742bks.39.1356253905503; Sun, 23 Dec 2012 01:11:45 -0800 (PST) Received: by 10.204.167.71 with HTTP; Sun, 23 Dec 2012 01:11:45 -0800 (PST) Received: by 10.204.167.71 with HTTP; Sun, 23 Dec 2012 01:11:45 -0800 (PST) In-Reply-To: <201212221657.26359.lumiwa@gmail.com> References: <201212221657.26359.lumiwa@gmail.com> Date: Sun, 23 Dec 2012 09:11:45 +0000 Message-ID: Subject: Re: (${USE_GCC} == yes) From: Chris Rees To: ajtiM Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 09:11:47 -0000 On 22 Dec 2012 22:58, "ajtiM" wrote: > > FreeBSD 9.1 RC-3 > > I run portsnap fetch update and it downloded and update than I ran portmaster > -a and I got: > > portmaster -a > ===>>> Gathering distinfo list for installed ports > > "/usr/ports/Mk/bsd.gcc.mk", line 63: Malformed conditional (${USE_GCC} == yes) > "/usr/ports/Mk/bsd.port.mk", line 6598: if-less endif > make: fatal errors encountered -- cannot continue > > ===>>> Is /usr/ports/math/atlas/Makefile missing? > ===>>> Aborting update > > In /usr/ports/math/atlas is Makefile. > > Thanks in advance. > Bapt has just fixed this. Please update your ports tree :) Chris