aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-08-08 04:16:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-08-08 04:16:02 +0000
commit43324acf06e66a2d7260a5c297536bb1293e851c (patch)
treed0bf1cb385e1bb3af244c7c326dbc38d44b90973 /print
parente15438b70652f7c948af1782e933652a6deb45f5 (diff)
downloadports-43324acf06e66a2d7260a5c297536bb1293e851c.tar.gz
ports-43324acf06e66a2d7260a5c297536bb1293e851c.zip
Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.
Notes
Notes: svn path=/head/; revision=258905
Diffstat (limited to 'print')
-rw-r--r--print/acroread8/Makefile4
-rw-r--r--print/acroread9/Makefile3
-rw-r--r--print/acroreadwrapper/Makefile4
-rw-r--r--print/acroreadwrapper/files/acroread.in4
4 files changed, 9 insertions, 6 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile
index 2eb611827fa2..02595f68039b 100644
--- a/print/acroread8/Makefile
+++ b/print/acroread8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= acroread8
PORTVERSION= 8.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= print linux
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/
@@ -17,7 +17,7 @@ DIST_SUBDIR= acroread
MAINTAINER= hrs@FreeBSD.org
COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG})
-RUN_DEPENDS= acroreadwrapper>=0.0.20080906:${PORTSDIR}/print/acroreadwrapper
+RUN_DEPENDS= acroreadwrapper>=0.0.20100806:${PORTSDIR}/print/acroreadwrapper
RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html
ONLY_FOR_ARCHS= amd64 i386
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile
index 770b3d541143..ccfeb4ed3208 100644
--- a/print/acroread9/Makefile
+++ b/print/acroread9/Makefile
@@ -7,6 +7,7 @@
PORTNAME= acroread9
PORTVERSION= 9.3.2
+PORTREVISION_ 1
CATEGORIES?= print linux
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/
@@ -16,7 +17,7 @@ DIST_SUBDIR= acroread
MAINTAINER= hrs@FreeBSD.org
COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG})
-RUN_DEPENDS= acroreadwrapper>=0.0.20090328:${PORTSDIR}/print/acroreadwrapper
+RUN_DEPENDS= acroreadwrapper>=0.0.20100806:${PORTSDIR}/print/acroreadwrapper
RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html
ONLY_FOR_ARCHS= amd64 i386
diff --git a/print/acroreadwrapper/Makefile b/print/acroreadwrapper/Makefile
index 694e89fa2802..16d8c6a3ca4c 100644
--- a/print/acroreadwrapper/Makefile
+++ b/print/acroreadwrapper/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= acroreadwrapper
-PORTVERSION= 0.0.20090328
+PORTVERSION= 0.0.20100806
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
@@ -14,6 +14,8 @@ DISTFILES= # empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= Wrapper script for Adobe Reader
+RUN_DEPENDS= ${LOCALBASE}/lib/linux-libgtkembedmoz/libgtkembedmoz.so:${PORTSDIR}/www/linux-libgtkembedmoz
+
ONLY_FOR_ARCHS= amd64 i386
NO_BUILD= yes
PLIST_FILES= bin/acroread8 bin/acroread9 bin/acroread
diff --git a/print/acroreadwrapper/files/acroread.in b/print/acroreadwrapper/files/acroread.in
index 79932066fc10..322013cb1685 100644
--- a/print/acroreadwrapper/files/acroread.in
+++ b/print/acroreadwrapper/files/acroread.in
@@ -92,13 +92,13 @@ case ${ADOBE_VER} in
8)
ACROBASE=%%ACROBASE8%%
BINPREFIX=Adobe/Reader8/bin
- MOZILLA_COMP_PATH=/../%%PREFIX%%/lib/linux-nvu
+ MOZILLA_COMP_PATH=/../%%PREFIX%%/lib/linux-libgtkembedmoz
export MOZILLA_COMP_PATH
;;
9)
ACROBASE=%%ACROBASE9%%
BINPREFIX=Adobe/Reader9/bin
- MOZILLA_COMP_PATH=/../%%PREFIX%%/lib/linux-nvu
+ MOZILLA_COMP_PATH=/../%%PREFIX%%/lib/linux-libgtkembedmoz
export MOZILLA_COMP_PATH
;;
esac