summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon1-2/+2
2017-05-19Bump PKGREVISION for cups15 -> cups change.prlw11-2/+2
2017-05-19Switch all cups15 packages to use cups.prlw11-2/+2
2017-02-06Remove comments, put netbsd specific stuff next to other OS-specific stuffmaya1-21/+8
2017-01-21Recursive revbump from audio/pulseaudio-10.0ryoon1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-12-26make the message about null page less OS specific (suggest linuxmaya2-10/+14
sysctl as well)
2016-11-01wine-devel: on second thought, bump PKGREVISION for previous gccmaya1-2/+2
version requirement. users who built it with gcc < 4.5 or gcc == 4.6 will have failure at runtime in rare circumstances.
2016-11-01wine-devel: require gcc 4.7 or above.maya1-1/+2
according to https://wiki.winehq.org/Gcc : some program (steam) require ms_hook_prologue which is only in gcc 4.5 but gcc 4.6 broke support for it, so require 4.7. addresses PR pkg/42218 indirectly
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
2016-09-18wine-devel: fix build with pulseaudio optionmaya3-4/+9
2016-09-18wine-devel: use message.netbsd insteadmaya1-1/+1
2016-09-18wine-devel: add note about NULL page not being mappable by defaultmaya1-0/+10
under NetBSD, and how to work around it for programs that need it. thanks maxv@ for keeping this optional.
2016-09-18wine-devel: don't crash at runtime when multithreaded programsmaya1-2/+8
try to use networking code under NetBSD. netbsd won't let you manipulate _res in a multithreaded program and instead calls abort(). avoid the code that does this for now. it's possible that it broke the ability to resolve domains and I didn't see this yet - but I'm able to use network programs now. bump PKGREVISION
2016-09-17wine-devel: fix networking under netbsdmaya1-2/+3
NetBSD has gethostbyname_r in libc, and it's incorrectly detected as being sufficiently linux-like by wine, but it likely returns different errors. force fail the configure test for linux-like gethostbyname_r, which already allows use of alternative networking functions. fixes wine bug #40865: Steam does not connect to internet bump PKGREVISION
2016-09-15wine-devel: add forgotten PLIST changesmaya2-159/+2802
2016-09-15wine-devel: update to 1.9.18maya11-772/+116
updated by Adrian Fernandes in pkgsrc-wip tested on netbsd/i386, netbsd/amd64. Linux and Darwin will likely need a PLIST update. Possibly incomplete changelog 1.7.36 -> 1.9.18: Support for multiple kernel drivers in a single process. More WebServices reader support. Various improvements in joystick support. Some more work towards the Direct3D command stream. GDI performance improvements. Improved IME window handling. Compatibility fixes in the clipboard support. Better exception handling on 64-bit. Various improvements in joystick support. Some more stream support in the C++ runtime. Font embedding improvements. More metafile support in GDI+. Better 64-bit binary compatibility on macOS. Performance improvements in JavaScript. More progress towards the Direct3D command stream. More shader instructions in Direct3D. Performance improvements in GDI. More shader instructions in Direct3D. Performance improvements in GDI. Better multi-joystick support on macOS. Active Scripting improvements. Additional stream support in the C++ runtime. More Shader Model 5 support in Direct3D. Some more write support in WebServices. Performance improvements in GDI. Some more progress towards the Direct3D command stream. New version of the Gecko engine based on Firefox 47. More Shader Model 5 support in Direct3D. Unicode data updated to Unicode 9.0.0. Improvements to GDI paths and metafiles. More progress towards the Direct3D command stream. Joystick support improvements on Mac OS X. Bug fix update of the Mono engine. Initial version of a taskbar in desktop mode. Fixes for right-to-left languages in Uniscribe. More Shader Model 4 support in Direct3D. Better metafile support in RichEdit. Better support for long URLs in WinInet. Various Direct3D 11 improvements. Down-mixing support in DirectSound. Some cosmetic improvements in desktop mode. High resolution ("Retina") rendering option on Mac OS X. More compatible directory enumeration. A number of C++ runtime fixes. Video output improvements. More work towards the WineD3D command stream. Service proxies in WebServices. Query support in the builtin reg.exe utility. Improved support for long URLs in WinInet. More work towards the WineD3D command stream. Bug fix update of the Mono engine. More WebServices reader support. Still more Shader Model 5 support. Support for gradients in metafiles. Improved table formatting in WinHelp. More work towards the WineD3D command stream. More support for Shader Model 5 shaders. C++ exception handling on x86-64. Support for Windows-style static import libraries. Performance fixes in the XML writer. Better video card detection when using Mesa. Support for Shader Model 5 shaders. C++ exception handling improvements. New version of the Mono engine, with 64-bit support. Beginnings of the WineD3D command stream. Support for effect states in Direct3DX. Drag & drop improvements. Support for color glyphs and font fallbacks in DirectWrite. Improvements to the WebServices reader. Support for more formats in Direct3D 11. Simplified syntax and clean up of tests marked todo. Various bug fixes. New version of the Gecko engine based on Firefox 44. JSON support in JavaScript. Improved line breaking in DirectWrite. Some more write support in WebServices. Still more Shader Model 4 instructions. GStreamer 1.0 support. Support for SHA hashes in BCrypt. Synthesizing bold glyphs also for bitmap fonts. Underlines support in DirectWrite. Still more Shader Model 4 instructions. A few more deferred fixes. Support for debug registers on x86-64. More Shader Model 4 instructions. Support for the Mingw ARM toolchain. A number of fixes that were deferred during code freeze. WSAPoll implementation. Standard font dialog fixes. X11 drag&drop improvements. Pulse audio driver. Various fixes for Microsoft Office 2013 support. Some more implementation of the Web Services DLL. More fixes for the latest C runtime version. Improvements to the Makefile generation. Implementation of the TransmitFile function. More implementation of the Web Services DLL. Improved video decoding. Alternative for the deprecated prelink tool. Major Turkish translation update. Support for the various versions of XAudio. More implementation of the Web Services DLL. Improved OLE object embedding. Various code cleanups in Direct3D. New MAINTAINERS file and Signed-off-by requirement to improve the patch review process. Unicode data updated to Unicode 8.0.0. Some implementation of the Web Services DLL. More Direct3D 11 interfaces. A few more functions in the C++ runtime. Output standard glyph names in the PostScript driver. XAudio2 implementation using OpenAL Soft. Support for the new Universal C Runtime DLL. Dropdown menu support in the standard Open Dialog. Grayscale rendering mode in DirectWrite. New version of the Gecko engine based on Firefox 40. First steps of the Direct3D 11 implementation. Better font matching in DirectWrite. Support for OpenMP on ARM platforms. DirectWrite is now good enough for rendering text in Steam. A number of Direct2D improvements. Some more OpenMP functions. Support for namespaces in the IDL compiler. Fleshed out OpenMP implementation. I/O stream support in the MSVCIRT C++ runtime. Support for pixel snapping in DirectWrite. More support for OpenGL core contexts. Text drawing in Direct2D. Support for the new thread pool API. Toolbar state saving. Beginnings of an implementation for proper HID support. Support for file objects in device drivers. Improvements in the BITS file transfer service. Still more progress on DirectWrite implementation. Support for shared user data on 64-bit. Various C++ runtime improvements. Some more support for the 64-bit ARM platform. Better debugging support on 64-bit Mac OS X. Some more progress on DirectWrite implementation. A number of RichEdit control fixes. Beginning implementation of the old MSVCIRT C++ runtime. More support for the COM interfaces of the RichEdit control. Initial version of a SmartTee filter. Some more support for the ARM64 platform. Support for the null device kernel object. Improved support for Shell Browser windows. Some more API Sets libraries. Read/write operations support with built-in devices. Major Catalan translation update. Support for WoW64 mode on ARM64. Support for dynamic timezone information. Initial desktop shell window support. Some more Direct2D support. More Known Folders supported in the shell. Some more support for kernel job objects. More MSI patches improvements. Some theming fixes. Support for kernel job objects. Various fixes to the ListView control. Better support for OOB data in Windows Sockets. Support for DIB images in the OLE data cache. Improved support for MSI patches. Some fixes for ACL file permissions. WinMM joystick support on Mac OS X. Kerning support in DirectWrite. Support for DirectX Media Objects filters. Better support for animated GIFs in GdiPlus. Improved support for Known Folders in Shell32. New version of the Gecko engine based on Firefox 36. Support for themed scrollbars. Updated version of the Mono engine. More compatible RPC interface for service control. Support for X Drag & Drop version 5. Threading fixes in IME support. Interface change notifications. Support for the UTF-7 encoding. A number of graphical fixes for themed controls. Wininet now implemented on top of Win32 sockets.
2016-08-27Fix host name resolution on NetBSD. Bump revision.joerg1-2/+7
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-01-11Remove patches that map MS variadic support to Unix variadic support forjoerg5-34/+624
clang. That's actively harmful as they are not compatible. Clang 3.8 will have the GCC compatible builtins. Merge a fix for a case where the wrong macro set was used and bump revision for that.
2015-11-03Add SHA512 digests for distfiles for emulators categoryagc1-1/+2
Problems found with existing digests: Package suse131_libSDL 1c4d17a53bece6243cb3e6dd11c36d50f851a4f4 [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Package suse131_libdbus de99fcfa8e2c7ced28caf38c24d217d6037aaa56 [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Package suse131_qt4 94daff738912c96ed8878ce1a131cd49fb379206 [recorded] 886206018431aee9f8a01e1fb7e46973e8dca9d9 [calculated] Problems found locating distfiles for atari800, compat12, compat 13, compat14, compat15, compat20, compat30, compat40, compat50, compat50-x11, compat51, compat51-x11, compat60, compat61, compat61-x11, fmsx, osf1_lib, vice, xbeeb, xm7. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz1-2/+2
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-08-16Recursive bump for graphics/sane-backends.leot1-2/+2
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn2-3/+4
2015-03-21fix PLIST breakage on amd64tnn1-15/+15
2015-02-09Changes 1.7.36:adam12-247/+532
Some preliminary 64-bit support for Mac OS X. Support for configuring speakers in Winecfg. Improved support for Mac OS X Trash folder. Support for typographic features in DirectWrite. Various bug fixes.
2014-06-29oops, fix yesterday's patchdholland2-4/+4
2014-06-28fix build failure on netbsd amd64dholland2-1/+29
2014-06-18Bump PKGREVISION for cups -> cups15 change.wiz1-2/+2
2014-06-18Switch all cups packages to use cups15.wiz1-2/+2
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz2-5/+5
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-15Revbump after updating graphics/giflibadam2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-01-19Changes 1.7.11:adam31-758/+708
- 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.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-12-10Bump PKGREVISION from graphics/sane-backends.ryoon1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-05more PKGREV bumps for gnutls updatedrochner1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-25emulators/wine-devel: regen broken distinfomarino1-4/+4
The first distinfo was bad for the three changed patches -- I can't really explain it, but the committed patches were correct.