Re:java in a browser (was: Re: [CFT] Firefox 3.6 for FreeBSD)

2010-02-27 Thread barbara
 In article 20100205091256.ga97...@misty.eyesbeyond.com you write:
 On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:
  Greg Lewis wrote:
   On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
   On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
   The problem was that starting Firefox 3.6 with certain
   addons installed was not possible. Now it looks like all
   problems are solved and we can start a CFT.
   Thanks to all for your efforts.
  
   weekend. We should also note that the java plugin currently
   does not work with 3.6.
   This is a blocker for me.  What is involved in building a
   java plugin to suit the new FF36 interface?  Please let me know
   if there's anything I can do to assist the effort.
  
   Well, I don't believe the java plugin works with Firefox 3.5, so this 
   isn't
   a new development.
 
  You are mistaken here, the Java plugin works fine with firefox35.
 
 Hmm.  So I've got the plugin installed from the current diablo-jre16 port
 and firefox35 doesn't find it.  What does your set up look like?  For me
 its:
 
  ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so
 lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
 /usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
 /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so
 
 Are you using it from jdk16 perhaps?
 
  A real annoyance is that the OpenJDKs don't build the plugin, you
  need one of the SUN or Diablo JDKs.
 
 They don't build it because Sun doesn't include it...

 Btw I meanwhile found a kind of `workaround' until we have a new sun jdk
 or icedtea port:  konqueror (both the kde3 and the kde4 versions) runs
 java applets via a normal `java' executable (and apparently its own ipc
 wrapper code), so it doesn't need a plugin.  And this also means it
 even works with openjdk7 (and linux-sun-jdk in a native browser), at
 least it did for me doing a simple test on
   http://spaceflight1.nasa.gov/realdata/tracking/index.html
 after setting either JAVA_HOME or configuring a full path in
 settings - konqueror - java and javascript - path to java executable.

  All of these worked for me:

 zsh triton8% ll /usr/local/*/bin/java
 -rwxr-xr-x  1 root  wheel  95014 May 13  2008 
 /usr/local/diablo-jdk1.6.0/bin/java*
 -rwxr-xr-x  1 root  wheel  47308 Oct 11 10:40 
 /usr/local/linux-sun-jdk1.6.0/bin/java*
 -r-xr-xr-x  1 root  wheel  60214 Feb 13 06:15 /usr/local/openjdk7/bin/java*
 zsh triton8%

  HTH, :)
   Juergen


Another option is to install www/seamonkey2 which still uses a gecko version 
compatible with the plugins available on FreeBSD (diablo/sun).
At least until it will get a new gecko version.

Barbara

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


java in a browser (was: Re: [CFT] Firefox 3.6 for FreeBSD)

2010-02-24 Thread Juergen Lock
In article 20100205091256.ga97...@misty.eyesbeyond.com you write:
On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:
 Greg Lewis wrote:
  On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
  On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
  The problem was that starting Firefox 3.6 with certain
  addons installed was not possible. Now it looks like all
  problems are solved and we can start a CFT.
  Thanks to all for your efforts.
 
  weekend. We should also note that the java plugin currently
  does not work with 3.6.
  This is a blocker for me.  What is involved in building a
  java plugin to suit the new FF36 interface?  Please let me know
  if there's anything I can do to assist the effort.
  
  Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
  a new development.
 
 You are mistaken here, the Java plugin works fine with firefox35.

Hmm.  So I've got the plugin installed from the current diablo-jre16 port
and firefox35 doesn't find it.  What does your set up look like?  For me
its:

 ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so 
lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
/usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
/usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so

Are you using it from jdk16 perhaps?

 A real annoyance is that the OpenJDKs don't build the plugin, you
 need one of the SUN or Diablo JDKs.

They don't build it because Sun doesn't include it...

Btw I meanwhile found a kind of `workaround' until we have a new sun jdk
or icedtea port:  konqueror (both the kde3 and the kde4 versions) runs
java applets via a normal `java' executable (and apparently its own ipc
wrapper code), so it doesn't need a plugin.  And this also means it
even works with openjdk7 (and linux-sun-jdk in a native browser), at
least it did for me doing a simple test on
http://spaceflight1.nasa.gov/realdata/tracking/index.html
after setting either JAVA_HOME or configuring a full path in
settings - konqueror - java and javascript - path to java executable.

 All of these worked for me:

zsh triton8% ll /usr/local/*/bin/java
-rwxr-xr-x  1 root  wheel  95014 May 13  2008 
/usr/local/diablo-jdk1.6.0/bin/java*
-rwxr-xr-x  1 root  wheel  47308 Oct 11 10:40 
/usr/local/linux-sun-jdk1.6.0/bin/java*
-r-xr-xr-x  1 root  wheel  60214 Feb 13 06:15 /usr/local/openjdk7/bin/java*
zsh triton8%

 HTH, :)
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dominic Fandrey
Greg Lewis wrote:
 On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
 On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
 The problem was that starting Firefox 3.6 with certain
 addons installed was not possible. Now it looks like all
 problems are solved and we can start a CFT.
 Thanks to all for your efforts.

 weekend. We should also note that the java plugin currently
 does not work with 3.6.
 This is a blocker for me.  What is involved in building a
 java plugin to suit the new FF36 interface?  Please let me know
 if there's anything I can do to assist the effort.
 
 Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
 a new development.

