Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 20:38:16 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r557762 - branches/2020Q4/emulators/wine-devel
Message-ID:  <202012112038.0BBKcGGL045164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Dec 11 20:38:16 2020
New Revision: 557762
URL: https://svnweb.freebsd.org/changeset/ports/557762

Log:
  MFH: r556564
  
  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@gmail.com>

Modified:
  branches/2020Q4/emulators/wine-devel/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/emulators/wine-devel/Makefile
==============================================================================
--- branches/2020Q4/emulators/wine-devel/Makefile	Fri Dec 11 20:35:54 2020	(r557761)
+++ branches/2020Q4/emulators/wine-devel/Makefile	Fri Dec 11 20:38:16 2020	(r557762)
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-gphoto --without-gsm --without-gstreamer \
 		--without-inotify \
 		--without-krb5 \
+		--without-mingw \
 		--without-opencl \
 		--without-osmesa \
 		--with-oss \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012112038.0BBKcGGL045164>