svn commit: r559237 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Fri Dec 25 12:16:27 UTC 2020


Author: gerald
Date: Fri Dec 25 12:16:27 2020
New Revision: 559237
URL: https://svnweb.freebsd.org/changeset/ports/559237

Log:
  Back port r556564 | gerald | 2020-11-29 from emulators/wine-devel:
  
    Wine is now able to use mingw-w64 to build components. When mingw-w64
    is installed on FreeBSD, users might inadvertedly use that when we have
    not set up things properly yet (and it probably should be an option to
    choose, at least initially). For example, mingw-w64 produces .dll files
    instead of the current .dll.so files, breaking pkg-plist.
  
    So for now explicitly disable the use of mingw-w64. In a next step,
    once mingw-w64 is available, we probably should make this an option.
  
  PR:		237213
  Reported by:	Damjan Jovanovic <damjan.jov at gmail.com>
  MFH:		2020Q4 (blanket: build issue)

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Fri Dec 25 12:13:14 2020	(r559236)
+++ head/emulators/wine/Makefile	Fri Dec 25 12:16:27 2020	(r559237)
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-gphoto --without-gsm --without-gstreamer \
 		--without-inotify \
 		--without-krb5 \
+		--without-mingw \
 		--without-opencl \
 		--without-osmesa \
 		--with-oss \


More information about the svn-ports-head mailing list