[152261] trunk/dports/x11/wine-devel

ryandesign at macports.org ryandesign at macports.org
Fri Sep 2 01:28:56 PDT 2016


Revision: 152261
          https://trac.macports.org/changeset/152261
Author:   ryandesign at macports.org
Date:     2016-09-02 01:28:55 -0700 (Fri, 02 Sep 2016)
Log Message:
-----------
wine-devel: remove patchfile unneeded since 1.9.14 (https://bugs.winehq.org/show_bug.cgi?id=40830)

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Removed Paths:
-------------
    trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2016-09-02 08:19:38 UTC (rev 152260)
+++ trunk/dports/x11/wine-devel/Portfile	2016-09-02 08:28:55 UTC (rev 152261)
@@ -119,7 +119,6 @@
 patchfiles                  BOOL.patch \
                             cups_headers.patch \
                             mach_machine.patch \
-                            kVK_RightCommand_macro.patch \
                             tiger-shell.patch
 
 # Wine requires the program specified in INSTALL to create intermediate

Deleted: trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch
===================================================================
--- trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch	2016-09-02 08:19:38 UTC (rev 152260)
+++ trunk/dports/x11/wine-devel/files/kVK_RightCommand_macro.patch	2016-09-02 08:28:55 UTC (rev 152261)
@@ -1,18 +0,0 @@
---- dlls/winemac.drv/cocoa_window.m.orig	2015-11-20 05:46:54.000000000 -0800
-+++ dlls/winemac.drv/cocoa_window.m	2015-11-25 14:31:43.000000000 -0800
-@@ -44,11 +44,10 @@ enum {
- 
- 
- /* Additional Mac virtual keycode, to complement those in Carbon's <HIToolbox/Events.h>. */
--enum {
--    kVK_RightCommand              = 0x36, /* Invented for Wine; was unused */
--};
--#endif
--
-+#ifndef kVK_RightCommand
-+#define kVK_RightCommand 0x36
-+#endif
-+#endif
- 
- static NSUInteger style_mask_for_features(const struct macdrv_window_features* wf)
- {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160902/e413ebe7/attachment.html>


More information about the macports-changes mailing list