From owner-freebsd-ports@FreeBSD.ORG Fri Dec 14 00:33:15 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA9216A41B for ; Fri, 14 Dec 2007 00:33:15 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 513B413C4CE for ; Fri, 14 Dec 2007 00:33:15 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so812333nfb.33 for ; Thu, 13 Dec 2007 16:33:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NLXOvhFGLDz07t7qQGOEo0SAAXEeZX1Vi1cK7UpGq2s=; b=x1P3Vm39V19KdTtGjuWYLX3bjERnck8R4+qccmddUvTXAqXjzEhtwv8HlQX9kV5llknczI1JNctD9EOH4Wpl2ZdLADwbuuhRRpVG+eE1yMI6f6Lx+qLspCHc6j5glTRx5tRTGixVHOSz/D3Y3Optp1zHvv7XC/5OkHtjEloE92E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JXP3/35uhVHMS1mcjfo6bI7tk7jsXmKOcuEdg6BuYW899fsWHTqLvTueasKlUVGQXXkSb2KkeyiVUCpJ9Jtv1DVJfXjObeQG0Ka7eUD1NcDWIeMXtYI0IrUm1IftTuMg5owTSJXG/0n7Qk/aR8A0mayDycja6AHFEUksu3Y56H0= Received: by 10.86.25.17 with SMTP id 17mr2391246fgy.28.1197590947636; Thu, 13 Dec 2007 16:09:07 -0800 (PST) Received: by 10.86.3.20 with HTTP; Thu, 13 Dec 2007 16:09:07 -0800 (PST) Message-ID: <790a9fff0712131609s3a7af7b8r3d468b088ed3f703@mail.gmail.com> Date: Thu, 13 Dec 2007 18:09:07 -0600 From: "Scot Hetzel" To: "Bernard Nowakowski" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: ports@freebsd.org Subject: Re: make index doesn't work 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: Fri, 14 Dec 2007 00:33:15 -0000 On 12/13/07, Bernard Nowakowski wrote: > Hi, > > I've been trying to find a solution to my problem via Google or > freebsd-ports' group archive but maybe you can help. > > The problem is: I run cvsup, go into /usr/ports and type make index. After > some minutes I get the following error message: > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > (${_USE_GNOME_ALL:Mpango}=="") > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > make: fatal errors encountered -- cannot continue > ===> graphics/graphviz failed > *** Error code 1 > 1 error > I also had this problem when using pkg_version, what i did was to: cd /usr/ports/graphics/graphviz make rmconfig Then when I ran pkg_version a second time it did't give this error. Scot