svn commit: r535794 - branches/2020Q2/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Mon May 18 22:11:31 UTC 2020


Author: gerald
Date: Mon May 18 22:11:30 2020
New Revision: 535794
URL: https://svnweb.freebsd.org/changeset/ports/535794

Log:
  MFH: r535468
  
  Explicitly configure --without-inotify so that the presence of the
  devel/libinotify port does not pull in an implicit dependency that
  is not tracked properly.
  
  Reported by:	Andy Mender <andymenderunix at gmail.com>
  PR:		245172
  Approved by:	ports-secteam (joneum), portmgr (blanket: dependency issue)

Modified:
  branches/2020Q2/emulators/wine/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/emulators/wine/Makefile
==============================================================================
--- branches/2020Q2/emulators/wine/Makefile	Mon May 18 22:05:38 2020	(r535793)
+++ branches/2020Q2/emulators/wine/Makefile	Mon May 18 22:11:30 2020	(r535794)
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-alsa --without-capi --without-dbus \
 		--without-gettext --without-gettextpo \
 		--without-gphoto --without-gsm --without-gstreamer \
+		--without-inotify \
 		--without-krb5 \
 		--without-opencl \
 		--without-osmesa \


More information about the svn-ports-all mailing list