[MacPorts] #18723: qt4-mac won't install

MacPorts noreply at macports.org
Tue Mar 3 09:24:44 PST 2009


#18723: qt4-mac won't install
--------------------------------------+-------------------------------------
 Reporter:  mannequinZOD@…            |       Owner:  erickt@…           
     Type:  defect                    |      Status:  new                
 Priority:  Normal                    |   Milestone:  Port Bugs          
Component:  ports                     |     Version:  1.7.0              
 Keywords:  qt4-mac                   |        Port:  qt4-mac            
--------------------------------------+-------------------------------------

Comment(by mannequinZOD@…):

 The content of this Plugin.h files is
 (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work
 /qt-mac-opensource-src-4.4.3/src/3rdparty/webkit/WebCore/plugins/Plugin.h)

 I hope this is actually useful information...

 {{{
 #ifndef Plugin_h
 #define Plugin_h

 #include "MimeType.h"
 #include <wtf/RefPtr.h>
 #include <wtf/RefCounted.h>

 namespace KJS {
     class ExecState;
     class JSValue;
 };

 namespace WebCore {

     class AtomicString;
     class Plugin;
     class String;

     // FIXME: Generated JSPlugin.cpp doesn't include JSMimeType.h for toJS
     KJS::JSValue* toJS(KJS::ExecState*, MimeType*);

     class PluginData;

     class Plugin : public RefCounted<Plugin> {
     public:
         Plugin(PluginData*, unsigned index);
         ~Plugin();

         String name() const;
         String filename() const;
         String description() const;

         unsigned length() const;

         PassRefPtr<MimeType> item(unsigned index);
         bool canGetItemsForName(const AtomicString& propertyName);
         PassRefPtr<MimeType> nameGetter(const AtomicString& propertyName);

     private:
         RefPtr<PluginData> m_pluginData;
         unsigned m_index;
     };

 }

 #endif
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/18723#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list