diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-20 17:38:59 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-20 17:38:59 +0000 |
commit | e330eb45edb203646be35547df272199cb88cf70 (patch) | |
tree | 47b8f6a78f1a8ce278202f2f310ff8be973066e3 /www/linux-opera/files | |
parent | 9918749344f8f98bb2890158d470801837639457 (diff) | |
download | ports-e330eb45edb203646be35547df272199cb88cf70.tar.gz ports-e330eb45edb203646be35547df272199cb88cf70.zip |
-Update both www/opera and www/linux-opera to 7.53.
www/opera:
- The maintainer has asked me to babysitting this while he's away for
vacation. He is gone for about five weeks started last Thursday.
- Some tweak with the plugins, I have added jdk13 and jdk14 support
but I have no idea if they will work since I don't have any FreeBSD
4.x to test. Please let me know if there has any issue.
- Does the spellcheck feature works in FreeBSD 4.x? Please, contract
me on this one too. If it works, then I will need to add a dependency
of aspell with a new WITHOUT_ASPELL knob.
- See the changelog for detail:
http://www.opera.com/freebsd/changelogs/753/
www/linux-opera:
- I didn't update it to 7.52, because it still doesn't fix the security
and the plugins was broke. The 7.53 has solved all of this to allow
me to update it.
- Please read in pkg-message about the changes of search.ini if you
have a custom of it. You will have to edit it or it will not work.
- See the changelog for detail:
7.52 = http://www.opera.com/linux/changelogs/752/
7.53 = http://www.opera.com/linux/changelogs/753/
Notes
Notes:
svn path=/head/; revision=114302
Diffstat (limited to 'www/linux-opera/files')
-rw-r--r-- | www/linux-opera/files/patch-install.sh | 53 |
1 files changed, 29 insertions, 24 deletions
diff --git a/www/linux-opera/files/patch-install.sh b/www/linux-opera/files/patch-install.sh index 97ec647ab316..e3fc1c4b1169 100644 --- a/www/linux-opera/files/patch-install.sh +++ b/www/linux-opera/files/patch-install.sh @@ -1,5 +1,5 @@ ---- install.sh.orig Wed Jun 2 05:13:50 2004 -+++ install.sh Sun Jun 6 01:48:11 2004 +--- install.sh.orig Fri Jul 16 07:39:52 2004 ++++ install.sh Tue Jul 20 00:34:42 2004 @@ -758,25 +758,21 @@ debug_msg 0 "in generate_wrapper()" @@ -134,7 +134,7 @@ ; do if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi done -@@ -1086,7 +1054,7 @@ +@@ -1089,7 +1057,7 @@ chop "${OPERADESTDIR}" "str_localdirshare" chop "${OPERADESTDIR}" "str_localdirplugin" @@ -143,7 +143,7 @@ # Executable debug_msg 1 "Executable" -@@ -1121,7 +1089,7 @@ +@@ -1124,7 +1092,7 @@ #cp $cpv $cpf wrapper.sh $wrapper_dir/opera generate_wrapper @@ -152,16 +152,21 @@ # Documentation debug_msg 1 "Documentation" -@@ -1155,7 +1123,7 @@ - if test -d ini; then - mkdir $mkdirv $mkdirp $share_dir/ini/ - chmod $chmodv 755 $share_dir/ini -- cp $cpv $cpf $cpR ini/* $share_dir/ini/ -+ cp $cpv $cpf $cpR ini/*.ini $share_dir/ini/ - if test -f $share_dir/ini/pluginpath.ini; then - echo ${str_localdirplugin} >> $share_dir/ini/pluginpath.ini - fi -@@ -1255,8 +1223,9 @@ +@@ -1223,13 +1191,6 @@ + plugin_support='yes' + fi + +- if test -f plugins/operamotifwrapper-1 +- then +- cp $cpv $cpf plugins/operamotifwrapper-1 $plugin_dir/ +- chmod $chmodv 755 $plugin_dir/operamotifwrapper-1 +- plugin_support='yes' +- fi +- + if test -f plugins/operamotifwrapper-2 + then + cp $cpv $cpf plugins/operamotifwrapper-2 $plugin_dir/ +@@ -1279,8 +1240,9 @@ if test -z "${OPERADESTDIR}"; then # System wide configuration files @@ -172,7 +177,7 @@ echo echo "System wide configuration files:" echo " $config_dir/opera6rc" -@@ -1268,6 +1237,7 @@ +@@ -1292,6 +1254,7 @@ cp $cpv $cpf config/opera6rc $config_dir cp $cpv $cpf config/opera6rc.fixed $config_dir fi @@ -180,7 +185,7 @@ else echo echo "User \"${USERNAME}\" does not have write access to $config_dir" -@@ -1281,9 +1251,9 @@ +@@ -1305,9 +1268,9 @@ icons gnome kde 3 @@ -193,7 +198,7 @@ fi # OPERADESTDIR -@@ -1328,13 +1298,13 @@ +@@ -1352,13 +1315,13 @@ { # arg1 = location @@ -211,7 +216,7 @@ Terminal=0 Type=Application' -@@ -1367,42 +1337,13 @@ +@@ -1391,42 +1354,13 @@ debug_msg 0 "in icons()" @@ -260,16 +265,16 @@ fi } -@@ -1412,72 +1353,36 @@ +@@ -1436,72 +1370,36 @@ debug_msg 1 "in gnome()" - if test -d /opt/gnome/; then -+ if test -d %%X11BASE%%/share/gnome/; then - +- - # /opt/gnome share - if test -d /opt/gnome/share; then -- ++ if test -d %%X11BASE%%/share/gnome/; then + - # /opt/gnome icon - if test ! -d /opt/gnome/share/pixmaps/; then - if test -w /opt/gnome/share; then @@ -305,7 +310,7 @@ - generate_desktop /opt/gnome/share/gnome/apps/Networking/WWW + elif test -d %%X11BASE%%/share/gnome/apps/Networking/WWW/; then + if test -w %%X11BASE%%/share/gnome/apps/Networking/WWW; then -+ generate_desktop %%X11BASE%%/share/gnome/apps/Networking/WWW ++ generate_desktop %%X11BASE%%/share/gnome/apps/Networking/WWW fi - elif test -w /opt/gnome/share/gnome/apps; then - mkdir $mkdirv $mkdirp /opt/gnome/share/gnome/apps/Internet/ @@ -355,7 +360,7 @@ fi # Add ximian here } -@@ -1488,39 +1393,31 @@ +@@ -1512,39 +1410,31 @@ debug_msg 1 "in kde()" |