Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wine-devel,wine-staging: Update to 9.20 #26246

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions emulators/wine-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup muniversal 1.1

# Keep the wine-stable, wine-devel and wine-crossover portfiles as similar as possible.

github.setup wine-mirror wine 9.19 wine-
github.setup wine-mirror wine 9.20 wine-
github.tarball_from archive
name wine-devel
conflicts wine-stable wine-staging wine-crossover
Expand Down Expand Up @@ -37,9 +37,9 @@ long_description \

checksums \
${distname}${extract.suffix} \
rmd160 e84b8c7e9ebabf844fc1d999afb114a842b699e8 \
sha256 82d8aa49abb25be5c9772047ff30a956960662d0e72174aff95c98c360611ff6 \
size 50036168
rmd160 a4524cd0f2c05b360be9c0ef17d2cb86c10921ec \
sha256 ae5d1ef7fe71903bc1ff65e5b02e44b401225399eed8d6a0efa8a792bf79ad70 \
size 51667148

depends_build \
port:bison \
Expand Down Expand Up @@ -144,9 +144,9 @@ subport wine-staging {

checksums-append \
${wine_staging_distfile} \
rmd160 e2239ab25231a6b12f8231876827f38a9cb05ffe \
sha256 8743e7a75d79618394d41fe23ea8cb6c8ebc3caf28c34a518c239b8a9333d287 \
size 9460757
rmd160 fa1258bc308dcae98314a4104ef9f2f05dca47f7 \
sha256 e88fe8e23f7160489538636a2d795772415004d48cdcc85d29dd9e59b2fe575d \
size 9518651

depends_patch-append port:autoconf

Expand Down Expand Up @@ -212,6 +212,10 @@ configure.ldflags-delete -L${compiler.library_path}
configure.optflags -g -O2
configure.env-append "CROSSCFLAGS=${configure.optflags}"

# Needed due to commit
# https://gitlab.winehq.org/wine/wine/-/commit/b21813fa135995449b7a4ba19b561d6faf087ee8
configure.cflags-append -Wno-error=incompatible-function-pointer-types

# Were only installing wine not the development files
destroot.target install-lib

Expand Down
4 changes: 2 additions & 2 deletions emulators/wine-devel/files/1001-devel-msync.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2162,8 +2162,8 @@ index 74bf0f0c839..fd84ee0d1a9 100644

/* ### protocol_version begin ### */

-#define SERVER_PROTOCOL_VERSION 842
+#define SERVER_PROTOCOL_VERSION 846
-#define SERVER_PROTOCOL_VERSION 843
+#define SERVER_PROTOCOL_VERSION 847

/* ### protocol_version end ### */

Expand Down
4 changes: 2 additions & 2 deletions emulators/wine-devel/files/1001-staging-msync.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2224,8 +2224,8 @@ index 44f18710766..e6610d3cab5 100644

/* ### protocol_version begin ### */

-#define SERVER_PROTOCOL_VERSION 843
+#define SERVER_PROTOCOL_VERSION 847
-#define SERVER_PROTOCOL_VERSION 844
+#define SERVER_PROTOCOL_VERSION 848

/* ### protocol_version end ### */

Expand Down
Loading