[56372] users/toby/ports/devel/libsdl-devel

toby at macports.org toby at macports.org
Wed Aug 26 12:47:42 PDT 2009


Revision: 56372
          http://trac.macports.org/changeset/56372
Author:   toby at macports.org
Date:     2009-08-26 12:47:37 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
remove debugging patch

Modified Paths:
--------------
    users/toby/ports/devel/libsdl-devel/Portfile

Removed Paths:
-------------
    users/toby/ports/devel/libsdl-devel/files/patch-src__video__cocoa__SDL_cocoawindow.m

Modified: users/toby/ports/devel/libsdl-devel/Portfile
===================================================================
--- users/toby/ports/devel/libsdl-devel/Portfile	2009-08-26 19:23:28 UTC (rev 56371)
+++ users/toby/ports/devel/libsdl-devel/Portfile	2009-08-26 19:47:37 UTC (rev 56372)
@@ -27,7 +27,6 @@
                 patch-src__audio__macosx__SDL_coreaudio.c \
                 patch-src__video__cocoa__SDL_cocoakeyboard.m \
                 patch-src__video__cocoa__SDL_cocoamodes.m \
-                patch-src__video__cocoa__SDL_cocoawindow.h \
-                patch-src__video__cocoa__SDL_cocoawindow.m
+                patch-src__video__cocoa__SDL_cocoawindow.h
 
 configure.args  --without-x --disable-cdrom

Deleted: users/toby/ports/devel/libsdl-devel/files/patch-src__video__cocoa__SDL_cocoawindow.m
===================================================================
--- users/toby/ports/devel/libsdl-devel/files/patch-src__video__cocoa__SDL_cocoawindow.m	2009-08-26 19:23:28 UTC (rev 56371)
+++ users/toby/ports/devel/libsdl-devel/files/patch-src__video__cocoa__SDL_cocoawindow.m	2009-08-26 19:47:37 UTC (rev 56372)
@@ -1,18 +0,0 @@
---- src/video/cocoa/SDL_cocoawindow.m.orig	2009-07-17 11:45:41.000000000 -0700
-+++ src/video/cocoa/SDL_cocoawindow.m	2009-07-17 11:45:57.000000000 -0700
-@@ -167,6 +167,7 @@
-     int button;
- 
-     index = _data->videodata->mouse;
-+	printf("mouseDown %d\n", [theEvent buttonNumber]);
-     switch ([theEvent buttonNumber]) {
-     case 0:
-         button = SDL_BUTTON_LEFT;
-@@ -200,6 +201,7 @@
-     int button;
- 
-     index = _data->videodata->mouse;
-+	printf("mouseUp %d\n", [theEvent buttonNumber]);
-     switch ([theEvent buttonNumber]) {
-     case 0:
-         button = SDL_BUTTON_LEFT;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/d539da5a/attachment.html>


More information about the macports-changes mailing list