svn commit: r458802 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Thu Jan 11 23:43:23 UTC 2018


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


More information about the svn-ports-head mailing list