From owner-freebsd-java@FreeBSD.ORG Tue Feb 11 02:34:03 2014 Return-Path: Delivered-To: freebsd-java@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 ESMTPS id AAD1C140; Tue, 11 Feb 2014 02:34:03 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C852E1600; Tue, 11 Feb 2014 02:34:02 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so5338383lbv.24 for ; Mon, 10 Feb 2014 18:34:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=spFpVkCpEo/JpX0PfRmmeXjWUzu+vmaK3wOpXzh05Sw=; b=Xbc9R3wBeuDK+o934O9Yeosbf8v0Cd7fHjsz5gOdSX2RPU+WVZwCKX0fZe6Kfkrddv WJCM9k96nqvTip6pp3X/TYi4K0JAny1CMg+wSl0pJh+zGZYFm7swP4xnifT1I7yx1/zt C3+JfbvQhrjhDZyLcxh4UOMpo9pPsFE47BsuzXrhEfgHsWSKUGhKjlYSEnGrzVLqh1n5 bGa/9H5SQYTDrzzF+Dmi9WEPUzZlqyZHiCTI9IEgDDFAzp7OS//8Z9mTrwCXlEI4Hb6X lcsEALjVnJATBhoKPqW15NixLKRhU6897lAA5Du7GUekwKsW7zDBTerrX3AMw8Y4CdrF I97w== MIME-Version: 1.0 X-Received: by 10.152.203.193 with SMTP id ks1mr24540354lac.0.1392086040802; Mon, 10 Feb 2014 18:34:00 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Mon, 10 Feb 2014 18:34:00 -0800 (PST) In-Reply-To: <52F94EED.4080606@FreeBSD.org> References: <52F940E8.6020209@intertainservices.com> <52F94EED.4080606@FreeBSD.org> Date: Mon, 10 Feb 2014 18:34:00 -0800 X-Google-Sender-Auth: GYNLkAPGpagMm03K50LumgpLDis Message-ID: Subject: Re: FreeBSD Port: java/icedtea-web From: Craig Rodrigues To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Mike Jakubik , Greg Lewis , freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 02:34:03 -0000 On Mon, Feb 10, 2014 at 2:13 PM, Jung-uk Kim wrote: > > A patch was suggested by lwhsu@: > > http://people.freebsd.org/~lwhsu/patch/openjdk7-PortConfig.diff > > I can confirm, I needed that patch. Without it, the devel/jenkins port does not even start due to a Java failure which is the same one that Mike Jakubik reported for java/icedweb-tea -- Craig