From owner-freebsd-java@FreeBSD.ORG Sat Oct 5 05:02:53 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3E6F5B16 for ; Sat, 5 Oct 2013 05:02:53 +0000 (UTC) (envelope-from desshi@yandex.com) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id E3F0F2C2E for ; Sat, 5 Oct 2013 05:02:52 +0000 (UTC) Received: from web29j.yandex.ru (web29j.yandex.ru [5.45.198.70]) by forward13.mail.yandex.net (Yandex) with ESMTP id 906B5140901 for ; Sat, 5 Oct 2013 09:02:50 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web29j.yandex.ru (Yandex) with ESMTP id 491A86801048; Sat, 5 Oct 2013 09:02:50 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1380949370; bh=kS4Q010986ulkI5KxZ+KJg3WUBCw32/T7qanQQLPuN4=; h=From:To:In-Reply-To:References:Subject:Date; b=uOTxx7hA3fCwlMIvqIPY7jpuefGLyOaTXZKxlgpG8lIUCTjDoAs7gjJJxt5tjUqKN i/4uk1lbs0EQd0KKlaYEHLjf/+hsg5cWPMmqKXXlVq4X8ZSytrOaeSmxvnSH/hH4lr PtCVDwCE01WNAeeCh19m/UruCwAjzLawI6lpJ+M8= Received: from [190.118.211.252] ([190.118.211.252]) by web29j.yandex.ru with HTTP; Sat, 05 Oct 2013 09:02:50 +0400 From: Boniek San Envelope-From: desshi@yandex.ru To: "freebsd-java@freebsd.org" In-Reply-To: References: Subject: Re: freebsd-java Digest, Vol 545, Issue 3 MIME-Version: 1.0 Message-Id: <46811380949370@web29j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 05 Oct 2013 00:02:50 -0500 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 05:02:53 -0000 my solution fro OpenJdk_1.7 is very easy, digite next command... # pkg_add -v -r -openjdk7 is complie perfecto on FreeBSD 9.1 and 9.2 thanks..