You are mistaken here, the Java plugin works fine with firefox35.

A real annoyance is that the OpenJDKs don't build the plugin, you
need one of the SUN or Diablo JDKs.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Greg Lewis
On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:
 Greg Lewis wrote:
  On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
  On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
  The problem was that starting Firefox 3.6 with certain
  addons installed was not possible. Now it looks like all
  problems are solved and we can start a CFT.
  Thanks to all for your efforts.
 
  weekend. We should also note that the java plugin currently
  does not work with 3.6.
  This is a blocker for me.  What is involved in building a
  java plugin to suit the new FF36 interface?  Please let me know
  if there's anything I can do to assist the effort.
  
  Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
  a new development.
 
 You are mistaken here, the Java plugin works fine with firefox35.

Hmm.  So I've got the plugin installed from the current diablo-jre16 port
and firefox35 doesn't find it.  What does your set up look like?  For me
its:

 ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so 
lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
/usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
/usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so

Are you using it from jdk16 perhaps?

 A real annoyance is that the OpenJDKs don't build the plugin, you
 need one of the SUN or Diablo JDKs.

They don't build it because Sun doesn't include it...

-- 
Greg Lewis  Email   : gle...@eyesbeyond.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology  FreeBSD : gle...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Albert Shih
 Le 05/02/2010 à 01:12:56-0800, Greg Lewis a écrit
 On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:
  Greg Lewis wrote:
   On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
   On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
   The problem was that starting Firefox 3.6 with certain
   addons installed was not possible. Now it looks like all
   problems are solved and we can start a CFT.
   Thanks to all for your efforts.
  
   weekend. We should also note that the java plugin currently
   does not work with 3.6.
   This is a blocker for me.  What is involved in building a
   java plugin to suit the new FF36 interface?  Please let me know
   if there's anything I can do to assist the effort.
   
   Well, I don't believe the java plugin works with Firefox 3.5, so this 
   isn't
   a new development.
  
  You are mistaken here, the Java plugin works fine with firefox35.
 
 Hmm.  So I've got the plugin installed from the current diablo-jre16 port
 and firefox35 doesn't find it.  What does your set up look like?  For me
 its:
 
  ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so 
 lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
 /usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
 /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so

It's better if you create a symbolic link in 

[root plugins]# ls -l /usr/local/lib/firefox3/plugins/
total 20
lrwxr-xr-x  1 root  wheel 67  5 fév 10:22 libjavaplugin_oji.so - 
/usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so

But I not going to say this plugin work perfectly. It's easy to find
something don't work.


Regards.

JAS
-- 
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
Heure local/Local time:
Ven 5 fév 2010 10:21:07 CET
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dominic Fandrey
Greg Lewis wrote:
 On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:
 Greg Lewis wrote:
 On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
 On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
 The problem was that starting Firefox 3.6 with certain
 addons installed was not possible. Now it looks like all
 problems are solved and we can start a CFT.
 Thanks to all for your efforts.

 weekend. We should also note that the java plugin currently
 does not work with 3.6.
 This is a blocker for me.  What is involved in building a
 java plugin to suit the new FF36 interface?  Please let me know
 if there's anything I can do to assist the effort.
 Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
 a new development.
 You are mistaken here, the Java plugin works fine with firefox35.
 
 Hmm.  So I've got the plugin installed from the current diablo-jre16 port
 and firefox35 doesn't find it.  What does your set up look like?  For me
 its:
 
 ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so 
 lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
 /usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
 /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so
 
 Are you using it from jdk16 perhaps?

Yes, I'm using the JDK.

# ll /usr/local/lib/browser_plugins/libjavaplugin_oji.so
lrwxr-xr-x  1 root  wheel  68  4 Feb 10:17 
/usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
/usr/local/diablo-jdk1.6.0/jre/plugin/amd64/ns7/libjavaplugin_oji.so

