Update to 9.3.1 and add a warning message that explains it does

not run on the current Linux emulation yet.

Feature safe:	yes
This commit is contained in:
Hiroki Sato 2010-03-02 05:34:55 +00:00
parent 0797a18a22
commit bf1c027dd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250489
6 changed files with 27 additions and 15 deletions

View file

@ -1,3 +1,3 @@
MD5 (acroread/AdbeRdr9.3-1_i486linux_fra.tar.bz2) = ab6bccafa6dfb080e2adc08d3b28f03a MD5 (acroread/AdbeRdr9.3.1-1_i486linux_fra.tar.bz2) = 2da8e4f909245baede9872433ed9697f
SHA256 (acroread/AdbeRdr9.3-1_i486linux_fra.tar.bz2) = 3885b25904fead0a48018e4b4eea2722fd51477915f07f333a7053a80b3ad213 SHA256 (acroread/AdbeRdr9.3.1-1_i486linux_fra.tar.bz2) = ccd866658fe44bd30613c114c058bbe2699d1997b34fd3d188003e7887b81df4
SIZE (acroread/AdbeRdr9.3-1_i486linux_fra.tar.bz2) = 64542014 SIZE (acroread/AdbeRdr9.3.1-1_i486linux_fra.tar.bz2) = 64534236

View file

@ -1,3 +1,3 @@
MD5 (acroread/AdbeRdr9.3-1_i486linux_deu.tar.bz2) = 2fec5e86766e4fd7ddce8eab5d90e3e4 MD5 (acroread/AdbeRdr9.3.1-1_i486linux_deu.tar.bz2) = 14dd045afda6b1e3058dc5c94b0dbea4
SHA256 (acroread/AdbeRdr9.3-1_i486linux_deu.tar.bz2) = 28bccbb5262a8bb937d0dc68c40c0d220034e16be14cc243092f1ad986f33631 SHA256 (acroread/AdbeRdr9.3.1-1_i486linux_deu.tar.bz2) = 3241dcbbd765d8b7a684e535891b90b3a02dd6d8975b66e36123cf57732f9e4e
SIZE (acroread/AdbeRdr9.3-1_i486linux_deu.tar.bz2) = 65917336 SIZE (acroread/AdbeRdr9.3.1-1_i486linux_deu.tar.bz2) = 65917500

View file

@ -1,3 +1,3 @@
MD5 (acroread/AdbeRdr9.3-1_i486linux_jpn.tar.bz2) = 2ec0c3d427ba60e7f0cf6b0a56d41acc MD5 (acroread/AdbeRdr9.3.1-1_i486linux_jpn.tar.bz2) = 8605b3ae790f3b6694534ba14e930aec
SHA256 (acroread/AdbeRdr9.3-1_i486linux_jpn.tar.bz2) = 2e47d1955ba21e447501f269b5130cdc09343f2f726d9a31dc896e19f4b9234a SHA256 (acroread/AdbeRdr9.3.1-1_i486linux_jpn.tar.bz2) = f8d0c6595c899c7ef11dc4c848dbcc860e53fe3a9c49a05674885c4432d2ec8b
SIZE (acroread/AdbeRdr9.3-1_i486linux_jpn.tar.bz2) = 68413765 SIZE (acroread/AdbeRdr9.3.1-1_i486linux_jpn.tar.bz2) = 68431169

View file

@ -6,7 +6,7 @@
# #
PORTNAME= acroread9 PORTNAME= acroread9
PORTVERSION= 9.3 PORTVERSION= 9.3.1
CATEGORIES?= print linux CATEGORIES?= print linux
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/

View file

@ -1,3 +1,3 @@
MD5 (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = 0f63e9d8b9ef3d07abbb4e1a6eb45b3f MD5 (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 1267c60f52deb310fc501857b9f1dba9
SHA256 (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = aa6b51977ed50d935045f3b5946007d1806125897a294e6d69cd483a9bc0eb5a SHA256 (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 10e8c8abc427e5609ed2891dde072fd1f35cd828b13c968d853ec5b27f4d9667
SIZE (acroread/AdbeRdr9.3-1_i486linux_enu.tar.bz2) = 60263537 SIZE (acroread/AdbeRdr9.3.1-1_i486linux_enu.tar.bz2) = 60275889

View file

@ -1,4 +1,16 @@
==== === WARNING ===
Adobe Reader 9 is currently not compatible with the latest version of
Linux emulation on FreeBSD. Specifically, you may see the following
error message:
terminate called after throwing an instance of 'RSException'
If this happens, please try print/acroread8 instead. Developments for
improving the compatibility are in progress. If you have any questions
on this port, contact hrs@FreeBSD.org.
==
To run this, set ADOBE_LANG=%%ADOBE_LANG%% and use %%PREFIX%%/bin/acroread. To run this, set ADOBE_LANG=%%ADOBE_LANG%% and use %%PREFIX%%/bin/acroread.
(when LANG is set, ADOBE_LANG will be set automatically based on it) (when LANG is set, ADOBE_LANG will be set automatically based on it)
==== ==