Changeset 99161


Ignore:
Timestamp:
Oct 28, 2012, 10:09:21 PM (12 years ago)
Author:
jeremyhu@…
Message:

webkit-gtk: Update some comments regarding bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/webkit-gtk/Portfile

    r99154 r99161  
    116116# ./DerivedSources/webkit/WebKitDOMDOMWindow.h:843: error: expected constructor, destructor, or type conversion before '*' token
    117117# https://bugs.webkit.org/show_bug.cgi?id=94498
     118# https://bugs.webkit.org/show_bug.cgi?id=66477
    118119#        --enable-notifications \
    119120
    120 # In 1.8.2:
    121 # AudioBufferCallback.h is missing
     121# In 1.10.1:
     122# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp: In constructor 'WebCore::FFTFrame::FFTFrame(unsigned int)':
     123# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:48: error: 'm_complexData' was not declared in this scope
     124# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:48: error: 'GstFFTF32Complex' was not declared in this scope
     125# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:48: error: no matching function for call to 'fastNewArray(size_t)'
     126# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:50: error: 'gst_fft_next_fast_length' was not declared in this scope
     127# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:51: error: 'm_fft' was not declared in this scope
     128# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:51: error: 'FALSE' was not declared in this scope
     129# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:51: error: 'gst_fft_f32_new' was not declared in this scope
     130# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:52: error: 'm_inverseFft' was not declared in this scope
     131# Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:52: error: 'TRUE' was not declared in this scope
    122132#        --enable-web-audio \
    123133
     
    130140#        --enable-input-color \
    131141
    132 # In 1.8.2
    133 # DerivedSources/WebCore/JSDOMWindow.cpp:6255: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, WebCore::StorageInfo*)'
    134 # https://bugs.webkit.org/show_bug.cgi?id=94500
    135 #       --enable-quota \
    136 
    137142# We don't want to use the headers from the installed WebKit
    138143configure.cppflags-delete -I${prefix}/include
    139 configure.cflags-append -g3
    140 configure.cxxflags-append -g3
    141144
    142145autoreconf.env-append ACLOCAL="aclocal -I Source/autotools"
     
    144147autoreconf.args -fvi
    145148
    146 # BUILD FIX TODO: clang C++
    147 # clang has trouble with webkit-1.6.3's C++ as of 2012.04.19
    148 #
    149 # 1.8.2:
    150 # ./Source/WebCore/editing/Editor.h:388:18: error: 'willDetachPage' marked 'override' but does not override any member functions
    151 compiler.blacklist-append clang
    152 
    153149# https://trac.macports.org/ticket/34044
    154150if {[vercmp ${xcodeversion} 3.0] >= 0} {
    155151    compiler.blacklist-append gcc-4.0
    156152}
     153
     154# BUILD FIX TODO: clang C++
     155#
     156# 1.10.1:
     157# HTMLPropertiesCollection.h:52:42: error: 'namedItem' marked 'override' but does not override any member functions
     158# https://bugs.webkit.org/show_bug.cgi?id=100618
     159compiler.blacklist-append clang
     160
     161#if {[string match "*clang*" ${configure.compiler}]} {
     162#    configure.cxxflags-append -std=c++11 -Wno-error=c++11-narrowing
     163#}
    157164
    158165post-patch {
Note: See TracChangeset for help on using the changeset viewer.