What does your about:plugins page say?

 
 A real annoyance is that the OpenJDKs don't build the plugin, you
 need one of the SUN or Diablo JDKs.
 
 They don't build it because Sun doesn't include it...

There's a project named IcedTea that builds OpenJDK with the
plugin (http://openjdk.java.net/projects/icedtea/).
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Christian Laursen

Greg Lewis wrote:

On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote:

Greg Lewis wrote:



Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
a new development.

You are mistaken here, the Java plugin works fine with firefox35.


Hmm.  So I've got the plugin installed from the current diablo-jre16 port
and firefox35 doesn't find it.  What does your set up look like?  For me
its:

ls -l /usr/local/lib/browser_plugins/libjavaplugin_oji.so 

lrwxr-xr-x  1 root  wheel  63 Nov  8 10:50 
/usr/local/lib/browser_plugins/libjavaplugin_oji.so - 
/usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so


It is neccesary to symlink it into /usr/local/lib/firefox3/plugins 
manually for it to work. I have not had any problems with the plugin on 
Firefox 3.5 using that approach.


--
Christian Laursen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Dmitry Marakasov
* Martin Wilke (m...@freebsd.org) wrote:

 Please make sure all your addons are compatible with firefox 3.6,
 backup your $HOME/.mozilla dir, also you need to reinstall
 www/linux-f10-flashplugin10.

Done neither, still works great :) However, it needs USE_PYTHON=yes (or
=build), as it explicitely checks for python in configure, while
implicit dependency on python from glib I hope will be removed
(http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143578). Same for
libxul, btw.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Heino Tiedemann
Heino Tiedemann rotkaps_spam_t...@gmx.de wrote:

 Juergen Lock n...@jelal.kn-bremen.de wrote:

 In article 20100204001933.ga11...@bsdcrew.de you write:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

We know that a lot people are waiting for Firefox 3.6,
but nox@ found a strange bug which is now solved.
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.
[...]

  ..and in case anyone is wondering what the issue was, the problem was a
 filename handling change that basically caused all .xpt files (XPCOM type
 libraries) failing to load when there where symlinks in paths to one of
 them - like the ones from addons when /home is a symlink like it usually
 is on FreeBSD - and thus ff couldn't start.  Here is the mozilla ticket:
  https://bugzilla.mozilla.org/show_bug.cgi?id=530793

 Aha, und das alles klappte dei dem www/firefox3-devel bisher nicht?

 Krass. Ma gut, das ich nie Addonns verwende ;-)

 Und ja, /home ist bei mir ein Symlink.


oops, sorry.

I thought I was in de-bsd-questi...@de.freebsd.org.



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Sascha Holzleiter
On Thursday 04 February 2010 01:19:33 Martin Wilke wrote:
 Howdy,
 
 We know that a lot people are waiting for Firefox 3.6,
 but nox@ found a strange bug which is now solved.
 The problem was that starting Firefox 3.6 with certain
 addons installed was not possible. Now it looks like all
 problems are solved and we can start a CFT.
 If everything works fine we plan to commit Firefox 3.6 next
 weekend. We should also note that the java plugin currently
 does not work with 3.6.
 

Thanks for fixing it and porting it over, it works great so far!
I had to adjust the weave port a bit as it seems that the location of the idl 
files has changed. The former path was /usr/local/share/idl/firefox3/stable 
and /usr/local/share/idl/firefox3/unstable which now just seems to be  
/usr/local/share/idl/firefox3. I'll append a simple diff if someone is 
interested.

