summaryrefslogtreecommitdiff
path: root/emulators/wine
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-04wine-devel is only for i386/x86_64. Both don't work on NetBSD though.joerg1-1/+3
2009-09-07Fix build to Wine a bit.reinoud2-1/+29
It would bomb out on: freetype.c:166: error: 'FT_MulFix' undeclared here (not in a function) freetype.c:166: warning: type defaults to 'int' in declaration of 'pFT_MulFix' This is due to a newer version of freetype. Patch by Shunichi Fuji. Still fails to compile on other errors, but one more down.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-22Remove empty PLIST.common_end.wiz1-1/+0
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-04-20Fix building on Darwin; fix PLIST (added common_end)adam9-37/+88
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
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.