Date: Sat, 18 Jan 2014 20:00:01 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340211 - in head/emulators/wine-devel: . files Message-ID: <201401182000.s0IK01nM014259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sat Jan 18 20:00:01 2014 New Revision: 340211 URL: http://svnweb.freebsd.org/changeset/ports/340211 QAT: https://qat.redports.org/buildarchive/r340211/ Log: Update emulators/wine-devel to 1.7.11. ChangeLog: - Uniscribe support in the RichEdit control. - Support for condition variables and Slim Reader/Writer locks. - More D3D command stream preparation work. - Optional Start Menu in desktop mode. - Improved support for vertical fonts metrics. - Various bug fixes. Approved by: gerald (maintainer, implicit) Deleted: head/emulators/wine-devel/files/patch-dlls_ws2_32_socket.c Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Jan 18 19:49:05 2014 (r340210) +++ head/emulators/wine-devel/Makefile Sat Jan 18 20:00:01 2014 (r340211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.10 +DISTVERSION= 1.7.11 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -31,10 +31,6 @@ CONFIGURE_ARGS+=--verbose --disable-test --with-oss --without-sane --without-tiff \ --without-v4l --without-xcomposite --without-xinerama CONFIGURE_ENV= FLEX="${LOCALBASE}/bin/flex" -# Wine expects the install script to make any missing directories, and the default -# internal tool (/tools/install-sh) does that however the default install script used -# by Ports does not. -CONFIGURE_ENV+= ${SETENV} -u INSTALL -u INSTALL_PROGRAM -u INSTALL_SCRIPT -u INSTALL_DATA WINELIBDIR?= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jan 18 19:49:05 2014 (r340210) +++ head/emulators/wine-devel/distinfo Sat Jan 18 20:00:01 2014 (r340211) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.10.tar.bz2) = 44270e4b97ef930e4e4b59088e6e3972e91e85bacf9a9a4d8712a877c9d5cbdb -SIZE (wine-1.7.10.tar.bz2) = 21312974 +SHA256 (wine-1.7.11.tar.bz2) = c07d2771ed96c45d428bb11d164c5e4bbe48d6857a0a4cba2e0b73c5f1044f93 +SIZE (wine-1.7.11.tar.bz2) = 21359534 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Jan 18 19:49:05 2014 (r340210) +++ head/emulators/wine-devel/pkg-plist Sat Jan 18 20:00:01 2014 (r340211) @@ -776,8 +776,16 @@ lib/wine/actxprxy.dll.so lib/wine/advapi32.dll.so lib/wine/advpack.dll.so lib/wine/amstream.dll.so +lib/wine/api-ms-win-core-debug-l1-1-1.dll.so +lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so +lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so +lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so +lib/wine/api-ms-win-core-profile-l1-1-0.dll.so +lib/wine/api-ms-win-core-string-l1-1-0.dll.so +lib/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so +lib/wine/api-ms-win-core-util-l1-1-0.dll.so lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so @@ -942,8 +950,16 @@ lib/wine/fakedlls/actxprxy.dll lib/wine/fakedlls/advapi32.dll lib/wine/fakedlls/advpack.dll lib/wine/fakedlls/amstream.dll +lib/wine/fakedlls/api-ms-win-core-debug-l1-1-1.dll +lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll +lib/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-localregistry-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-processthreads-l1-1-1.dll +lib/wine/fakedlls/api-ms-win-core-profile-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll +lib/wine/fakedlls/api-ms-win-core-sysinfo-l1-2-0.dll +lib/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll lib/wine/fakedlls/api-ms-win-downlevel-advapi32-l1-1-0.dll
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401182000.s0IK01nM014259>