From owner-freebsd-java@FreeBSD.ORG Sat Apr 12 21:18:40 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 767911065671 for ; Sat, 12 Apr 2008 21:18:40 +0000 (UTC) (envelope-from kutizs@t-online.hu) Received: from mail02a.mail.t-online.hu (mail02a.mail.t-online.hu [84.2.40.7]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9D58FC15 for ; Sat, 12 Apr 2008 21:18:40 +0000 (UTC) (envelope-from kutizs@t-online.hu) Received: from brain (catv54035D9F.pool.t-online.hu [84.3.93.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail02a.mail.t-online.hu (Postfix) with ESMTPSA id 4B81D18B0CD for ; Sat, 12 Apr 2008 23:00:04 +0200 (CEST) Date: Sat, 12 Apr 2008 22:10:36 +0200 From: Zsolt =?ISO-8859-2?Q?K=FAti?= To: freebsd-java@freebsd.org Message-ID: <20080412221036.00616cdb@brain> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: jdk15 port version mismatch X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 21:18:40 -0000 Hello, Compilation of jdk15 port fails as the current port contains info on update 14, while on Sun's site I found update 15. My attempt to change Makefile and distinfo accordingly resulted in: ... |diff -u -r1.1.1.1 -r1.3 |--- j2se/src/solaris/transport/socket/socket_md.c 8 Nov 2004 22:27:40 -0000 1.1.1.1 |+++ j2se/src/solaris/transport/socket/socket_md.c 3 Jan 2005 18:32:01 -0000 1.3 -------------------------- Patching file j2se/src/solaris/transport/socket/socket_md.c using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 264. done *** Error code 1 Stop in /usr/ports/java/jdk15. *** Error code 1 Stop in /usr/ports/java/jdk15. ===>>> make failed for java/jdk15 ===>>> Aborting update Unfortunately I can not see what should I do for a successful compile. All this was done in the hope to be able to run Eclipse (3.2) that is failed with both diablo-1.5 and jdk-1.6. Any help appreciated! Thanks! Zsolt P.s.: This is on 7.0-RELEASE