ports/149708: [PATCH] www/opera doesn't work with www/opera-linuxplugins [regression]

Emil Smolenski am at raisa.eu.org
Mon Aug 16 12:40:01 UTC 2010


>Number:         149708
>Category:       ports
>Synopsis:       [PATCH] www/opera doesn't work with www/opera-linuxplugins [regression]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 16 12:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Emil Smolenski
>Release:        FreeBSD 8.1-STABLE
>Organization:
>Environment:
FreeBSD arrow 8.1-STABLE FreeBSD 8.1-STABLE #4: Mon Jul 26 10:20:57 CEST 2010     root at arrow:/usr/obj/usr/src/sys/ARROW  amd64
>Description:
The operapluginwrapper script isn't installed by the www/opera port anymore. It is impossible to use opera-linuxplugins then.
>How-To-Repeat:
Install www/opera, www/opera-linuxplugins, www/linux-f10-flashplugin10, launch Opera and type opera:plugins in address bar or go to flash web site.
>Fix:
See attached patch.

Patch attached with submission follows:

diff -ruN opera.bak/Makefile opera/Makefile
--- opera.bak/Makefile	2010-08-15 18:36:16.000000000 +0200
+++ opera/Makefile	2010-08-16 12:56:50.288146386 +0200
@@ -88,5 +88,7 @@
 	@${REINPLACE_CMD} -e 's|/usr/X11R6/lib/browser_plugins|${LOCALBASE}/lib/browser_plugins/symlinks/opera|g' \
 		${DATADIR}/defaults/pluginpath.ini
 	@${RM} ${DATADIR}/defaults/pluginpath.ini.bak
+	@${CP} ${LOCALBASE}/lib/opera/operapluginwrapper ${LOCALBASE}/lib/opera/operapluginwrapper.freebsd
+	@${INSTALL_SCRIPT} ${PATCHDIR}/operapluginwrapper ${LOCALBASE}/lib/opera
 
 .include <bsd.port.post.mk>
diff -ruN opera.bak/pkg-plist opera/pkg-plist
--- opera.bak/pkg-plist	2010-08-14 06:58:05.000000000 +0200
+++ opera/pkg-plist	2010-08-16 13:05:38.180391187 +0200
@@ -10,6 +10,7 @@
 lib/opera/opera
 lib/opera/operaplugincleaner
 lib/opera/operapluginwrapper
+lib/opera/operapluginwrapper.freebsd
 lib/opera/plugins/README
 %%DOCSDIR%%/LGPL-2
 %%DOCSDIR%%/LICENSE


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list