Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wine-crossover: Update to 16.1.0
Also update homepage.
  • Loading branch information
ryandesign committed Feb 23, 2017
1 parent dade8a7 commit 3169afa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 43 deletions.
9 changes: 4 additions & 5 deletions x11/wine-crossover/Portfile
Expand Up @@ -14,11 +14,11 @@ PortGroup compiler_blacklist_versions 1.0
name wine-crossover
conflicts wine wine-devel
set my_name wine
version 16.0.0
version 16.1.0
license LGPL-2.1+
categories x11
maintainers {jeremyhu @jeremyhu} openmaintainer
homepage http://www.codeweavers.com/
homepage https://www.codeweavers.com/products/more-information/source
platforms darwin
distname crossover-sources-${version}
dist_subdir ${my_name}
Expand Down Expand Up @@ -50,8 +50,8 @@ distfiles ${wine_distfile}:winesource \
${wine_mono_distfile}:winemono

checksums ${wine_distfile} \
rmd160 86d50830f012075ff5c993cb0980abdad1ff4f48 \
sha256 b0cd0f90b09a8a02f805cccfeed4487fed02456b601ec19a5871dc8fe1d9227d \
rmd160 32e9dea39731239d8acc498c3c6d970ff07eac7f \
sha256 89ba7adc33da74575f44992ae03fc9b2b425ea591efd9a29423768be038e2bb2 \
${wine_gecko_distfile} \
rmd160 abf7cc78b49dd0623bc8fe87ae0e32bb8694e13d \
sha256 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a \
Expand Down Expand Up @@ -94,7 +94,6 @@ depends_build port:bison \
patchfiles BOOL.patch \
cups_headers.patch \
mach_machine.patch \
MIN.patch \
patch-include-distversion.h.diff \
tiger-shell.patch

Expand Down
29 changes: 0 additions & 29 deletions x11/wine-crossover/files/MIN.patch

This file was deleted.

8 changes: 4 additions & 4 deletions x11/wine-crossover/files/cups_headers.patch
@@ -1,10 +1,10 @@
--- dlls/winspool.drv/info.c.orig 2016-03-18 06:31:01.000000000 -0700
+++ dlls/winspool.drv/info.c 2016-03-23 00:09:31.000000000 -0700
--- dlls/winspool.drv/info.c.orig 2017-02-03 10:43:29.000000000 -0600
+++ dlls/winspool.drv/info.c 2017-02-22 23:47:49.000000000 -0600
@@ -43,6 +43,7 @@
#include <signal.h>
#ifdef HAVE_CUPS_CUPS_H
# include <cups/cups.h>
+# include <cups/ppd.h>
#endif

#ifdef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
#ifdef HAVE_CUPS_PPD_H
# include <cups/ppd.h>
10 changes: 5 additions & 5 deletions x11/wine-crossover/files/tiger-shell.patch
@@ -1,8 +1,8 @@
--- dlls/shell32/trash.c.orig 2012-04-08 22:35:02.000000000 -0700
+++ dlls/shell32/trash.c 2012-04-08 22:36:59.000000000 -0700
@@ -60,7 +60,7 @@

WINE_DEFAULT_DEBUG_CHANNEL(trash);
--- dlls/shell32/trash.c.orig 2017-02-03 10:43:28.000000000 -0600
+++ dlls/shell32/trash.c 2017-02-22 23:47:49.000000000 -0600
@@ -109,7 +109,7 @@
return S_OK;
}

-#ifdef HAVE_CORESERVICES_CORESERVICES_H
+#if defined(HAVE_CORESERVICES_CORESERVICES_H) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
Expand Down

0 comments on commit 3169afa

Please sign in to comment.