svn commit: r477609 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Mon Aug 20 00:02:32 UTC 2018


Author: gerald
Date: Mon Aug 20 00:02:31 2018
New Revision: 477609
URL: https://svnweb.freebsd.org/changeset/ports/477609

Log:
  Sync a comment re WoW64 plus the desktop file with revision r477548
  of the emulators/wine-devel port to keep the two in sync.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sun Aug 19 23:37:06 2018	(r477608)
+++ head/emulators/wine/Makefile	Mon Aug 20 00:02:31 2018	(r477609)
@@ -127,8 +127,8 @@ CPPFLAGS+=		-D__builtin_ms_va_list=__builtin_va_list \
 			-D__builtin_ms_va_copy=__builtin_va_copy
 .endif
 
-# 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, however WoW64 is not yet
+# available on FreeBSD. Also fix the desktop file.
 post-patch:
 	${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in
 	${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop


More information about the svn-ports-all mailing list