pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/acroread7 Fix test in startup script so it accep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a84ac5d9f883
branches:  trunk
changeset: 533279:a84ac5d9f883
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 13 20:19:09 2007 +0000

description:
Fix test in startup script so it accepts NetBSD-amd64.
Now this actually runs on NetBSD-current/amd64 :)

Bump PKGREVISION.

diffstat:

 print/acroread7/Makefile            |  3 ++-
 print/acroread7/files/acroread.diff |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r fd8ad5b68f71 -r a84ac5d9f883 print/acroread7/Makefile
--- a/print/acroread7/Makefile  Thu Sep 13 19:24:13 2007 +0000
+++ b/print/acroread7/Makefile  Thu Sep 13 20:19:09 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/08/23 18:20:33 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/09/13 20:19:09 wiz Exp $
 
 DISTNAME=      acroread7       # overridden below
 PKGNAME=       acroread7-7.0.9
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/
 
diff -r fd8ad5b68f71 -r a84ac5d9f883 print/acroread7/files/acroread.diff
--- a/print/acroread7/files/acroread.diff       Thu Sep 13 19:24:13 2007 +0000
+++ b/print/acroread7/files/acroread.diff       Thu Sep 13 20:19:09 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: acroread.diff,v 1.4 2006/06/13 14:04:35 salo Exp $
+$NetBSD: acroread.diff,v 1.5 2007/09/13 20:19:09 wiz Exp $
 
 --- acroread.orig      2006-05-23 01:33:35.000000000 +0000
 +++ acroread   2006-06-13 13:55:00.000000000 +0000
@@ -49,7 +49,7 @@
 +  NetBSD | DragonFly)
 +    machine_type=`uname -p`
 +    case "$machine_type" in
-+      i386)
++      i386|x86_64)
 +        ACRO_CONFIG=intellinux
 +        export ACRO_CONFIG
 +        ;;



Home | Main Index | Thread Index | Old Index