Changeset 98794


Ignore:
Timestamp:
Oct 16, 2012, 10:57:31 AM (12 years ago)
Author:
jmr@…
Message:

wine-crossover: update to 11.2.2, patch a bug in ScreenToClient, remove archcheck portgroup

Location:
trunk/dports/x11/wine-crossover
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-crossover/Portfile

    r98070 r98794  
    22
    33PortSystem                  1.0
    4 PortGroup                   archcheck 1.0
    54
    65name                        wine-crossover
    76conflicts                   wine wine-devel
    8 version                     11.2.0
    9 revision                    1
     7version                     11.2.2
    108license                     LGPL-2.1+
    119categories                  x11
     
    1513distname                    crossover-sources-${version}
    1614dist_subdir                 wine
    17 set wine_distfile           [suffix ${distname}]
     15set wine_distfile           ${distname}${extract.suffix}
    1816set wine_gecko_version      1.4
    1917set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
     
    3432
    3533checksums                   ${wine_distfile} \
    36                             rmd160  642b61e20a3724f5d6a71c597e7a5db1db65718f \
    37                             sha256  64af63dfaf461f082a6c3297cc96134c9bd2dca3f8a6d5901d18397e8bfd5415 \
     34                            rmd160  948a7d76c0cdc5b6bd377511921088207f63df5b \
     35                            sha256  58c5adae2f6f2d6f9b2559b7d93aeaadb3ade617f5bd920554eb469eb9649cec \
    3836                            ${wine_gecko_distfile} \
    3937                            rmd160  02363538a77a954f2bf1014b28ec1ed8fe2d1b6e \
     
    6664                            port:mesa
    6765
    68 archcheck.files             lib/libexpat.dylib \
    69                             lib/libfontconfig.dylib \
    70                             lib/libfreetype.dylib \
    71                             lib/libjpeg.dylib \
    72                             lib/liblcms.dylib \
    73                             lib/libiconv.dylib \
    74                             lib/libpng.dylib \
    75                             lib/libxml2.dylib \
    76                             lib/libxslt.dylib \
    77                             lib/libncurses.dylib \
    78                             lib/libssl.dylib \
    79                             lib/libtiff.dylib \
    80                             lib/libz.dylib \
    81                             lib/libSM.dylib \
    82                             lib/libXcomposite.dylib \
    83                             lib/libXcursor.dylib \
    84                             lib/libXi.dylib \
    85                             lib/libXinerama.dylib \
    86                             lib/libXrandr.dylib \
    87                             lib/libXxf86vm.dylib \
    88                             lib/libXrender.dylib \
    89                             lib/libGL.dylib
    90 
    9166depends_build               port:bison \
    9267                            port:flex \
     
    9873
    9974patchfiles                  BOOL.patch \
    100                             mach_machine.patch
     75                            mach_machine.patch \
     76                            ScreenToClient.patch
     77# ScreenToClient.patch is for http://bugs.winehq.org/show_bug.cgi?id=31979
    10178
    10279configure.ldflags-append    -framework CoreServices \
Note: See TracChangeset for help on using the changeset viewer.