mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (linuxpluginwrapper-20031122.tar.gz) = 7a640fb4887802fcbd9feeb09d6f8b54
|
||||
MD5 (linuxpluginwrapper-20031221.tar.gz) = 414173484070da93ed27db5386960c14
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue