Re: lang/spidermonkey185 build breaks

2013-05-26 Thread Kubilay Kocak
On 26/05/2013 11:51 PM, Kubilay Kocak wrote: > On 7/05/2013 3:44 PM, Beeblebrox wrote: >> port was successfully built with >> # make USE_GCC=any -C lang/spidermonkey185 >> >> >> >> - >> 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & >> xorg.devel >> >> -- >> View this m

Re: lang/spidermonkey185 build breaks

2013-05-26 Thread Kubilay Kocak
On 7/05/2013 3:44 PM, Beeblebrox wrote: > port was successfully built with > # make USE_GCC=any -C lang/spidermonkey185 > > > > - > 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & > xorg.devel > > -- > View this message in context: > http://freebsd.1045724.n5.nabble

Re: lang/spidermonkey185 build breaks

2013-05-07 Thread Beeblebrox
koobs: patch did not work (native host or poudriere). Patch output below, contents of link above changed to build output from poudriere for your patched ver. # patch http://freebsd.1045724.n5.nabble.com/lang-spidermonkey185-build-breaks-tp5809189p5809381.html Sent from the freebsd-ports mailing l

Re: lang/spidermonkey185 build breaks

2013-05-07 Thread Kubilay Kocak
On 7/05/2013 3:02 AM, Beeblebrox wrote: > Err Msg is: > > In file included from jsapi.cpp:1: > jsapi.cpp:1641:14: warning: cast from 'char *' to 'JSAtom **' increases > required alignment from 1 to 8 [-Wcast-align] > atom = (*(JSAtom **)((char*)&(cx->runtime)->atomState + (offset))); >

Re: lang/spidermonkey185 build breaks

2013-05-06 Thread Beeblebrox
port was successfully built with # make USE_GCC=any -C lang/spidermonkey185 - 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/lang-spidermonkey185-build-breaks-tp5809189p5809304.html Se

Re: lang/spidermonkey185 build breaks

2013-05-06 Thread Beeblebrox
>> Since you're on -CURRENT, it would be polite to come up with a fix before filing a PR. * The mail list is not a part of the official PR structure & I only file PR's if I am unable to get assistance from the list - so no PR has been filed. * I'm not a developer / coder, just an end user. There

Re: lang/spidermonkey185 build breaks

2013-05-06 Thread Lowell Gilbert
Beeblebrox writes: > Err Msg is: No, it's not. You're quoting warning messages. The error messages are earlier, and look to be a mismatch on visibility of JS_API static functions. GCC compiles it okay, clang doesn't. Since you're on -CURRENT, it would be polite to come up with a fix before fili