--- weave.orig/Makefile	2010-02-04 15:03:14.0 +0100
+++ weave/Makefile	2010-02-04 15:25:23.0 +0100
@@ -15,7 +15,7 @@
 MAINTAINER=	ma...@roorback.net
 COMMENT=	Mozilla Weave extension
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 \
+BUILD_DEPENDS=	${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox \
 		${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
--- weave.orig/files/patch-crypto-src-Makefile	2010-02-04 15:03:14.0 +0100
+++ weave/files/patch-crypto-src-Makefile	2010-02-04 15:15:41.0 +0100
@@ -1,11 +1,11 @@
 crypto/src/Makefile.orig2009-08-27 22:08:18.0 +0200
-+++ crypto/src/Makefile 2009-09-18 21:52:06.0 +0200
+--- crypto/src/Makefile.orig	2010-01-29 00:14:05.0 +0100
 crypto/src/Makefile	2010-02-04 15:11:47.0 +0100
 @@ -45,6 +45,10 @@
  sys := $(shell uname -s)
  wince = $(WINCE)
  
 +ifeq ($(sys), FreeBSD)
-+  xpidl = $(PREFIX)/lib/libxul/xpidl -I$(PREFIX)/share/idl/firefox3/stable
++  xpidl = $(PREFIX)/lib/libxul/xpidl -I$(PREFIX)/share/idl/firefox3
 +endif
 +
  ifeq ($(wince), 1)
@@ -52,21 +52,20 @@
  
  # Universal binary so no need for $(arch) for Darwin
  
-@@ -188,6 +205,13 @@
+@@ -188,6 +205,12 @@
-I$(sdkdir)/include/nspr \
-I$(sdkdir)/sdk/include
  
 +ifeq ($(sys), FreeBSD)
-+  headers += -I$(PREFIX)/include/firefox3/stable \
++  headers += -I$(PREFIX)/include/firefox3 \
 + -I$(PREFIX)/include/nspr \
-+ -I$(PREFIX)/include/nss \
-+ -I$(PREFIX)/include/firefox3/unstable
++ -I$(PREFIX)/include/nss
 +endif
 +
  # libraries
  libdirs := $(sdkdir)/lib $(sdkdir)/bin
  ifeq ($(wince),1)
-@@ -202,6 +226,10 @@
+@@ -202,6 +225,10 @@
  
  ifeq ($(os), Linux)
libs := xpcom_core $(libs)
@@ -77,7 +76,7 @@
  endif
  
  # compiler and Linker Flags
-@@ -264,6 +292,25 @@
+@@ -264,6 +291,25 @@
   $(sdkdir)/lib/libxpcomglue_s.a \
   $(libdirs) $(libs)
  else
@@ -103,7 +102,7 @@
  ifeq ($(os), SunOS)
libdirs := $(patsubst %,-L%,$(libdirs))
libs := $(patsubst %,-l%,$(libs))
-@@ -303,6 +350,7 @@
+@@ -303,6 +349,7 @@
  endif
  endif
  endif
@@ -111,9 +110,9 @@
  
  ##
  
-@@ -361,6 +409,11 @@
-$(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags)
-chmod +x $@
+@@ -361,6 +408,11 @@
+ 	$(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags)
+ 	chmod +x $@
  else
 +ifeq ($(os), FreeBSD)
 +  $(so_target): $(idl_headers)
@@ -122,8 +121,8 @@
 +else
  ifeq ($(os), SunOS)
$(so_target): $(idl_headers)
-$(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags)
-@@ -380,3 +433,4 @@
+ 	$(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags)
+@@ -380,3 +432,4 @@
  endif
  endif
  endif
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Gary Jennejohn
On Thu, 4 Feb 2010 01:19:33 +0100
Martin Wilke m...@freebsd.org wrote:

 Please make sure all your addons are compatible with firefox 3.6,
 backup your $HOME/.mozilla dir, also you need to reinstall
 www/linux-f10-flashplugin10.
 

Works extremely well.  Thanks!

BTW I did not need to reinstall www/linux-f10-flashplugin10.  The old
installation from August 2009 just worked OOTB.

---
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Peter Jeremy
On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.

Thanks to all for your efforts.

weekend. We should also note that the java plugin currently
does not work with 3.6.

This is a blocker for me.  What is involved in building a
java plugin to suit the new FF36 interface?  Please let me know
if there's anything I can do to assist the effort.

-- 
Peter Jeremy


pgp8mF45KalEM.pgp
Description: PGP signature


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Juergen Lock
In article 20100204001933.ga11...@bsdcrew.de you write:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

We know that a lot people are waiting for Firefox 3.6,
but nox@ found a strange bug which is now solved.
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.
[...]

 ..and in case anyone is wondering what the issue was, the problem was a
filename handling change that basically caused all .xpt files (XPCOM type
libraries) failing to load when there where symlinks in paths to one of
them - like the ones from addons when /home is a symlink like it usually
is on FreeBSD - and thus ff couldn't start.  Here is the mozilla ticket:
https://bugzilla.mozilla.org/show_bug.cgi?id=530793

 Cheers,
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Heino Tiedemann
Juergen Lock n...@jelal.kn-bremen.de wrote:

 In article 20100204001933.ga11...@bsdcrew.de you write:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

We know that a lot people are waiting for Firefox 3.6,
but nox@ found a strange bug which is now solved.
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.
[...]

  ..and in case anyone is wondering what the issue was, the problem was a
 filename handling change that basically caused all .xpt files (XPCOM type
 libraries) failing to load when there where symlinks in paths to one of
 them - like the ones from addons when /home is a symlink like it usually
 is on FreeBSD - and thus ff couldn't start.  Here is the mozilla ticket:
   https://bugzilla.mozilla.org/show_bug.cgi?id=530793

Aha, und das alles klappte dei dem www/firefox3-devel bisher nicht?

Krass. Ma gut, das ich nie Addonns verwende ;-)

Und ja, /home ist bei mir ein Symlink.


Heino

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Juergen Lock
In article epqr37-627@news.hansenet.de you write:
Juergen Lock n...@jelal.kn-bremen.de wrote:

 In article 20100204001933.ga11...@bsdcrew.de you write:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

We know that a lot people are waiting for Firefox 3.6,
but nox@ found a strange bug which is now solved.
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.
[...]

  ..and in case anyone is wondering what the issue was, the problem was a
 filename handling change that basically caused all .xpt files (XPCOM type
 libraries) failing to load when there where symlinks in paths to one of
 them - like the ones from addons when /home is a symlink like it usually
 is on FreeBSD - and thus ff couldn't start.  Here is the mozilla ticket:
  https://bugzilla.mozilla.org/show_bug.cgi?id=530793

Aha, und das alles klappte dei dem www/firefox3-devel bisher nicht?

Krass. Ma gut, das ich nie Addonns verwende ;-)
[...]

