Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/linuxpluginwrapper/Makefile,v retrieving revision 1.52 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.52 Makefile --- Makefile 7 Apr 2006 13:01:46 -0000 1.52 +++ Makefile 7 Apr 2006 16:37:37 -0000 @@ -7,7 +7,7 @@ PORTNAME= linuxpluginwrapper PORTVERSION= 20051113 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -16,8 +16,7 @@ MAINTAINER= nork@FreeBSD.org COMMENT= A wrapper allowing use of linux-plugins with native applications -OPTIONS= FLASH "install linux-flashplugin" off \ - REALPLAYER "install linux-realplayer" off \ +OPTIONS= REALPLAYER "install linux-realplayer" off \ ACROREAD "install acroread7" off .include @@ -27,10 +26,6 @@ .endif # I will remove WITH_PLUGINS knob. -.if defined(WITH_FLASH) -RUN_DEPENDS= ${X11BASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6 -WITH_PLUGINS= 1 -.endif .if defined(WITH_REALPLAYER) RUN_DEPENDS+= ${X11BASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer WITH_PLUGINS= 1 @@ -115,12 +110,6 @@ @${LN} -sf ${X11BASE}/Adobe/Acrobat7.0/ENU/Browser/intellinux/nppdf.so \ ${X11BASE}/lib/browser_linux_plugins/ .endif -.if defined(WITH_FLASH) - @${LN} -sf ${X11BASE}/lib/linux-flashplugin6/flashplayer.xpt \ - ${X11BASE}/lib/browser_linux_plugins/ - @${LN} -sf ${X11BASE}/lib/linux-flashplugin6/libflashplayer.so \ - ${X11BASE}/lib/browser_linux_plugins/ -.endif .if defined(WITH_REALPLAYER) @${LN} -sf ${X11BASE}/lib/linux-mozilla/plugins/nphelix.so \ ${X11BASE}/lib/browser_linux_plugins/ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/linuxpluginwrapper/pkg-plist,v retrieving revision 1.14 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.14 pkg-plist --- pkg-plist 13 Nov 2005 07:03:31 -0000 1.14 +++ pkg-plist 7 Apr 2006 16:37:37 -0000 @@ -20,8 +20,6 @@ @unexec /bin/rmdir %%X11BASE%%/lib/browser_linux_plugins 2>/dev/null || true @exec /bin/mkdir -p %%X11BASE%%/lib/browser_linux_plugins 2>/dev/null || true @exec /bin/ln -sf %%LINUXBASE%%/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so %%X11BASE%%/lib/browser_linux_plugins/ -@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_linux_plugins/ -@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_linux_plugins/ @exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_linux_plugins/ @exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_linux_plugins/ @dirrm lib/pluginwrapper