cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2012-01-12 Thread Jung-uk Kim
jkim2012-01-13 01:42:32 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: - Replace hsearch_r from GNU libc with Berkeley DB from our libc. http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-17 Thread Alex Dupre
Jung-uk Kim ha scritto: Thanks for fixing this and sorry for my ignorance. You are welcome (it's your turn for a beautiful pointyhat ;-)). I really prefer this patch rather than just casting it away although it makes no difference for us because socklen_t is luckily 32-bit for FreeBSD. You

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-17 Thread Jung-uk Kim
On Thursday 17 March 2011 05:17 am, Alex Dupre wrote: > ale 2011-03-17 09:17:26 UTC > > FreeBSD ports repository > > Modified files: > java/openjdk6Makefile > java/openjdk6/files patch-set > Log: > Fix a severe regression introduced with the "disable IPV6_V6ONLY > o

cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-17 Thread Alex Dupre
ale 2011-03-17 09:17:26 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: Fix a severe regression introduced with the "disable IPV6_V6ONLY option". On amd64 every call to getsocktopt returns a "Bad address" S

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-04 Thread Doug Barton
On 03/03/2011 15:53, Jung-uk Kim wrote: On Thursday 03 March 2011 06:43 pm, Doug Barton wrote: Are you saying that now I can enable the IPV6 OPTION and have the java plugin work? Will it actually work over IPv6 transport? Yes, it should. Confirmed that compiled with IPV6 OPTION the plugin

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-03 Thread Jung-uk Kim
On Thursday 03 March 2011 06:43 pm, Doug Barton wrote: > On 03/03/2011 15:34, Jung-uk Kim wrote: > > On Thursday 03 March 2011 06:27 pm, Doug Barton wrote: > >> Does this relate to > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=153301 at all? > > > > It does. I back-ported the fix because I was t

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-03 Thread Doug Barton
On 03/03/2011 15:34, Jung-uk Kim wrote: On Thursday 03 March 2011 06:27 pm, Doug Barton wrote: Does this relate to http://www.freebsd.org/cgi/query-pr.cgi?pr=153301 at all? It does. I back-ported the fix because I was too tired of hearing "IPv6 and web plugin does not work together" non-sense

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-03 Thread Jung-uk Kim
On Thursday 03 March 2011 06:27 pm, Doug Barton wrote: > Does this relate to > http://www.freebsd.org/cgi/query-pr.cgi?pr=153301 at all? It does. I back-ported the fix because I was too tired of hearing "IPv6 and web plugin does not work together" non-sense. :-( Jung-uk Kim > Doug > > On 03/03

Re: cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-03 Thread Doug Barton
Does this relate to http://www.freebsd.org/cgi/query-pr.cgi?pr=153301 at all? Doug On 03/03/2011 15:22, Jung-uk Kim wrote: jkim2011-03-03 23:22:06 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: Ba

cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-03-03 Thread Jung-uk Kim
jkim2011-03-03 23:22:06 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: Backport a long standing bug fix from OpenJDK7, i.e., disable IPV6_V6ONLY option when IPv6 is enabled and failed to create a socket.

cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2011-01-04 Thread Jung-uk Kim
jkim2011-01-04 22:54:58 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: Fix a typo in the BSD patchset. PR: ports/153421 Submitted by: Alexander Vasyanin (avasyanin at gmail dot com)

cvs commit: ports/java/openjdk6 Makefile ports/java/openjdk6/files patch-set

2009-05-21 Thread Greg Lewis
glewis 2009-05-22 06:23:16 UTC FreeBSD ports repository Modified files: java/openjdk6Makefile java/openjdk6/files patch-set Log: . Add support for the serviceability agent (includes work by glewis@ and Brian Gardner). Core support needs some more work. . Ins