Ticket #33655: wesnoth-1.10.1.diff

File wesnoth-1.10.1.diff, 2.3 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    22
    33PortSystem              1.0
    44PortGroup               app 1.0
     5PortGroup               cmake 1.0
    56
    67name                    wesnoth
    7 version                 1.8.6
     8version                 1.10.1
    89set branch              [join [lrange [split ${version} .] 0 1] .]
    910categories              games
    1011platforms               darwin
     
    1415master_sites            sourceforge:project/wesnoth/wesnoth-${branch}/wesnoth-${version}
    1516use_bzip2               yes
    1617use_parallel_build      yes
    17 supported_archs         i386 ppc
    1818
    1919description             A fantasy turn-based strategy game
    2020
     
    2626                        levels, and are carried over from one scenario to the \
    2727                        next campaign.
    2828
    29 checksums               rmd160  2190efe45d554df59052db1a58fcc3bdf766c47e \
    30                         sha256  4fe603fa984ac76a384dc94ba28bd99fe2d1adf02ddf1706f2fa1b82b40f8081
     29checksums               rmd160  7deb86d92ffae85d5c2bf7867fcf556bbe6cc621 \
     30                        sha256  0050494695af384ef1bd3b5d1d0ced4d1f41695bed9176ddb3d838b12242d387
    3131
    32 depends_build           port:pkgconfig
     32depends_build-append    port:pkgconfig
     33
    3334depends_lib             port:xorg-libX11 \
    3435                        port:boost \
    3536                        path:lib/pkgconfig/sdl.pc:libsdl \
     
    4647                        port:gettext \
    4748                        port:zlib
    4849
    49 patchfiles              patch-m4-boost.m4.diff \
    50                         patch-configure.ac.diff
    51 
    52 use_autoreconf          yes
    53 
    54 configure.args          --with-libiconv-prefix=${prefix} \
    55                         --with-libintl-prefix=${prefix} \
    56                         --with-zlib-prefix=${prefix} \
    57                         --disable-dbus \
    58                         --disable-desktop-entry \
    59                         --disable-sdltest \
    60                         --disable-server \
    61                         --disable-strict-compilation \
    62                         --with-boost=${prefix}
    63 
    64 configure.cppflags-append   -DBOOST_IOSTREAMS_USE_DEPRECATED
    65 
    6650app.icon                icons/wesnoth-icon-Mac.png
    6751
    6852livecheck.type          sourceforge