Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 22454

Show
Ignore:
Timestamp:
03/01/07 02:32:28 (23 months ago)
Author:
pipping@…
Message:
  • apply patch submitted by sethk@… (#8771)
  • add testsuite
Location:
trunk/dports/audio/libsdl_mixer-framework
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/libsdl_mixer-framework/Portfile

    r20408 r22454  
    2222                        port:libsdl_mixer 
    2323 
     24patchfiles              PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch 
     25 
    2426variant macosx i386 { 
    25         patchfiles      native_midi_mac.c.patch 
     27        patchfiles-append   native_midi_mac.c.patch 
    2628} 
    2729 
     
    5052        reinplace "s|\$HOME/Library/Frameworks|/Library/Frameworks|g" ${pbx} 
    5153        reinplace "s|build/SDL_mixer.framework|${buildindir}/SDL_mixer.framework|g" ${pbx} 
     54        file mkdir "${worksrcpath}/PBProjects/SDL_mixer.xcodeproj" 
    5255} 
    5356 
     
    6164                        build/Frameworks/SDL_mixer.framework/SDL_mixer" 
    6265} 
     66 
     67test.cmd        make 
     68test.dir        ${worksrcpath} 
     69test.run        yes 
     70test.target     check 
    6371 
    6472destroot.cmd    {}