From owner-freebsd-ports@FreeBSD.ORG Sat Sep 25 18:57:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2A3A106566B for ; Sat, 25 Sep 2010 18:57:33 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 41C9A8FC17 for ; Sat, 25 Sep 2010 18:57:32 +0000 (UTC) Received: by bwz15 with SMTP id 15so3442753bwz.13 for ; Sat, 25 Sep 2010 11:57:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=9vWhhyaRNNDnULNlQjJ8gJ9hCNKo5O/4ov4jZbxFh1g=; b=C7bRLyf8hLv5D9FtaMbOda632NB32FYNGnB93KYbK6ye6bOv31fohVBINiH+EybAL2 NLCqULM3YElECdeNAvt6E7fV7HjYOpOW56Ljqu1MaW07ZC1POGo0PBwsGOAJY1jgpL9W OAYMtWGCVfcBhNWmlbwMtHzkCdPzFXrAREKwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d/Ga9Zjtk3yy5FfwxXaiFLAAHZT/aSUw0xOSTIurfBpwxafozoHxN8T1eu/v4C3PaW gF7XUapNeGpIWP1bb5lXjb1cnvzHlt7RjcQR2YJt2qZbxP/SxV3Kzw2USjGpPhihfl+6 Ph7aYpXII1X2biaC6vWvC9yHIO0N6eZqdpNn8= MIME-Version: 1.0 Received: by 10.204.177.79 with SMTP id bh15mr3421072bkb.121.1285441051955; Sat, 25 Sep 2010 11:57:31 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Sat, 25 Sep 2010 11:57:31 -0700 (PDT) Date: Sat, 25 Sep 2010 20:57:31 +0200 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: Create bootstrap binaries for openjdk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 18:57:33 -0000 Hello, For people who try to install openjdk, they saw that we need to install an other available jdk like diablo-jdk which is really painful to install from ports since we need to fetch one million of distfiles manually. What NetBSD' pkgsrc done is making availables binaries for bootstrapping, I would propose this idea too then the port will not depend on the non-free and painful diablo-jdk. Bootstrap binaries should be done for FreeBSD 7.x release and 8.x release for i386 and amd64 architecture, then the port will be able to download the bootstrap binaries from official FreeBSD ftp servers. I like much this idea, and if you agree on I will send a PR with patches for it, but since I don't have FreeBSD 7.x version I would like someone to make binaries for i386 and amd64. With kind regards, -- Demelier David