svn commit: r534895 - branches/2020Q2/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Mon May 11 09:00:10 UTC 2020
Author: gerald
Date: Mon May 11 09:00:10 2020
New Revision: 534895
URL: https://svnweb.freebsd.org/changeset/ports/534895
Log:
MFH: r534732
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: portmgr (blanket: dependency issue)
Modified:
branches/2020Q2/emulators/wine-devel/Makefile
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/emulators/wine-devel/Makefile
==============================================================================
--- branches/2020Q2/emulators/wine-devel/Makefile Mon May 11 08:43:19 2020 (r534894)
+++ branches/2020Q2/emulators/wine-devel/Makefile Mon May 11 09:00:10 2020 (r534895)
@@ -3,7 +3,7 @@
PORTNAME= wine
DISTVERSION= 5.5
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -36,6 +36,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-branches
mailing list