aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-10-01 19:53:49 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-10-01 19:53:49 +0000
commit728657aaf1aa16ad81c07d0fc549c6b76b2546b7 (patch)
treee3a9ffc09b55891df93b5a61cb0c08cc467e339d /emulators/wine
parentc0009c9ad7302c9203105005f152d30dbee931cb (diff)
downloadports-728657aaf1aa16ad81c07d0fc549c6b76b2546b7.tar.gz
ports-728657aaf1aa16ad81c07d0fc549c6b76b2546b7.zip
Backport revision r550190 from emulators/wine-devel:
No longer hack tools/wineapploader.in to account for wine64 vs wine. Since upstream commit https://source.winehq.org/git/wine.git/commitdiff/57f9c33c08782399d6729bc58b 68d73812560638 this hasn't been necessary any longer and it did actually break things afterwards by replacing wine64 with wine6464. PR: 249868 Submitted by: Alex S <iwtcex@gmail.com>
Notes
Notes: svn path=/head/; revision=550871
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3b907b53c977..39a1703cc156 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 5.0.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -142,10 +143,9 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib
PLIST_SUB+= WINE32="@comment " WINE64=""
-# Wine assumes a WoW64 package is available, however WoW64 is not yet
-# available on FreeBSD. Also fix the desktop file.
+# Wine assumes a WoW64 package is available, which is not the case on
+# FreeBSD yet.
post-patch:
- ${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in
${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop
.else