summaryrefslogtreecommitdiff
path: root/emulators/wine
AgeCommit message (Collapse)AuthorFilesLines
2008-01-09Fix wine directory reading correctly.reinoud3-8/+10
patch-ac was wrong since __NetBSD_Version should have been __NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct dirent12s having 32 bit ino_t and not the included struct dirent having 64 bit ino_t.
2007-10-14The w in wine is already lower-case.rillig1-2/+1
2007-08-29Changes 0.9.44:adam3-6/+31
- Better heuristics for making windows managed. - Automatic detection of timezone parameters. - Improvements to the builtin WordPad. - Better signatures support in crypt32. - Still more gdiplus functions. - Lots of bug fixes.
2007-08-11Changes 0.9.43:adam3-8/+27
- Direct3D support on top of WGL instead of GLX for better portability. - Many DirectSound fixes. - Still more gdiplus functions. - Many crypt32 improvements. - Lots of bug fixes.
2007-07-31Changes 0.9.42:adam3-7/+15
- Support for activation contexts and side-by-side assemblies. - Many more gdiplus functions. - More messaging support in crypt32.dll. - Many HTTP protocol handling fixes. - Lots of bug fixes.
2007-07-17Changes 0.9.41:adam4-14/+17
- A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes.
2007-07-01Changes 0.9.40:adam5-15/+23
- Many MSHTML improvements - A few more sound fixes - Many Direct3D fixes - Lots of bug fixes
2007-06-16Changes 0.9.39:adam4-11/+35
- Many MSHTML improvements. - Several improvements to the sound support. - A number of Winsock fixes. - Several new supported constructs in the IDL compiler. - Many Direct3D threading fixes. - Lots of bug fixes.
2007-05-12Changes 0.9.37:adam6-28/+16
- MSI automation with JScript/VBScript support. - Various MSHTML improvements. - The usual assortment of Direct3D fixes. - Support for a few more exe protection schemes. - Lots of bug fixes.
2007-05-02Don't explicitly depend on libXau and libXdmcp. Both are pulledtnn1-3/+1
in implicitly by x11/libX11/buildlink3.mk. Should fix PR 36258.
2007-04-29Changes 0.9.36:adam4-12/+16
- Midi support in the CoreAudio driver. - Mixer support in the Alsa driver. - A lot of MSI fixes. - Implementation for most D3DRM functions. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-04-20- update to modular xorgtnn1-2/+15
- add fontconfig dependency - bump pkgrevision
2007-04-13Changes 0.9.35:adam5-18/+14
- Broken aRts sound driver now removed for good. - Many fixes to the Quartz DLL sound support. - File I/O performance improvements. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-04-10Changes 0.9.34:adam3-7/+9
- Support for Xcursor. - A range of fixes for various installers. - New builtin xcopy tool. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-03-18Uses the new pkg-build-options.mk file to determine the PKG_OPTIONS.rillig1-1/+4
2007-03-17Changes 0.9.33:adam5-32/+25
- Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Support for process control on Solaris. - Lots of bug fixes.
2007-03-05Changes 0.9.32:adam3-7/+9
- Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes.
2007-02-19Added a missing header to fix the build on NetBSD 3.0.rillig2-7/+18
Fixes PR 35714.
2007-02-17Changes 0.9.31:adam6-36/+45
- Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More OLE32 marshalling fixes. - Lots of bug fixes.
2007-01-30Changes 0.9.30:adam6-23/+26
- Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes.
2007-01-10Changes 0.9.29:adam5-19/+20
- More work on the new Direct3D state management. - Debugger support for Mac OS. - Many OLE fixes and improvements. - Audio input support on Mac OS. - Lots of bug fixes.
2007-01-02Changes 0.9.28:adam5-35/+13
- OpenGL in child windows should work again. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Improved audio and font support on Mac OS. - Lots of bug fixes.
2006-12-09Changes 0.9.27:adam4-9/+30
- Better support for noexec kernels. - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Lots of bug fixes.
2006-11-25Changes 0.9.26:adam5-16/+21
- Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes.
2006-11-10Changes 0.9.25:adam2-6/+6
- Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes.
2006-10-29Changes 0.9.24:adam6-33/+23
- Support for multiple monitors using Xinerama. - Various MSI fixes and improvements. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes.
2006-10-21Add patch to make this compile a bit further on amd64. It now fails inwiz3-2/+62
oaidl_p.c:11403:2: error: #error Invalid build platform for this stub.
2006-10-18Changes 0.9.23:adam9-104/+122
- Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - Still more MSI fixes and improvements. - Lots of bug fixes. Changes 0.9.22: - The usual assortment of MSI improvements. - Several bug fixes to the various common controls. - Pixel shaders enabled by default in D3D. - Various improvements to the build process. - Many translation updates. - Lots of bug fixes. Changes 0.9.20: - XEmbed system tray support. - Many improvements to NTLM support. - Many messages made localizable instead of hardcoded to English. - Improved support for various OpenGL platforms. - More improvements to the IDL compiler. - Lots of bug fixes.
2006-10-08Fix signal handling problem in wine.wiz3-6/+18
From David Holland in PR 32800. Bump PKGREVISION.
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+2
2006-07-28Changes 0.9.18:adam6-33/+26
- Still more work on Direct3D. - A lot of MSI bug fixes and improvements. - More compatible memory management. - Several fixes for Win64 support. - Some performance improvements. - Lots of bug fixes.
2006-07-10Changes 0.9.17:adam6-15/+40
- Still more work on Direct3D shaders. - Now using the Gecko engine directly for MSHTML. - Better support for apps switching to full screen mode. - Support for multiple joysticks. - Lots of bug fixes.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-03Changes 0.9.16:adam4-12/+18
- More work on Direct3D shaders. - Major DirectDraw rewrite on top of Direct3D. - Support for debug information in Dwarf format. - Beginnings of an OleView Winelib application. - Lots of bug fixes.
2006-07-02Fixed pkglint warnings. BUILDLINK_API_DEPENDS is required, whilerillig2-4/+4
BUILDLINK_ABI_DEPENDS is optional. The former had not been in the buildlink3.mk file.
2006-06-12Changes 0.9.15:adam6-21/+25
- More MS/RPC improvements. - Core Audio driver for Mac OS X. - More complete DNSAPI dll. - Improvements to Web browser support. - Lots of bug fixes.
2006-05-31Revert the last commit, it's obviously not part of the openldap change and wasghen1-6/+2
committed by accident.
2006-05-31The databases/openldap package has been split in -client and -server componentghen2-4/+9
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-26Changes 0.9.14:adam4-11/+15
- Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - Lots of bug fixes
2006-05-12Changes 0.9.13:adam6-21/+27
- New GPhoto backend for TWAIN. - Dynamic drive configuration using HAL. - A gazillion Direct3D fixes. - New TCP transport for RPC. - Lots of bug fixes.
2006-04-14Changes 0.9.12:adam5-42/+25
- New Winelib Internet Explorer application (all 5 lines of it). - Several improvements to the font support. - More work on the IDL compiler. - Faster drawing of the cards in Solitaire (very important feature). - A number of fixes for issues found by the Coverity code cheker. - Lots of bug fixes.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02Remove paragraph about license. Also it mentioned package thatreed1-4/+0
was removed last April.
2006-04-01Changes 0.9.11:adam4-14/+14
- Fake dll files created in the system directory to help installers. - Desktop mode now properly supports multiple processes. - Better type parsing in dbghelp. - Several OpenGL fixes. - A bunch of Unicode functions in advpack. - Lots of bug fixes.
2006-03-31Changes 0.9.10:adam6-53/+52
- Improved ESD audio driver. - More Web browser improvements in mshtml and wininet. - Direct3D fixes and preparation for ddraw code migration. - Explorer process now managing the desktop window. - Lots of bug fixes.
2006-03-13OpenGL is now optional, enabled by defaultadam3-20/+28
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-06Changes 0.9.9:adam7-77/+84
- Many new features and improvements in Richedit. - More Web browser support. - Recursive directory change notifications. - Wine installation is now fully relocatable. - Direct3D 8 and 9 now use the same code. - Many debugger improvements. - Systray is now handled by the explorer process. - Lots of bug fixes
2006-02-26Update to 0.9.8:wiz8-35/+63
0.9.8: - Better Web browser support. - Beginnings of a Wordpad application. - Many richedit improvements. - A number of Direct3D fixes. - A few more options in winecfg. - Lots of bug fixes. 0.9.7: - Directory change notifications can use inotify now. - Hardware breakpoints in the Wine debugger. - Beginnings of support for tape APIs. - A bunch of improvements to the IDL compiler. - Better scheme for mapping My Documents etc. to Unix directories. - Lots of bug fixes. pkgsrc change: Install fnt2bdf and bin2res tools. Improve PLIST. Ok adam@