[106220] trunk/dports/python/py-game
jmr at macports.org
jmr at macports.org
Sun May 19 09:09:08 PDT 2013
Revision: 106220
https://trac.macports.org/changeset/106220
Author: jmr at macports.org
Date: 2013-05-19 09:09:07 -0700 (Sun, 19 May 2013)
Log Message:
-----------
py-game: fix detection of CoreMIDI on case-sensitive filesystems (#39147). No rev bump as this only affects a variant which is marked experimental.
Modified Paths:
--------------
trunk/dports/python/py-game/Portfile
Added Paths:
-----------
trunk/dports/python/py-game/files/patch-MIDI-case.diff
Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile 2013-05-19 16:07:14 UTC (rev 106219)
+++ trunk/dports/python/py-game/Portfile 2013-05-19 16:09:07 UTC (rev 106220)
@@ -52,6 +52,7 @@
variant portmidi description {Enable MIDI support using portmidi (experimental)} {
depends_lib-append port:portmidi
patchfiles-delete patch-disable_portmidi.diff
+ patchfiles-append patch-MIDI-case.diff
}
if {${python.version} >= 30} {
Added: trunk/dports/python/py-game/files/patch-MIDI-case.diff
===================================================================
--- trunk/dports/python/py-game/files/patch-MIDI-case.diff (rev 0)
+++ trunk/dports/python/py-game/files/patch-MIDI-case.diff 2013-05-19 16:09:07 UTC (rev 106220)
@@ -0,0 +1,11 @@
+--- config_darwin.py.orig 2013-05-20 01:59:25.000000000 +1000
++++ config_darwin.py 2013-05-20 01:59:25.000000000 +1000
+@@ -97,7 +97,7 @@
+ Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']),
+ Dependency('SCRAP', '','',[]),
+ Dependency('PORTMIDI', 'portmidi.h', 'libportmidi', ['portmidi']),
+- FrameworkDependency('PORTTIME', 'CoreMidi.h', 'CoreMidi', 'CoreMidi'),
++ FrameworkDependency('PORTTIME', 'CoreMIDI.h', 'CoreMIDI', 'CoreMIDI'),
+ ]
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/cc7e059e/attachment.html>
More information about the macports-changes
mailing list