From owner-freebsd-java@FreeBSD.ORG Sat Oct 20 18:11:54 2012 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF9BFBDF for ; Sat, 20 Oct 2012 18:11:54 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B3DF68FC12 for ; Sat, 20 Oct 2012 18:11:53 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wc20so1817720obb.13 for ; Sat, 20 Oct 2012 11:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aIHNRrdFlLf4HPbR6ETkNYariNUWPsjFzhV0rsSSrc4=; b=rch52trEF5eksOGa747nM222unYzggd04/a4vppTPoYx/j+GReEqDLMAgocQcyUzRv tREmCNOBi2UXUiw8rqR0oYajXnfimLE4CQNDydxbxZgKiuODJVs7JVuTgBw6oJUW/Qsp li8TPgWSumCsY3KxMMbhq140haduRQvrjrAXi27BG0SUb1qOyihA43ghWUmGbVce6p1w lNsz0ojK00GA16N9HnGExoGH1KYWhyoNpJNzMSfwPWn8hMzD8i2vDRv9qEeM9hJp0yEN v8hy/neFJ/+rh9r6Rs99Q11jPDvUApAyCRpm9RkRPy+5yb1H8lUl8snqJXWH4xnY9eQ2 Ge+g== MIME-Version: 1.0 Received: by 10.60.169.234 with SMTP id ah10mr4530229oec.12.1350756713117; Sat, 20 Oct 2012 11:11:53 -0700 (PDT) Received: by 10.60.84.106 with HTTP; Sat, 20 Oct 2012 11:11:53 -0700 (PDT) Date: Sat, 20 Oct 2012 20:11:53 +0200 Message-ID: Subject: openjdk6 source placement From: J B To: java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 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, 20 Oct 2012 18:11:55 -0000 Hi, I think that the right place for source is /usr/local/src/ dir. Right now it looks like this: $ ls -alF /usr/local/ total 132 drwxr-xr-x 17 root wheel 512 Oct 18 08:50 ./ drwxr-xr-x 16 root wheel 512 Oct 16 21:46 ../ drwxr-xr-x 4 root wheel 24064 Oct 20 16:01 bin/ drwxr-xr-x 9 root wheel 512 Oct 16 21:53 diablo-jdk1.6.0/ drwxr-xr-x 29 root wheel 1024 Oct 19 21:50 etc/ drwxr-xr-x 4 root wheel 512 Oct 18 08:50 i386-portbld-freebsd9.1/ drwxr-xr-x 155 root wheel 7680 Oct 18 10:50 include/ drwxr-xr-x 3 root wheel 2048 Oct 18 09:58 info/ drwxr-xr-x 68 root wheel 43520 Oct 19 21:50 lib/ drwxr-xr-x 7 root wheel 512 Oct 18 10:50 libdata/ drwxr-xr-x 10 root wheel 2048 Oct 18 09:58 libexec/ drwxr-xr-x 51 root wheel 1024 Oct 18 00:24 man/ drwxr-xr-x 9 root wheel 512 Oct 17 13:18 openjdk6/ drwxr-xr-x 2 root wheel 1024 Oct 19 08:42 sbin/ drwxr-xr-x 128 root wheel 2560 Oct 19 08:42 share/ drwxr-xr-x 3 root wheel 512 Oct 17 00:48 src/ drwxr-xr-x 2 root wheel 512 Oct 16 19:56 www/ $ ls -alF /usr/local/openjdk6/ total 21340 drwxr-xr-x 9 root wheel 512 Oct 17 13:18 ./ drwxr-xr-x 17 root wheel 512 Oct 18 08:50 ../ -r--r--r-- 1 root wheel 1503 Oct 17 13:17 ASSEMBLY_EXCEPTION -r--r--r-- 1 root wheel 19263 Oct 17 13:17 LICENSE -r--r--r-- 1 root wheel 127498 Oct 17 13:17 THIRD_PARTY_README drwxr-xr-x 2 root wheel 1024 Oct 17 13:18 bin/ drwxr-xr-x 9 root wheel 512 Oct 17 13:17 demo/ drwxr-xr-x 3 root wheel 512 Oct 17 13:17 include/ drwxr-xr-x 4 root wheel 512 Oct 17 13:17 jre/ drwxr-xr-x 2 root wheel 512 Oct 17 13:18 lib/ drwxr-xr-x 4 root wheel 512 Oct 17 13:18 man/ drwxr-xr-x 6 root wheel 512 Oct 17 13:17 sample/ -r--r--r-- 1 root wheel 21603905 Oct 17 13:17 src.zip jb