Date: Mon, 21 Nov 2011 14:56:42 -0600 From: Shaun Meyer <meyersh@morningside.edu> To: Ernst de Haan <wfe.dehaan@gmail.com> Cc: freebsd-java <freebsd-java@freebsd.org> Subject: Re: [patch] linux-sun-jre16 version bump to 6u29 Message-ID: <CAFfydH7HQaKVF-q90mZmcYwGoT_AsdUrHEuGLEpYGd_iqcjiMg@mail.gmail.com> In-Reply-To: <52FCEA39-62CB-45A3-8C63-F6594E565E9E@gmail.com> References: <CAFfydH5PwNULrTa2G2Q=Vvgmm3rC4o13vsQw1qstc%2BzGYpQL8w@mail.gmail.com> <52FCEA39-62CB-45A3-8C63-F6594E565E9E@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Ernst. On Mon, Nov 21, 2011 at 11:42 AM, Ernst de Haan <wfe.dehaan@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFfydH7HQaKVF-q90mZmcYwGoT_AsdUrHEuGLEpYGd_iqcjiMg>