o Correct to use acrobat on firebird. But I don't know that this fix is

right.  I heard BAD and OK:-). [1]
o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2]
  OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29.
  It really got to me.

Reported by:	Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1]
Tested by:	osa, ale [1]
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org> [2]
This commit is contained in:
Norikatsu Shigemura 2003-12-27 21:57:09 +00:00
parent 5796f6fd71
commit 53f664b8d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96707
4 changed files with 14 additions and 11 deletions

View file

@ -6,14 +6,14 @@
#
PORTNAME= linuxpluginwrapper
PORTVERSION= 20031122
PORTVERSION= 20031221
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~nork/distfiles/
MASTER_SITE_SUBDIR= nork
MAINTAINER= nork@FreeBSD.org
COMMENT= A wrapper allowing use of linux-plugins with native browsers
COMMENT= A wrapper allowing use of linux-plugins with native applications
.include <bsd.port.pre.mk>

View file

@ -1 +1 @@
MD5 (linuxpluginwrapper-20031122.tar.gz) = 7a640fb4887802fcbd9feeb09d6f8b54
MD5 (linuxpluginwrapper-20031221.tar.gz) = 414173484070da93ed27db5386960c14

View file

@ -1,2 +1,2 @@
A wrapper that allows the use of the Linux plugins to work with
a FreeBSD-native binary of browser supported NSPR.
a FreeBSD-native binary of applications.

View file

@ -1,10 +1,13 @@
lib/pluginwrapper/flash6.so
lib/pluginwrapper/acrobat.so
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
lib/pluginwrapper/java3d.so
lib/pluginwrapper/java3d_snd.so
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
@unexec /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%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
@dirrm lib/pluginwrapper
@unexec rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true