diff --git a/x11/wine-crossover/Portfile b/x11/wine-crossover/Portfile
index 4237932b3b..4a66399543 100644
a
|
b
|
|
1 | 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 |
2 | | # $Id$ |
3 | 2 | |
4 | 3 | PortSystem 1.0 |
5 | 4 | PortGroup compiler_blacklist_versions 1.0 |
… |
… |
PortGroup compiler_blacklist_versions 1.0 |
15 | 14 | name wine-crossover |
16 | 15 | conflicts wine wine-devel |
17 | 16 | set my_name wine |
18 | | version 15.3.1 |
| 17 | version 16.0.0 |
19 | 18 | license LGPL-2.1+ |
20 | 19 | categories x11 |
21 | 20 | maintainers jeremyhu openmaintainer |
… |
… |
platforms darwin |
24 | 23 | distname crossover-sources-${version} |
25 | 24 | dist_subdir ${my_name} |
26 | 25 | set wine_distfile ${distname}${extract.suffix} |
27 | | set wine_gecko_version 2.40 |
| 26 | set wine_gecko_version 2.47 |
28 | 27 | set wine_gecko_distfile wine_gecko-${wine_gecko_version}-x86.msi |
29 | | set wine_mono_version 4.5.6 |
| 28 | set wine_mono_version 4.6.3 |
30 | 29 | set wine_mono_distfile wine-mono-${wine_mono_version}.msi |
31 | 30 | worksrcdir sources/wine |
32 | 31 | build.target depend all |
33 | 32 | use_parallel_build yes |
34 | 33 | |
35 | | description Wine Is Not an Emulator (1.8.4 with CodeWeavers modifications for CrossOver) |
| 34 | description Wine Is Not an Emulator (1.9.21 with CodeWeavers modifications for CrossOver) |
36 | 35 | |
37 | 36 | long_description Wine is an implementation of the Windows APIs on top of X11. \ |
38 | 37 | This version contains the Codeweavers patches for CrossOver |
… |
… |
distfiles ${wine_distfile}:winesource \ |
51 | 50 | ${wine_mono_distfile}:winemono |
52 | 51 | |
53 | 52 | checksums ${wine_distfile} \ |
54 | | rmd160 234b700626c8775eb07a3673330dbd4f87e63fb9 \ |
55 | | sha256 aeda0ecc357c879e209c50e339050da86121b684c7acd1bfbea3202938d89336 \ |
| 53 | rmd160 86d50830f012075ff5c993cb0980abdad1ff4f48 \ |
| 54 | sha256 b0cd0f90b09a8a02f805cccfeed4487fed02456b601ec19a5871dc8fe1d9227d \ |
56 | 55 | ${wine_gecko_distfile} \ |
57 | | rmd160 2b0e0b6c5cd7579579a27bf179f98b7a76f4f43c \ |
58 | | sha256 1a29d17435a52b7663cea6f30a0771f74097962b07031947719bb7b46057d302 \ |
| 56 | rmd160 abf7cc78b49dd0623bc8fe87ae0e32bb8694e13d \ |
| 57 | sha256 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a \ |
59 | 58 | ${wine_mono_distfile} \ |
60 | | rmd160 440a0839e6067eb02b778cbb461606a7d498897b \ |
61 | | sha256 ac681f737f83742d786706529eb85f4bc8d6bdddd8dcdfa9e2e336b71973bc25 |
| 59 | rmd160 2dff4296d74c29838219dcd50aaf928f1eb8c8ab \ |
| 60 | sha256 f883e88ae78c7ea3d887c24023aa1ed03bb71a83f717c6595abf18b31fef28b9 |
62 | 61 | |
63 | 62 | # Note: Most of the X11 libs are dlopen()'d |
64 | 63 | depends_lib port:expat \ |
65 | 64 | port:fontconfig \ |
66 | 65 | port:freetype \ |
67 | | port:gstreamer010 \ |
68 | | port:gstreamer010-gst-plugins-base \ |
| 66 | port:gstreamer1 \ |
| 67 | port:gstreamer1-gst-plugins-base \ |
69 | 68 | port:jpeg \ |
70 | 69 | port:lcms2 \ |
71 | 70 | port:libiconv \ |
| 71 | port:libpcap \ |
72 | 72 | port:libpng \ |
73 | 73 | port:libxml2 \ |
74 | 74 | port:libxslt \ |
… |
… |
depends_build port:bison \ |
92 | 92 | port:pkgconfig |
93 | 93 | |
94 | 94 | patchfiles BOOL.patch \ |
| 95 | cups_headers.patch \ |
95 | 96 | mach_machine.patch \ |
96 | 97 | patch-include-distversion.h.diff \ |
97 | 98 | tiger-shell.patch |