Do you also use no plugins? :)

 And yes, www/firefox3-devel was affected too (that was in fact the
version where I first discovered the bug, just took me a `little' longer
to find the actual cause because I wasn't familiar with the code at all...)

 Cheers,
Juergen
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Greg Lewis
On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote:
 On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote:
 The problem was that starting Firefox 3.6 with certain
 addons installed was not possible. Now it looks like all
 problems are solved and we can start a CFT.
 
 Thanks to all for your efforts.
 
 weekend. We should also note that the java plugin currently
 does not work with 3.6.
 
 This is a blocker for me.  What is involved in building a
 java plugin to suit the new FF36 interface?  Please let me know
 if there's anything I can do to assist the effort.

Well, I don't believe the java plugin works with Firefox 3.5, so this isn't
a new development.

I haven't looked into this enough recently but I would suggest there are
two promising options.  If Sun is including a FF 3.6 compatible plugin
with its current jdk16 release then we should grab the newest available
jdk16 code and update the jdk16 port with it.  Thats not a small piece
of work though as the port is languishing at Update 3 and I think Sun
is at Update 18.  The other option is to port the IcedTea plugin to
our openjdk6 port, assuming that is FF 3.6 compatible.  That shouldn't
be too difficult.

-- 
Greg Lewis  Email   : gle...@eyesbeyond.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology  FreeBSD : gle...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[CFT] Firefox 3.6 for FreeBSD

2010-02-03 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

We know that a lot people are waiting for Firefox 3.6,
but nox@ found a strange bug which is now solved.
The problem was that starting Firefox 3.6 with certain
addons installed was not possible. Now it looks like all
problems are solved and we can start a CFT.
If everything works fine we plan to commit Firefox 3.6 next
weekend. We should also note that the java plugin currently
does not work with 3.6.

What's new in Firefox 3.6

  * Support for the HTML5 File API
  * A change to how third-party software integrates with Firefox to
increase stability.
  * The ability to run scripts asynchronously to speed up page load times.
  * A mechanism to prevent incompatible software from crashing Firefox.
  * Users can now change their browser's appearance with a single click,
with built in support for Personas.
  * Firefox 3.6 will alert users about out of date plugins to keep them
safe.
  * Open, native video can now be displayed full screen, and supports
poster frames.
  * Support for the WOFF font format.
  * Improved JavaScript performance, overall browser responsiveness and
startup time.
  * Support for new CSS, DOM and HTML5 web technologies.


Please make sure all your addons are compatible with firefox 3.6,
backup your $HOME/.mozilla dir, also you need to reinstall
www/linux-f10-flashplugin10.

here is the patch:
http://people.freebsd.org/~miwi/gecko/firefox36.diff

A big thanks is going to nox@, Andreas Tobler, Florian Seemts.

Happy Testing!

- Martin on behalf of the 
FreeBSD Gecko Team.

- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  Skype  : splash_111  |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (FreeBSD)

iEYEARECAAYFAktqEpUACgkQdLJIhLHm/OkV1ACglQMYDssc0yXperyZuW9xW+i0
eyMAn1R8uSu++G27hE2fzaNyoR4PU84l
=rG7R
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org