From owner-freebsd-eclipse@FreeBSD.ORG Fri Aug 16 23:33:10 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9526FEE8 for ; Fri, 16 Aug 2013 23:33:10 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A2C92790 for ; Fri, 16 Aug 2013 23:33:10 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so2000920wgh.19 for ; Fri, 16 Aug 2013 16:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=wptsXtQoU8OX89eVeOJ+VMw5yHYGnCIz8ll8eQmavZk=; b=OznFdXUd68ONUn4U45Jrl9zCwYbl7RN0xwh+GDSRwGkwHfYOIWypSCsAz0zYhyhOo6 ajBrb3gfymMmgh1fPujSHNFIHd097JPqLonQuZIcaKyNuSdZZX3Txk3g36eGyfFszYsL 7C1acJPUOfvEh66hS0tf4frFDsToEK3n99TJjR8q0WvIMn9FufuJs1FynvIVujQeflpB IbhVaELHvNqS8YH+y9B11h5kTb+PBcsnrRGWYSUEns1r7DMQ0lzmHjy5JwOh5jGOhs+o 6xzGk6918YXOqGNPNyJ900yUKFijsw2+w5b1NmqKHqseqDKe5Yp7H+72OzP0CJoKXqhV 6kFQ== X-Received: by 10.180.189.37 with SMTP id gf5mr85738wic.31.1376695988452; Fri, 16 Aug 2013 16:33:08 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id i5sm553656wiw.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 Aug 2013 16:33:07 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Fri, 16 Aug 2013 18:33:03 -0500 Date: Fri, 16 Aug 2013 18:33:03 -0500 From: Jimmy Kelley To: freebsd-eclipse@freebsd.org Subject: Re: ports/181124: java/eclipse-devel broken after glib-2.36.3 update Message-ID: <20130816233303.GA1421@jmobile.jimmy.localnet> References: <201308150930.r7F9U1wL068285@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308150930.r7F9U1wL068285@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 23:33:10 -0000 I just did a ports update, and I see the change to the freebsd-support.patch file, but noticed that the PORTREVISION in the port Makefile didn't get changed (therefore 'pkg version -v -L=' doesn't indicate that eclipse-devel has been updated). Should it not have been bumped? Jimmy On Thu, Aug 15, 2013 at 09:30:01AM +0000, Jonathan Chen wrote: > The following reply was made to PR ports/181124; it has been noted by GNATS. > > From: Jonathan Chen > To: George Neville-Neil > Cc: bug-followup@freebsd.org, "eclipse@freebsd.org" > Subject: Re: ports/181124: java/eclipse-devel broken after glib-2.36.3 update > Date: Thu, 15 Aug 2013 21:20:19 +1200 > > On 13 August 2013 14:01, George Neville-Neil wrote: > > I have tested the patch on HEAD and it indeed fixes the problem with eclipse-devel. > > > > I can commit the patch, but I do not know how it will effect other systems, i.e. 9.0 or 8.x > > sets. Comments anyone? > > Thanks for the commit. Can you please close the PR as well? > > Cheers. > -- > Jonathan Chen