Re: Trying porting back WebKit

2008-01-25 Thread Randall Wood
I went ahead and committed the port at www/webkit-gtk so that we can all work on the same port in SVN. Its commit number 33380. On 1/25/08, N_Ox <[EMAIL PROTECTED]> wrote: > > > Le 25 janv. 08 à 19:46, Guido Soranzio a écrit : > > > > > On Jan 25, 2008, at 8:23 AM, Randall Wood wrote: > > > >> I am

Re: Trying porting back WebKit

2008-01-25 Thread N_Ox
Le 25 janv. 08 à 19:46, Guido Soranzio a écrit : On Jan 25, 2008, at 8:23 AM, Randall Wood wrote: I am getting the same error and have reported it at http:// bugs.webkit.org/show_bug.cgi?id=17001 if you wish to follow it. Thanks. I have applied the patch by Mark Raw in the attached updated

Re: Trying porting back WebKit

2008-01-25 Thread Guido Soranzio
On Jan 25, 2008, at 8:23 AM, Randall Wood wrote: I am getting the same error and have reported it at http://bugs.webkit.org/show_bug.cgi?id=17001 if you wish to follow it. Thanks. I have applied the patch by Mark Raw in the attached updated portfile. Now the compilation fails towards the en

Re: Trying porting back WebKit

2008-01-25 Thread Anders F Björklund
Randall Wood wrote: The usual workaround is to #define Cursor to something else, so that it won't conflict with the legacy Mac OS headers... Don't forget that under certain conditions GTK will be compiled to run in the Aqua environment and not in X11.  Right, but most likely that code won't i

Re: Trying porting back WebKit

2008-01-25 Thread Randall Wood
On 1/25/08, Anders F Björklund <[EMAIL PROTECTED]> wrote: > > Guido Soranzio wrote: > > >> Your best bet maybe to work with the WebKit developers, as WebKit is > >> not Apple (its mostly Apple, but not just Apple). > > > > Indeed, the problem is that the includes of > > AplicationServices.framework

Re: Trying porting back WebKit

2008-01-25 Thread Anders F Björklund
Guido Soranzio wrote: Your best bet maybe to work with the WebKit developers, as WebKit is not Apple (its mostly Apple, but not just Apple). Indeed, the problem is that the includes of AplicationServices.framework are evaluated even when PLATFORM(GTK) is defined. ... from Webcore/Configura

Re: Trying porting back WebKit

2008-01-25 Thread Guido Soranzio
On Jan 25, 2008, at 7:24 AM, Randall Wood wrote: Your best bet maybe to work with the WebKit developers, as WebKit is not Apple (its mostly Apple, but not just Apple). Indeed, the problem is that the includes of AplicationServices.framework are evaluated even when PLATFORM(GTK) is defined.

Re: platform range and set arguments?

2008-01-25 Thread Jochen Küpper
On 25.01.2008, at 06:35, Ryan Schmidt wrote: platform darwin 6 7 { configure.cflags-append "-O1" } I wonder whether this section actually gets used on Panther or Jaguar... Me too! [1] This bit was in the Portfile when I took maintainership, I do not have any of the relevant systems,