summaryrefslogtreecommitdiff
path: root/emulators/wine
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16Fix -m32 build on amd64. Make sure the appropriate multilib options arejmcneill1-1/+13
passed to configure for CC, CXX, AS, and LD as these options are passed through to winegcc, which the buildlink wrapper doesn't handle. Also pass LDD to configure so it can be overridden.
2008-12-07Enable HAL, bump PKGREVISIONjmcneill2-4/+11
2008-10-18Changes 1.0.1:adam3-9/+8
* Bugfix release
2008-06-28wined3d components aren't dependent on opengl option.sborrill1-3/+3
Don't bother bumping PKGREVISION as you wouldn't have been able to create a binary package with -opengl in the PKG_OPTION before
2008-06-28Redundant; the code already handles the __NetBSD__ case.jmcneill2-42/+1
2008-06-28winex11.drv: if 800x600 is not available, attempt 800x480 before giving up.jmcneill2-1/+23
This lets me launch Diablo II on an EeePC, which runs menus at 800x600 but allows the actual game itself to run at 640x480, without hooking up an external VGA monitor.
2008-06-28Regen patchsum, bump PKGREVISION for exception handling fixes.jmcneill2-4/+4
2008-06-28Fix exception handling on i386.jmcneill1-8/+8
2008-06-27Bump PKGREVISION for addition of patch-bb:sborrill1-2/+2
__errno and ___errno overrides must exist, so #undef them rather than not overriding at all on NetBSD.
2008-06-27Regen for patch-bbjmcneill1-2/+2
2008-06-27__errno and ___errno overrides must exist, so #undef them rather thanjmcneill1-10/+12
not overriding at all on NetBSD.
2008-06-27bjs told me to bump PKGREVISION now that this actually works on NetBSDjmcneill1-1/+2
2008-06-27Regen for patch-bcjmcneill1-1/+2
2008-06-27Use /dev/sound on NetBSDjmcneill1-0/+32
2008-06-26Regen.jmcneill1-3/+3
2008-06-26Enable kthread loader as the default on NetBSD; this package now works onjmcneill4-1/+38
a 4.99.66/i386 kernel.
2008-06-23DESTDIR support, from Aleksej Saushev.dholland1-2/+4
2008-06-23Fix the PKG_OPTIONS=-x11 build.dholland1-2/+2
2008-06-22Update emulators/wine to 1.0, as requested in PR pkg/38985.dholland8-104/+246
Add missing dep on libxml2. Also merge some stuff from wip/wine: - more options (esound, ldap, dbus, ssl, x11) - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320) This also fixes the broken build against current openldap. (PR pkg/38025)
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-10/+11
through PLIST_SUBST to the plist module.
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
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.