Date: Thu, 11 Jan 2018 23:43:22 +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: r458802 - head/emulators/wine Message-ID: <201801112343.w0BNhMv3098955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Jan 11 23:43:22 2018 New Revision: 458802 URL: https://svnweb.freebsd.org/changeset/ports/458802 Log: Backport two configure-related changes from emulators/wine-devel. This is partly to sync wine and wine-devel as closely as possible before the pending new major release of Wine, partly to make builds more reproducible outside of a strict build environment (there should be no change for "pure" builds). r454242 | gerald | 2017-11-15 [G]enerally disable PulseAudio support, not just for the Wine Staging case (where this originally only existed). [1] r458393 | gerald | 2018-01-08 Configure --without-udev since FreeBSD does not feature udev support as such. (This should not be a practical change, but makes this explicit and also avoids a configure warning.) PR: 195765 [1] Reported by: dbn [1] Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Thu Jan 11 22:57:32 2018 (r458801) +++ head/emulators/wine/Makefile Thu Jan 11 23:43:22 2018 (r458802) @@ -33,8 +33,10 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-opencl \ --without-osmesa \ --with-oss \ + --without-pulse \ --without-sane \ - --without-tiff + --without-tiff \ + --without-udev CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801112343.w0BNhMv3098955>