From owner-freebsd-questions@FreeBSD.ORG Wed Nov 22 16:59:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CF5316A47C for ; Wed, 22 Nov 2006 16:59:09 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB17E43D5C for ; Wed, 22 Nov 2006 16:58:38 +0000 (GMT) (envelope-from aharrison@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so192337uge for ; Wed, 22 Nov 2006 08:59:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T7d+PrX9KkdN2kQ0Y1tCTW0D8xWz0fz9vQMYygyjep3HVKpphX9qLEM7GxVSK0qLqe/acH/5Op/H0I96ld67RZsZ4nzjE95EOVKZf4UkKamDna3ZYKfYAEnuCcF7CR1X5f1vRV58YRbEZLqNlpuoOFkmtUCxK9cJv4oBcQ7Etmk= Received: by 10.78.160.2 with SMTP id i2mr8001404hue.1164214746541; Wed, 22 Nov 2006 08:59:06 -0800 (PST) Received: by 10.78.176.14 with HTTP; Wed, 22 Nov 2006 08:59:06 -0800 (PST) Message-ID: Date: Wed, 22 Nov 2006 11:59:06 -0500 From: "Andy Harrison" To: "Boris Samorodov" In-Reply-To: <15153251@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <15153251@srv.sem.ipt.ru> Cc: freebsd-questions Subject: Re: linux-sun-jdk15, Syntax error: word unexpected (expecting ")") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2006 16:59:09 -0000 On 11/22/06, Boris Samorodov wrote: > > Where did you get the version 1.5.0.09? I checked out cvsweb, and > there is 1.5.0.07. Doh! Sorry... totally spaced out. I forgot that last month I had updated the Makefile to try to use the new version since 1.5.0.07 can no longer be obtained from the Sun website. # diff old.Makefile Makefile [aharrison@aharrison:/usr/ports/java/linux-sun-jdk15] 5c5 < # $FreeBSD: /repoman/r/pcvs/ports/java/linux-sun-jdk15/Makefile,v 1.21 2006/06/13 19:51:13 glewis Exp $ --- > # $FreeBSD: ports/java/linux-sun-jdk15/Makefile,v 1.21 2006/06/13 19:51:13 glewis Exp $ 10c10 < PORTEPOCH= 2 --- > #PORTEPOCH= 2 35c35 < JDK_REVISION= 07 --- > JDK_REVISION= 09 So anyway, probably not a good question for this list.... ;) -- Andy Harrison