From owner-freebsd-eclipse@FreeBSD.ORG Fri Oct 26 11:06:19 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C078FCCF for ; Fri, 26 Oct 2012 11:06:19 +0000 (UTC) (envelope-from 1wkmmr@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 88DB08FC08 for ; Fri, 26 Oct 2012 11:06:19 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so1979205pad.13 for ; Fri, 26 Oct 2012 04:06:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=1kFpg1XaKr0hi8glGA5XkH2tnk6n4KHwzi4uLbK5WnI=; b=hE3egOEDXYz2WIzzkbSf8KmK6miGZqznoSr++kbVa1j5rHGOaCc2bDErRvTDKmS1sN Qk20/4i+YS+0OkZwY5tMbJE7Qe62rFr2KDYfKyAtw4NserfaN4r0t28BrmuhOyJL4AoP PB3O5gt7RUF3o1pKhxQFJJA13gsAEC1YOrRUF+GN0AI8mYj+OooZWQykwgqcXAFosRiG OIgmnIWidadU1z1jpDct+y2EbyplC2KutHneQ3QDMTYwxo77YTaeK2dPURTEBYClagfz 2M6yDS3eHn038xzLEAwlbVI1i3TAI7IfMXNFv4bcf4ePC1YoNaF/6hPNmOK1lEvkoLW4 3rvA== Received: by 10.66.79.166 with SMTP id k6mr61186869pax.25.1351249579077; Fri, 26 Oct 2012 04:06:19 -0700 (PDT) Received: from [192.168.0.178] (tf-bsp02.eng.niigata-u.ac.jp. [133.35.85.2]) by mx.google.com with ESMTPS id uq5sm1013015pbc.56.2012.10.26.04.06.17 (version=SSLv3 cipher=OTHER); Fri, 26 Oct 2012 04:06:18 -0700 (PDT) Message-ID: <508A6EAA.9010403@gmail.com> Date: Fri, 26 Oct 2012 20:06:18 +0900 From: Mamoru Iwaki <1wkmmr@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-eclipse@FreeBSD.org Subject: java/eclips compiled OK with USE_GECKO= libxul libxul19 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 26 Oct 2012 11:06:20 -0000 Hi freebsd-eclips team, Re: java/eclips r304493, FreeBSD 8.3-STABLE/amd64 r242120 Compiling java/eclips under www/libxul installed, I experienced libxul-libxul19 wars for GECKO selection. It looks the line 47 in Makefile USE_GECKO= libxul19 can be modified as follows USE_GECKO= libxul libxul19 That made the compile finished without error. Just for information Cheers -- ----- Mamoru Iwaki Japan