[48588] trunk/dports/devel/libsdl

devans at macports.org devans at macports.org
Wed Mar 25 17:57:58 PDT 2009


Revision: 48588
          http://trac.macports.org/changeset/48588
Author:   devans at macports.org
Date:     2009-03-25 17:57:58 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
libsdl: add new patch file to fix build problem and delete old unused ones, change platform variant from ppc to powerpc.  Closes #18955.

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Added Paths:
-----------
    trunk/dports/devel/libsdl/files/patch-SDL_x11gl_c.h.diff

Removed Paths:
-------------
    trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h
    trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-03-25 22:59:33 UTC (rev 48587)
+++ trunk/dports/devel/libsdl/Portfile	2009-03-26 00:57:58 UTC (rev 48588)
@@ -31,6 +31,8 @@
 	port:xorg-libXrandr \
 	port:xrender
 
+patchfiles      patch-SDL_x11gl_c.h.diff
+
 configure.args  --enable-shared \
                 --mandir=${prefix}/share/man
 
@@ -115,7 +117,7 @@
     }
 }
 
-platform darwin ppc {
+platform darwin powerpc {
     configure.args-append   --disable-nasm
 }
 

Deleted: trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h
===================================================================
--- trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h	2009-03-25 22:59:33 UTC (rev 48587)
+++ trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h	2009-03-26 00:57:58 UTC (rev 48588)
@@ -1,10 +0,0 @@
---- src/cdrom/macosx/AudioFilePlayer.h.orig	2007-07-05 12:27:56.000000000 -0700
-+++ src/cdrom/macosx/AudioFilePlayer.h	2007-07-05 12:29:36.000000000 -0700
-@@ -33,6 +33,7 @@
- #include <CoreServices/CoreServices.h>
- 
- #include <AudioUnit/AudioUnit.h>
-+#include <AudioUnit/AUNTComponent.h>
- 
- #include "SDL_error.h"
- 

Deleted: trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c
===================================================================
--- trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c	2009-03-25 22:59:33 UTC (rev 48587)
+++ trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c	2009-03-26 00:57:58 UTC (rev 48588)
@@ -1,10 +0,0 @@
---- src/audio/macosx/SDL_coreaudio.c.orig	2007-07-05 12:34:39.000000000 -0700
-+++ src/audio/macosx/SDL_coreaudio.c	2007-07-05 12:35:25.000000000 -0700
-@@ -22,6 +22,7 @@
- #include "SDL_config.h"
- 
- #include <AudioUnit/AudioUnit.h>
-+#include <AudioUnit/AUNTComponent.h>
- 
- #include "SDL_audio.h"
- #include "../SDL_audio_c.h"

Added: trunk/dports/devel/libsdl/files/patch-SDL_x11gl_c.h.diff
===================================================================
--- trunk/dports/devel/libsdl/files/patch-SDL_x11gl_c.h.diff	                        (rev 0)
+++ trunk/dports/devel/libsdl/files/patch-SDL_x11gl_c.h.diff	2009-03-26 00:57:58 UTC (rev 48588)
@@ -0,0 +1,10 @@
+--- src/video/x11/SDL_x11gl_c.h.orig	2007-12-31 15:48:13.000000000 +1100
++++ src/video/x11/SDL_x11gl_c.h	2009-03-25 05:53:09.000000000 +1100
+@@ -23,6 +23,7 @@
+ 
+ #if SDL_VIDEO_OPENGL_GLX
+ #include <GL/glx.h>
++#include <GL/glxtokens.h>
+ #include "SDL_loadso.h"
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/c6a00070/attachment.html>


More information about the macports-changes mailing list