pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/acroread Add SunOS-x86_64 support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5306b4edd15f
branches: trunk
changeset: 521904:5306b4edd15f
user: obache <obache%pkgsrc.org@localhost>
date: Mon Nov 27 13:18:10 2006 +0000
description:
Add SunOS-x86_64 support.
Patch provided by Gilles Dauphin in PR 33714.
diffstat:
print/acroread/Makefile | 4 ++--
print/acroread/PLIST.SunOS-x86_64 | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 505bfe955c3e -r 5306b4edd15f print/acroread/Makefile
--- a/print/acroread/Makefile Mon Nov 27 12:55:35 2006 +0000
+++ b/print/acroread/Makefile Mon Nov 27 13:18:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2006/10/14 08:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2006/11/27 13:18:10 obache Exp $
DISTNAME= acroread # Overridden below
PKGNAME= acroread-4.05
@@ -53,7 +53,7 @@
. endif
.include "../../emulators/suse_linux/Makefile.application"
.elif ${OPSYS} == "SunOS"
-. if (${MACHINE_ARCH} == "i386")
+. if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
DISTNAME= sunx86-ar-405
WRKSRC= ${WRKDIR}/SS86RS.install
PLATFORM= intelsolaris
diff -r 505bfe955c3e -r 5306b4edd15f print/acroread/PLIST.SunOS-x86_64
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/acroread/PLIST.SunOS-x86_64 Mon Nov 27 13:18:10 2006 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST.SunOS-x86_64,v 1.1 2006/11/27 13:18:10 obache Exp $
+lib/netscape/plugins/nppdf.so
+Acrobat4/Reader/desktop/olwm/acroread.cetable
+Acrobat4/Reader/desktop/olwm/acroread.deskinstall
+Acrobat4/Reader/desktop/olwm/acroread.prog.icon
+Acrobat4/Reader/desktop/olwm/pdf.icon
+Acrobat4/Reader/${PLATFORM}/lib/libAGM.so
+Acrobat4/Reader/${PLATFORM}/lib/libAGM.so.3
+Acrobat4/Reader/${PLATFORM}/lib/libAGM.so.3.0
+Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so
+Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so.1
+Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so.1.0
+Acrobat4/Reader/${PLATFORM}/lib/libICC.so
+Acrobat4/Reader/${PLATFORM}/lib/libICC.so.1
+Acrobat4/Reader/${PLATFORM}/lib/libICC.so.1.0
+Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so
+Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so.4
+Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so.4.0
+@dirrm Acrobat4/Reader/desktop/olwm
+@dirrm Acrobat4/Reader/desktop
Home |
Main Index |
Thread Index |
Old Index