Changeset 4564 for trunk/dports


Ignore:
Timestamp:
Jan 10, 2004, 12:46:41 PM (20 years ago)
Author:
mww
Message:

update to v0.4

Location:
trunk/dports/games/openmortal
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/openmortal/Portfile

    r4381 r4564  
    1 # $Id: Portfile,v 1.3 2003/12/30 19:28:24 mww Exp $
     1# $Id: Portfile,v 1.4 2004/01/10 12:46:40 mww Exp $
    22
    33PortSystem 1.0
    44
    55name            openmortal
    6 version         0.3
     6version         0.4
    77categories      games
    88platforms       darwin
     
    1919homepage        http://openmortal.sourceforge.net/
    2020master_sites    sourceforge
    21 checksums       md5 a396fd9f32aa009ba462cf3464b68fe1
     21checksums       md5 350650ba1b66333f5736d4aa6ea944ba
    2222use_bzip2       yes
    2323
     
    2626                lib:libSDL_image:libsdl_image \
    2727                lib:libSDL_ttf:libsdl_ttf \
     28                lib:libfreetype:freetype \
    2829                bin:perl:perl
    2930
    3031variant darwin  {
    31         patchfiles      patch-sge_tt_text.cpp.diff
     32        patchfiles      patch-sge_tt_text.cpp.diff \
     33                        patch-RlePack.cpp.diff
    3234        post-destroot   {
    3335                file mkdir ${destroot}/Applications/DarwinPorts/OpenMortal.app/Contents/MacOS
     
    4042configure.env   LDFLAGS="-L${prefix}/lib" \
    4143                CPPFLAGS="-I${prefix}/include"
     44configure.args  --enable-main \
     45                --enable-characters \
     46                --enable-additional \
     47                --enable-thirdparty
  • trunk/dports/games/openmortal/files/patch-sge_tt_text.cpp.diff

    r4044 r4564  
    1 --- src/sge_tt_text.cpp Thu Aug 21 17:29:03 2003
    2 +++ src/sge_tt_text.cpp.new     Mon Nov 24 17:51:13 2003
    3 @@ -26,7 +26,7 @@
     1--- src/sge_tt_text.cpp Sun Oct  5 16:34:20 2003
     2+++ src/sge_tt_text.cpp.new     Sat Jan 10 01:26:56 2004
     3@@ -26,7 +26,6 @@
    44 
    5  #include <SDL/SDL.h>
     5 #include "SDL.h"
    66 #include <stdlib.h>
    77-#include <malloc.h>
    8 +#include <sys/malloc.h>
    98 #include <memory.h>
    109 #include <string.h>
Note: See TracChangeset for help on using the changeset viewer.