svn commit: r375320 - in head/www/opera: . files
Alex Kozlov
ak at FreeBSD.org
Tue Dec 23 12:23:03 UTC 2014
Author: ak
Date: Tue Dec 23 12:23:01 2014
New Revision: 375320
URL: https://svnweb.freebsd.org/changeset/ports/375320
QAT: https://qat.redports.org/buildarchive/r375320/
Log:
- Fix issue with linux opera plugins
Submitted by: Andriy Voskoboinyk <s3erios at gmail.com>
PR: 196001
Added:
head/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper (contents, props changed)
Modified:
head/www/opera/Makefile
Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile Tue Dec 23 11:21:58 2014 (r375319)
+++ head/www/opera/Makefile Tue Dec 23 12:23:01 2014 (r375320)
@@ -2,7 +2,7 @@
PORTNAME= opera
PORTVERSION= ${OPERA_VER}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
Added: head/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper Tue Dec 23 12:23:01 2014 (r375320)
@@ -0,0 +1,10 @@
+Index: lib/opera/pluginwrapper/operapluginwrapper
+@@ -14,6 +14,8 @@
+ fi
+ done
+
++[ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH
++
+ wrapper="$0"-"${wrappertype}"
+
+ exec ${OPERA_PLUGINWRAPPER_PREFIX} "$wrapper" "$@"
More information about the svn-ports-all
mailing list