summaryrefslogtreecommitdiff
path: root/print/acroread5/files
diff options
context:
space:
mode:
authorgrant <grant>2002-08-01 11:59:08 +0000
committergrant <grant>2002-08-01 11:59:08 +0000
commit35a722c7372de20f56b1fa92ab0091bcce147201 (patch)
treee14a743ed1c1be575fe2ee6f305640f1b3b65dd9 /print/acroread5/files
parent3677fed9f1694aba20b4618b59e3c6dd480c009e (diff)
downloadpkgsrc-35a722c7372de20f56b1fa92ab0091bcce147201.tar.gz
Initial import of Acrobat Reader 5 into the NetBSD packages collection.
Acrobat Reader is part of the Adobe Acrobat family of software, which lets you view, distribute, and print documents in Portable Document Format (PDF)--regardless of the computer, operating system, fonts, or application used to create the original file. PDF files retain all the formatting, fonts, and graphics of the original document, and virtually any PostScript(TM) document can be converted into a PDF file. Tested on NetBSD/i386 and Solaris/sparc. Problems were found on NetBSD/sparc, so this is marked ONLY_FOR_PLATFORM *-*-i386 and SunOS-*-sparc for now.
Diffstat (limited to 'print/acroread5/files')
-rw-r--r--print/acroread5/files/acroread.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/acroread5/files/acroread.diff b/print/acroread5/files/acroread.diff
new file mode 100644
index 00000000000..51c20a92bfd
--- /dev/null
+++ b/print/acroread5/files/acroread.diff
@@ -0,0 +1,24 @@
+$NetBSD: acroread.diff,v 1.1.1.1 2002/08/01 11:59:10 grant Exp $
+
+--- acroread.orig Tue Jul 2 08:08:00 2002
++++ acroread Thu Aug 1 21:50:23 2002
+@@ -191,6 +191,19 @@
+ ACRO_CONFIG=intellinux
+ export ACRO_CONFIG
+ ;;
++ NetBSD)
++ machine_type=`uname -p`
++ case "$machine_type" in
++ i386)
++ ACRO_CONFIG=intellinux
++ export ACRO_CONFIG
++ ;;
++ sparc)
++ ACRO_CONFIG=sparcsolaris
++ export ACRO_CONFIG
++ ;;
++ esac
++ ;;
+ esac
+
+ if [ -z "$ACRO_CONFIG" ] ; then