From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 10 17:42:54 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9B73106566B; Sat, 10 Jan 2009 17:42:54 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4438FC19; Sat, 10 Jan 2009 17:42:53 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090110174253.LREF4139.eastrmmtao105.cox.net@eastrmimpo03.cox.net>; Sat, 10 Jan 2009 12:42:53 -0500 Received: from localhost ([68.103.37.153]) by eastrmimpo03.cox.net with bizsmtp id 1tis1b0043JFCbG02tis7c; Sat, 10 Jan 2009 12:42:53 -0500 X-Authority-Analysis: v=1.0 c=1 a=jLAHPktbfaAA:10 a=_vFhRNJFG7MA:10 a=6I5d2MoRAAAA:8 a=LI6TiX24nMFBhq8jWOEA:9 a=qm-dJO5652VNjHzeR0oA:7 a=ilbXuO4NG2QXRhFHSyPallrKKLAA:4 a=GMxDXAJdSsUA:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0.00 Date: Sat, 10 Jan 2009 11:42:48 -0600 To: "Lowell Gilbert" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <1231566496.56664.32.camel@shumai.marcuscom.com> <44fxjr2jal.fsf@lowell-desk.lan> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <44fxjr2jal.fsf@lowell-desk.lan> User-Agent: Opera Mail/9.63 (Linux) Cc: FreeBSD GNOME Users , ports , pgollucci@freebsd.org, Joe Marcus Clarke Subject: Re: HEADS UP: GNOME 2.24.2 is now available for FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 17:42:55 -0000 On Sat, 10 Jan 2009 10:54:42 -0600, Lowell Gilbert wrote: > Is the Gnome update what caused this? > > Generating INDEX.tmp - please wait.."/usr/ports/Mk/bsd.gnome.mk", line > 784: Inconsistent operator for post-install > make: fatal errors encountered -- cannot continue > ===> editors/xemacs failed > *** Error code 1 > 1 error I have checked in editors/xemacs and it has: ------------------------------------------------ .if !defined(WITHOUT_X11) && ${HAVE_GNOME:Mgnomehier}!="" USE_GNOME+= gnomehier PLIST_SUB+= DESKTOP="" .else PLIST_SUB+= DESKTOP="@comment " .endif [...] post-install:: [...] .if !defined(WITHOUT_X11) && ${HAVE_GNOME:Mgnomehier}!="" ${INSTALL_DATA} ${WRKDIR}/xemacs.desktop \ ${LOCALBASE}/share/applications .endif ------------------------------------------------ That gnomehier check isn't right. It should be remove as that share/applications isn't only for GNOME, which it's for near all WM (freedesktop.org). It's in main mtree too. Anyway, as for the error of post-install. I think it needs to change from 'post-install::' to 'post-install:' unless it actually needs the '::'? Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org