Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 15:35:20 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535468 - head/emulators/wine
Message-ID:  <202005161535.04GFZKEd096843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat May 16 15:35:20 2020
New Revision: 535468
URL: https://svnweb.freebsd.org/changeset/ports/535468

Log:
  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@gmail.com>
  PR:		245172
  MFH:		2020Q2 (blanket: missing dependency)

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat May 16 15:34:26 2020	(r535467)
+++ head/emulators/wine/Makefile	Sat May 16 15:35:20 2020	(r535468)
@@ -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 \



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