pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/acroread5 upgrade to acroread 5.09. from the RE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/321ed01625cc
branches:  trunk
changeset: 478481:321ed01625cc
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sat Jul 24 14:43:12 2004 +0000

description:
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:

 print/acroread5/Makefile            |  20 +++++++++++++-------
 print/acroread5/distinfo            |   8 ++++----
 print/acroread5/files/acroread.diff |   4 ++--
 print/acroread5/patches/patch-aa    |   4 ++--
 4 files changed, 21 insertions(+), 15 deletions(-)

diffs (104 lines):

diff -r eff644890379 -r 321ed01625cc print/acroread5/Makefile
--- a/print/acroread5/Makefile  Sat Jul 24 14:21:44 2004 +0000
+++ b/print/acroread5/Makefile  Sat Jul 24 14:43:12 2004 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-ONLY_FOR_PLATFORM=     *-*-i386 *-*-sparc
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-sparc*
 
 # Default (overridden below)
 PLATFORM=      unknown
@@ -33,20 +33,26 @@
 .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 -r eff644890379 -r 321ed01625cc print/acroread5/distinfo
--- a/print/acroread5/distinfo  Sat Jul 24 14:21:44 2004 +0000
+++ b/print/acroread5/distinfo  Sat Jul 24 14:43:12 2004 +0000
@@ -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 -r eff644890379 -r 321ed01625cc print/acroread5/files/acroread.diff
--- a/print/acroread5/files/acroread.diff       Sat Jul 24 14:21:44 2004 +0000
+++ b/print/acroread5/files/acroread.diff       Sat Jul 24 14:43:12 2004 +0000
@@ -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 @@
 +         ACRO_CONFIG=intellinux
 +         export ACRO_CONFIG
 +         ;;
-+       sparc)
++       sparc*)
 +         ACRO_CONFIG=sparcsolaris
 +         export ACRO_CONFIG
 +         ;;
diff -r eff644890379 -r 321ed01625cc print/acroread5/patches/patch-aa
--- a/print/acroread5/patches/patch-aa  Sat Jul 24 14:21:44 2004 +0000
+++ b/print/acroread5/patches/patch-aa  Sat Jul 24 14:43:12 2004 +0000
@@ -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 @@
 +        ReadDefaultNum="$ReadIntelLinuxNum"
 +        DefaultName="Intel/Linux"
 +        ;;
-+      sparc)
++      sparc*)
 +        ReadDefaultNum="$ReadSparcSolarisNum"
 +        DefaultName="SPARC/Solaris 2.x"
 +        ;;



Home | Main Index | Thread Index | Old Index