diff options
author | mrg <mrg@pkgsrc.org> | 2004-07-24 14:43:12 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2004-07-24 14:43:12 +0000 |
commit | b284d71f77d84638ec499fd92dd1af8e7858fe20 (patch) | |
tree | 6b24876ed1daf2c0e57891de9bb0bc455927cae1 /print | |
parent | 15dcbb1b12f80ec12eaa8b2ac543c04241ff2ffa (diff) | |
download | pkgsrc-b284d71f77d84638ec499fd92dd1af8e7858fe20.tar.gz |
upgrade to acroread 5.09. from the README:
A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.
also, enable installation on netbsd/sparc64 for the solaris version.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread5/Makefile | 20 | ||||
-rw-r--r-- | print/acroread5/distinfo | 8 | ||||
-rw-r--r-- | print/acroread5/files/acroread.diff | 4 | ||||
-rw-r--r-- | print/acroread5/patches/patch-aa | 4 |
4 files changed, 21 insertions, 15 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 8bcd23fe027..a50cd0144fc 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/07/15 13:29:40 mrg Exp $ +# $NetBSD: Makefile,v 1.21 2004/07/24 14:43:12 mrg Exp $ DISTNAME= acroread5 # Overridden below -PKGNAME= acroread5-5.08 +PKGNAME= acroread5-5.09 CATEGORIES= print MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/5.x/ @@ -25,7 +25,7 @@ SHLIB_HANDLING= NO .include "../../mk/bsd.prefs.mk" -ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc +ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc* # Default (overridden below) PLATFORM= unknown @@ -33,20 +33,26 @@ PLATFORM= unknown .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "i386") DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 -DISTNAME= linux-508 +DISTNAME= linux-509 PLATFORM= intellinux . elif (${MACHINE_ARCH} == "sparc") . if !exists(/emul/svr4/usr/lib/ld.so) PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' . endif -DISTNAME= sol-508 +DISTNAME= solaris-509 +PLATFORM= sparcsolaris +. elif (${MACHINE_ARCH} == "sparc64") +. if !exists(/emul/svr4_32/usr/lib/ld.so) +PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4_32(8)' +. endif +DISTNAME= solaris-509 PLATFORM= sparcsolaris . endif .elif ${OPSYS} == "Linux" -DISTNAME= linux-508 +DISTNAME= linux-509 PLATFORM= intellinux .elif ${OPSYS} == "SunOS" -DISTNAME= sol-508 +DISTNAME= solaris-508 PLATFORM= sparcsolaris .endif diff --git a/print/acroread5/distinfo b/print/acroread5/distinfo index 35aedb5f853..451b7237cc4 100644 --- a/print/acroread5/distinfo +++ b/print/acroread5/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/08/17 04:44:54 kei Exp $ +$NetBSD: distinfo,v 1.4 2004/07/24 14:43:12 mrg Exp $ SHA1 (linux-508.tar.gz) = 6af248d4626a820f5643d368fc1ee58bf352ca51 Size (linux-508.tar.gz) = 9285902 bytes -SHA1 (sol-508.tar.gz) = 9e24c715616f7a550382eb27fd7fa2fcfaa8fcf9 -Size (sol-508.tar.gz) = 9941000 bytes -SHA1 (patch-aa) = 635cfe39ca34ebc83cdb4633282f2fb667c452c3 +SHA1 (solaris-509.tar.gz) = bb2717824ecc3a31b7b119c972e2b346691164e2 +Size (solaris-509.tar.gz) = 9940740 bytes +SHA1 (patch-aa) = 0dc51d7718d444477cc358aae5bcd9df04d63620 diff --git a/print/acroread5/files/acroread.diff b/print/acroread5/files/acroread.diff index 51c20a92bfd..aae9738e710 100644 --- a/print/acroread5/files/acroread.diff +++ b/print/acroread5/files/acroread.diff @@ -1,4 +1,4 @@ -$NetBSD: acroread.diff,v 1.1.1.1 2002/08/01 11:59:10 grant Exp $ +$NetBSD: acroread.diff,v 1.2 2004/07/24 14:43:12 mrg Exp $ --- acroread.orig Tue Jul 2 08:08:00 2002 +++ acroread Thu Aug 1 21:50:23 2002 @@ -13,7 +13,7 @@ $NetBSD: acroread.diff,v 1.1.1.1 2002/08/01 11:59:10 grant Exp $ + ACRO_CONFIG=intellinux + export ACRO_CONFIG + ;; -+ sparc) ++ sparc*) + ACRO_CONFIG=sparcsolaris + export ACRO_CONFIG + ;; diff --git a/print/acroread5/patches/patch-aa b/print/acroread5/patches/patch-aa index 07a24d49558..31dc39e3b52 100644 --- a/print/acroread5/patches/patch-aa +++ b/print/acroread5/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/08/01 11:59:10 grant Exp $ +$NetBSD: patch-aa,v 1.2 2004/07/24 14:43:12 mrg Exp $ --- INSTALL.orig Tue Jul 2 08:09:57 2002 +++ INSTALL @@ -40,7 +40,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/08/01 11:59:10 grant Exp $ + ReadDefaultNum="$ReadIntelLinuxNum" + DefaultName="Intel/Linux" + ;; -+ sparc) ++ sparc*) + ReadDefaultNum="$ReadSparcSolarisNum" + DefaultName="SPARC/Solaris 2.x" + ;; |