Changeset 99164


Ignore:
Timestamp:
Oct 28, 2012, 10:35:34 PM (12 years ago)
Author:
ryandesign@…
Message:

simutrans: update to 112.0; fix build with clang (#36776); add modeline

Location:
trunk/dports/games/simutrans
Files:
1 added
4 edited

Legend:

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

    r99163 r99164  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
     
    45
    56name                simutrans
    6 version             111.2.2
    7 revision            1
     7version             112.0
    88set branch          [join [lrange [split ${version} .] 0 1] .]
    99set my_version      [strsed ${version} {g/\./-/}]
     
    3232    PortGroup           app 1.0
    3333   
    34     revision            1
    35    
    3634    master_sites        sourceforge:project/simutrans/simutrans/${my_version}
    3735   
    3836    distname            ${name}-src-${my_version}
    3937   
    40     checksums           rmd160  306f5b618dc5190f3a8b31462c44e6db8c1e5ea6 \
    41                         sha256  e97279ab7149cef430bb53c6206786ff039915dfa98a1b597e61e3f192840732
     38    checksums           rmd160  82352f6509e4f9d8402cefb31b7fa7e4dbc228b7 \
     39                        sha256  1f8c067290c7a286ddddbae41ba3cc4997a0e51d1d0dcbe57120a715d904791e
    4240   
    4341    depends_build       port:pkgconfig
     
    5351   
    5452    patchfiles          patch-config.default.diff \
    55                         patch-Makefile.diff
     53                        patch-Makefile.diff \
     54                        patch-simtypes.h.diff
    5655   
    5756    post-patch {
     
    118117    distname            simupak64-${my_branch}
    119118   
    120     checksums           rmd160  40b5c0e57427eda83ef357a1bbb8cdb5250a79ac \
    121                         sha256  5cda187d578e5263a1a77f8cd09268e2694157f6ca4c3ad4921b3fc8710fea38
     119    checksums           rmd160  ec268f1367d3b07f93b59a31e34f4b6be531f63e \
     120                        sha256  a58052627e4f4257a8b0abd1622507aa5893ab13ebf38407bf43533b3b228719
    122121   
    123122    post-extract {
  • trunk/dports/games/simutrans/files/patch-Makefile.diff

    r92255 r99164  
    1 --- Makefile.orig       2012-03-20 16:34:16.000000000 -0500
    2 +++ Makefile    2012-04-22 21:53:59.000000000 -0500
    3 @@ -125,7 +125,7 @@
     1--- Makefile.orig       2012-10-22 16:31:31.000000000 -0500
     2+++ Makefile    2012-10-28 17:15:32.000000000 -0500
     3@@ -138,7 +138,7 @@
    44   endif
    55 endif
     
    1010 
    1111 
    12 @@ -396,10 +396,8 @@
     12@@ -451,10 +451,8 @@
    1313   SOURCES += simsys_s.cc
    1414   CFLAGS  += -DUSE_16BIT_DIB
  • trunk/dports/games/simutrans/files/patch-config.default.diff

    r92255 r99164  
    1 --- config.default.orig 2012-03-15 16:23:32.000000000 -0500
    2 +++ config.default      2012-04-22 21:45:34.000000000 -0500
     1--- config.default.orig 2012-06-15 16:31:23.000000000 -0500
     2+++ config.default      2012-10-28 17:17:57.000000000 -0500
    33@@ -6,12 +6,12 @@
    44 #BACKEND = allegro
     
    3030 #PROFILE = 2  # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
    3131 
    32 @@ -34,10 +34,10 @@
     32@@ -36,10 +36,10 @@
    3333 
    3434 # Define these as empty strings, if you don't have the respective config program
  • trunk/dports/games/simutrans/files/patch-powerpc.diff

    r92255 r99164  
    1 --- config.default.orig 2012-03-15 16:23:32.000000000 -0500
    2 +++ config.default      2012-04-22 21:56:03.000000000 -0500
    3 @@ -66,6 +66,7 @@
     1--- config.default.orig 2012-06-15 16:31:23.000000000 -0500
     2+++ config.default      2012-10-28 17:15:32.000000000 -0500
     3@@ -67,6 +67,7 @@
    44 #
    55 # In order to use the flags, add a line like this: (-Dxxx)
Note: See TracChangeset for help on using the changeset viewer.