git: ce06cc145c1c - main - emulators/wine-devel: Complete packaging on 64-bit

Gerald Pfeifer gerald at FreeBSD.org
Mon May 17 06:02:29 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce06cc145c1c4d9c4de159bf60d094ed367f6296

commit ce06cc145c1c4d9c4de159bf60d094ed367f6296
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-05-16 19:16:49 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-05-17 06:01:58 +0000

    emulators/wine-devel: Complete packaging on 64-bit
    
    This did not show up with 32-bit builds and it still packaged fine
    with 64-bit builds, alas wow64cpu.dll ended up missing there.
---
 emulators/wine-devel/Makefile  | 1 +
 emulators/wine-devel/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index d3f10a7727ba..d373e41fadf2 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	6.7
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 76d52a1a8202..8ac660667bac 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -2566,6 +2566,7 @@ lib/wine/fakedlls/wmvcore.dll
 lib/wine/fakedlls/wnaspi32.dll
 lib/wine/fakedlls/wordpad.exe
 %%WINE32%%lib/wine/fakedlls/wow32.dll
+%%WINE64%%lib/wine/fakedlls/wow64cpu.dll
 lib/wine/fakedlls/wpc.dll
 lib/wine/fakedlls/wpcap.dll
 lib/wine/fakedlls/write.exe
@@ -3332,6 +3333,7 @@ lib/wine/wmvcore.dll.so
 lib/wine/wnaspi32.dll.so
 lib/wine/wordpad.exe.so
 %%WINE32%%lib/wine/wow32.dll.so
+%%WINE64%%lib/wine/wow64cpu.dll.so
 lib/wine/wpc.dll.so
 lib/wine/wpcap.dll.so
 lib/wine/write.exe.so


More information about the dev-commits-ports-main mailing list