1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.

This commit is contained in:
Hiroki Sato 2010-08-08 04:16:02 +00:00
parent e15438b706
commit 43324acf06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258905
4 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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