From owner-freebsd-java@FreeBSD.ORG Mon Nov 21 20:57:24 2011 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 41094106564A for ; Mon, 21 Nov 2011 20:57:24 +0000 (UTC) (envelope-from meyersh@morningside.edu) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 08F448FC14 for ; Mon, 21 Nov 2011 20:57:23 +0000 (UTC) Received: by ggnk5 with SMTP id k5so6836024ggn.13 for ; Mon, 21 Nov 2011 12:57:23 -0800 (PST) Received: by 10.236.189.97 with SMTP id b61mr22243949yhn.116.1321909043156; Mon, 21 Nov 2011 12:57:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.150.139.13 with HTTP; Mon, 21 Nov 2011 12:56:42 -0800 (PST) In-Reply-To: <52FCEA39-62CB-45A3-8C63-F6594E565E9E@gmail.com> References: <52FCEA39-62CB-45A3-8C63-F6594E565E9E@gmail.com> From: Shaun Meyer Date: Mon, 21 Nov 2011 14:56:42 -0600 Message-ID: To: Ernst de Haan Content-Type: text/plain; charset=UTF-8 Cc: freebsd-java Subject: Re: [patch] linux-sun-jre16 version bump to 6u29 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: Mon, 21 Nov 2011 20:57:24 -0000 Hello, Ernst. On Mon, Nov 21, 2011 at 11:42 AM, Ernst de Haan wrote: > Did you remove the @unexec and @exec on purpose? If not, you may want to add them back in. No, I didn't. I now see the error of removing that @unexec and have added it back. On my system "/usr/local/linux-sun-jre1.6.0/lib/applet/" is being created after `make install` without the @exec mkdir line. I may be misunderstanding the purpose of the "@exec mkdir -p %D/%%T%%/lib/applet"? Here is the patch with all [un]exec statements replaced: diff --git a/Makefile b/Makefile index a9d6895..caaadfb 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ NO_BUILD= yes USE_LINUX= yes USE_LINUX_APPS= xorglibs JRE_VERSION= 1.6.0 -JRE_REVISION= 24 +JRE_REVISION= 29 DL_JRE_VERSION= ${JRE_VERSION}_${JRE_REVISION} ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://www.oracle.com/technetwork/java/javase/downloads/index.html diff --git a/distinfo b/distinfo index 5d5db85..4ba3daf 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (jre-6u24-linux-i586.bin) = 8ce84fd30b1d6beaffef3f24d8d5f6f1807fe62ec659a120ac7c2b59b2e9edfd -SIZE (jre-6u24-linux-i586.bin) = 21428830 +SHA256 (jre-6u29-linux-i586.bin) = 13bd1ce27709be7d05c07221185d4f572242b14a80cea67b557e761f5ba7e440 +SIZE (jre-6u24-linux-i586.bin) = 21632980 diff --git a/pkg-plist b/pkg-plist index 3d76e9d..d5c64e8 100644 --- a/pkg-plist +++ b/pkg-plist @@ -2,6 +2,7 @@ %%T%%/.systemPrefs/.system.lock %%T%%/.systemPrefs/.systemRootModFile %%T%%/COPYRIGHT +%%T%%/LICENSE %%T%%/README %%T%%/THIRDPARTYLICENSEREADME.txt %%T%%/Welcome.html @@ -114,6 +115,8 @@ %%T%%/lib/fontconfig.RedHat.3.properties.src %%T%%/lib/fontconfig.RedHat.4.bfc %%T%%/lib/fontconfig.RedHat.4.properties.src +%%T%%/lib/fontconfig.RedHat.6.0.bfc +%%T%%/lib/fontconfig.RedHat.6.0.properties.src %%T%%/lib/fontconfig.RedHat.bfc %%T%%/lib/fontconfig.RedHat.properties.src %%T%%/lib/fontconfig.SuSE.11.bfc @@ -385,6 +388,7 @@ %%T%%/lib/zi/America/Mazatlan %%T%%/lib/zi/America/Menominee %%T%%/lib/zi/America/Merida +%%T%%/lib/zi/America/Metlakatla %%T%%/lib/zi/America/Mexico_City %%T%%/lib/zi/America/Miquelon %%T%%/lib/zi/America/Moncton @@ -397,6 +401,7 @@ %%T%%/lib/zi/America/Nipigon %%T%%/lib/zi/America/Nome %%T%%/lib/zi/America/Noronha +%%T%%/lib/zi/America/North_Dakota/Beulah %%T%%/lib/zi/America/North_Dakota/Center %%T%%/lib/zi/America/North_Dakota/New_Salem %%T%%/lib/zi/America/Ojinaga @@ -420,6 +425,7 @@ %%T%%/lib/zi/America/Santo_Domingo %%T%%/lib/zi/America/Sao_Paulo %%T%%/lib/zi/America/Scoresbysund +%%T%%/lib/zi/America/Sitka %%T%%/lib/zi/America/St_Johns %%T%%/lib/zi/America/St_Kitts %%T%%/lib/zi/America/St_Lucia