mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 20050319.
o Add support Acrobat Reader 7.0. [1] o Remove oldest notes in pkg-message. [2] I was cheated by: ume and Shinichiro Komatsu <koma2@ms.u-tokyo.ac.jp> [1] Pointed out by: kuriyama [2]
This commit is contained in:
parent
0b879af755
commit
d202a7ff9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131581
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= linuxpluginwrapper
|
||||
PORTVERSION= 20050119
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20050319
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www linux emulators
|
||||
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -22,7 +22,7 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer
|
||||
.if ${OSVERSION} >= 500000
|
||||
RUN_DEPENDS+= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so:${PORTSDIR}/print/acroread
|
||||
.else
|
||||
USE_MOTIF= yes
|
||||
.endif
|
||||
@ -34,6 +34,7 @@ MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}"
|
||||
CONFLICTS= flashpluginwrapper-*
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
PLIST_SUB= LINUXBASE=${LINUXBASE}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
.if defined(WITHOUT_PLUGINS) || ${OSVERSION} < 500000
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
@ -94,7 +95,7 @@ pre-install:
|
||||
@${MKDIR} ${X11BASE}/lib/browser_plugins
|
||||
.if !defined(WITHOUT_PLUGINS)
|
||||
.if ${OSVERSION} >= 500000
|
||||
@${LN} -sf ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so \
|
||||
@${LN} -sf ${LINUXBASE}/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so \
|
||||
${X11BASE}/lib/browser_plugins/
|
||||
.endif
|
||||
@${LN} -sf ${LOCALBASE}/lib/linux-flashplugin6/flashplayer.xpt \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (linuxpluginwrapper-20050119.tar.gz) = 46fa66cac56974c20d68232863ada330
|
||||
SIZE (linuxpluginwrapper-20050119.tar.gz) = 17534
|
||||
MD5 (linuxpluginwrapper-20050319.tar.gz) = 85da9788d78aae30c609c4532bbfa6e3
|
||||
SIZE (linuxpluginwrapper-20050319.tar.gz) = 17990
|
||||
|
@ -1,9 +1,4 @@
|
||||
================================================================
|
||||
** PLEASE REMOVE FOLLOWING LINES FROM %%X11BASE%%/bin/mozilla **
|
||||
|
||||
LD_PRELOAD=%%PREFIX%%/lib/pluginwrapper.so
|
||||
export LD_PRELOAD
|
||||
|
||||
** PLEASE CHANGE FOLLOWING LINES FROM /etc/libmap.conf **
|
||||
libpthread.so.0 liblthread.so.3
|
||||
to
|
||||
|
@ -16,10 +16,10 @@ lib/pluginwrapper/realplayer.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.xpt
|
||||
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LINUXBASE%%/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@dirrm lib/pluginwrapper
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user