Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 8.21
Browse files Browse the repository at this point in the history
This includes the following changes:
 - High-DPI scaling and initial Vulkan support in the Wayland driver
   (which we don't use yet, though).
 - Updates to the locale database.
 - Various bug fixes.

Revert
  * Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP
from commit 132921c. [1]

PR:		274953 [1]
Discussed with:	Alastair Hogge <agh@riseup.net> [1]
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Nov 26, 2023
1 parent 8498d88 commit 5d2af9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 2 additions & 3 deletions emulators/wine-devel/Makefile
@@ -1,6 +1,5 @@
PORTNAME= wine
DISTVERSION= 8.20
PORTREVISION= 1
DISTVERSION= 8.21
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/
Expand Down Expand Up @@ -53,7 +52,7 @@ CONFIGURE_ARGS+=--verbose \
--without-unwind \
--without-usb \
--without-wayland
CONFIGURE_ENV= ac_cv_prog_STRIP="${STRIP_CMD}" CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
WINELIBDIR= ${PREFIX}/lib
.if !defined(USE_LDCONFIG32)
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
Expand Down
6 changes: 3 additions & 3 deletions emulators/wine-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699716498
SHA256 (wine-8.20.tar.xz) = 48d6b76bd64305a202057fbc19d922c1f49625f6d1a9825927c0a18572739982
SIZE (wine-8.20.tar.xz) = 29879412
TIMESTAMP = 1701004595
SHA256 (wine-8.21.tar.xz) = 02d6493f348168268669b62d4795df5b335be9ae06229c68f388a093d0d6b61d
SIZE (wine-8.21.tar.xz) = 29919212
4 changes: 4 additions & 0 deletions emulators/wine-devel/pkg-plist
Expand Up @@ -1150,6 +1150,8 @@ include/wine/windows/windows.security.credentials.ui.h
include/wine/windows/windows.security.credentials.ui.idl
include/wine/windows/windows.security.cryptography.h
include/wine/windows/windows.security.cryptography.idl
include/wine/windows/windows.security.exchangeactivesyncprovisioning.h
include/wine/windows/windows.security.exchangeactivesyncprovisioning.idl
include/wine/windows/windows.security.isolation.h
include/wine/windows/windows.security.isolation.idl
include/wine/windows/windows.storage.fileproperties.h
Expand All @@ -1164,6 +1166,8 @@ include/wine/windows/windows.system.h
include/wine/windows/windows.system.idl
include/wine/windows/windows.system.power.h
include/wine/windows/windows.system.power.idl
include/wine/windows/windows.system.profile.h
include/wine/windows/windows.system.profile.idl
include/wine/windows/windows.system.profile.systemmanufacturers.h
include/wine/windows/windows.system.profile.systemmanufacturers.idl
include/wine/windows/windows.system.threading.h
Expand Down

0 comments on commit 5d2af9e

Please sign in to comment.