Date: Mon, 8 Jan 2018 00:13:21 +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: r458393 - head/emulators/wine-devel Message-ID: <201801080013.w080DLF5041256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Jan 8 00:13:21 2018 New Revision: 458393 URL: https://svnweb.freebsd.org/changeset/ports/458393 Log: Update to Wine 3.0 RC5 which brings yet more bug fixes. 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.) Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Jan 7 23:32:12 2018 (r458392) +++ head/emulators/wine-devel/Makefile Mon Jan 8 00:13:21 2018 (r458393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.0-rc4 +DISTVERSION= 3.0-rc5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -39,7 +39,8 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --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 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Jan 7 23:32:12 2018 (r458392) +++ head/emulators/wine-devel/distinfo Mon Jan 8 00:13:21 2018 (r458393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514687823 -SHA256 (wine-3.0-rc4.tar.xz) = 8c2ea94628d607ff104763588d32d6775fcc5e01ac44cccf91c7e6f2a9fd3aea -SIZE (wine-3.0-rc4.tar.xz) = 19698464 +TIMESTAMP = 1515365837 +SHA256 (wine-3.0-rc5.tar.xz) = 4b4a9249db8b1ca6800421dd52f6ae411bbd81d75704022fdd464a8bc57dc206 +SIZE (wine-3.0-rc5.tar.xz) = 19708896
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801080013.w080DLF5041256>