Hello, 

> Is it really a typo? Q_WS_MACX used to be a valid thing. Is it not anymore?

Is it ? I always encountered Q_WS_MAC and it was the first time I saw 
Q_WS_MACX. To be honest, there is a linking problem with the new kde-runtime 
that I have issues sorting out, and I strongly suspected it was this, but it is 
not, apparently. 
I could revert this change later, as it seems to not change anything.

On Jan 11, 2013, at 3:36 PM, Ryan Schmidt <[email protected]> wrote:

> 
> On Jan 10, 2013, at 23:52, [email protected] wrote:
> 
>> Revision: 101455
>>         https://trac.macports.org/changeset/101455
>> Author:   [email protected]
>> Date:     2013-01-10 21:52:00 -0800 (Thu, 10 Jan 2013)
>> Log Message:
>> -----------
>> kde4-runtime: correct typo in preprocessor
>> 
>> Modified Paths:
>> --------------
>>   trunk/dports/kde/kde4-runtime/Portfile
>> 
>> Added Paths:
>> -----------
>>   trunk/dports/kde/kde4-runtime/files/
>>   trunk/dports/kde/kde4-runtime/files/patch-globalshortcutsregistry.diff
>> 
>> Modified: trunk/dports/kde/kde4-runtime/Portfile
>> ===================================================================
>> --- trunk/dports/kde/kde4-runtime/Portfile   2013-01-11 05:26:28 UTC (rev 
>> 101454)
>> +++ trunk/dports/kde/kde4-runtime/Portfile   2013-01-11 05:52:00 UTC (rev 
>> 101455)
>> @@ -6,6 +6,7 @@
>> 
>> name                kde4-runtime
>> version             4.9.5
>> +revision            1
>> categories          kde kde4
>> maintainers         sharky nicos
>> license             GPL-2+ LGPL-2.1+
>> @@ -21,6 +22,8 @@
>> checksums           rmd160  8b8f4ed3647492a331a1d3638af60c2059b2de31 \
>>                    sha256  
>> 1a840e1bb59ba1905d738188647e48556990142193885f4586473213b1a77ece
>> 
>> +patchfiles          patch-globalshortcutsregistry.diff
>> +
>> depends_lib-append  port:kdelibs4 \
>>                    port:kdepimlibs4 \
>>                    port:kactivities \
>> 
>> Added: trunk/dports/kde/kde4-runtime/files/patch-globalshortcutsregistry.diff
>> ===================================================================
>> --- trunk/dports/kde/kde4-runtime/files/patch-globalshortcutsregistry.diff   
>>                         (rev 0)
>> +++ trunk/dports/kde/kde4-runtime/files/patch-globalshortcutsregistry.diff   
>> 2013-01-11 05:52:00 UTC (rev 101455)
>> @@ -0,0 +1,11 @@
>> +--- kglobalaccel/globalshortcutsregistry.cpp.orig   2012-11-30 
>> 16:26:48.000000000 +0900
>> ++++ kglobalaccel/globalshortcutsregistry.cpp        2013-01-11 
>> 14:33:56.000000000 +0900
>> +@@ -33,7 +33,7 @@
>> + #include "kglobalaccel_x11.h"
>> + #include <QX11Info>
>> + #include <QApplication>
>> +-#elif defined(Q_WS_MACX)
>> ++#elif defined(Q_WS_MAC)
>> + #include "kglobalaccel_mac.h"
>> + #elif defined(Q_WS_WIN)
>> + #include "kglobalaccel_win.h"
> 
> Is it really a typo? Q_WS_MACX used to be a valid thing. Is it not anymore?
> 
> 
> 

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to