aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 1.1.4. Among others, this includes the following changes:Gerald Pfeifer2008-09-063-4/+5
| | | | | | | | | | | | - Substantial chunks of WinHTTP are implemented. - More JavaScript support. - Beginnings of shell AppBar implementation. - Several fixes for Google Chrome support. - Chinese translations. - Various bug fixes. Notes: svn path=/head/; revision=220005
* Update to Wine 1.1.3. Among others, this includes the following changes:Gerald Pfeifer2008-08-233-4/+7
| | | | | | | | | | | | | - Beginnings of ddraw overlay support. - Many more crypt32 functions. - Improved support for tables in Richedit. - Support for NETWM window maximization. - Many installer fixes. - Tweaks for better PulseAudio support. - Various bug fixes. Notes: svn path=/head/; revision=219041
* Update to Wine 1.1.2. Among others, this includes the following changes:Gerald Pfeifer2008-07-263-9/+9
| | | | | | | | | | | - Control panel improvements and new appwiz panel. - Restructuring of state handling in Direct3D. - Support for timer queue functions. - Many MSXML improvements. - Various bug fixes. Notes: svn path=/head/; revision=217616
* Update to Wine 1.1.1. Among others, this includes the following changes:Gerald Pfeifer2008-07-113-4/+10
| | | | | | | | | | | | - Fixes for Photoshop CS3 and Office 2007 installers. - More progress on gdiplus. - Support for Unicode files in regedit. - Improved video playback. - Many Richedit fixes and improvements. - Various bug fixes. Notes: svn path=/head/; revision=216721
* Update to Wine 1.1.0. Among others, this includes the following changes:Gerald Pfeifer2008-06-283-4/+11
| | | | | | | | | | | | | | - Many more gdiplus functions implemented. - Improved graphics tablet support. - Many Richedit fixes and improvements. - Support for HWND_MESSAGE windows. - A lot of new MSHTML functions. - Many fixes in MSI registry handling. - Initial implementation of the inetmib1 DLL. - Improvements to the quartz renderers. - Various bug fixes. Notes: svn path=/head/; revision=215861
* Update to Wine 1.0, the release, after 15 years of development and betaGerald Pfeifer2008-06-212-4/+4
| | | | | | | testing! Notes: svn path=/head/; revision=215479
* Add explicit dependency on graphics/png port.Gerald Pfeifer2008-06-151-0/+1
| | | | Notes: svn path=/head/; revision=214898
* Update to version 1.0-rc5 which brings a number of bug fixes.Gerald Pfeifer2008-06-152-5/+14
| | | | | | | | | | | | Hack the configure script to succeed when building with HAL support on FreeBSD 6.x. [1] Add an OPTION called HAL to enable/disable building with HAL support and explicitly force one of these as opposed to just depending on the environment. Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=214890
* Update to version 1.0-rc4 which brings bug fixes only, no new features.Gerald Pfeifer2008-06-083-87/+14
| | | | | | | | | | | Start adding OPTIONS for this port, the first one called CUPS to break to hard dependency on the cups-base port. PR: 119199 Submitted by: scf, Christoph Mallon <christoph.mallon@gmx.de> Notes: svn path=/head/; revision=214515
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Fix the build with some (recent) versions of OpenSSL.Gerald Pfeifer2008-06-041-0/+80
| | | | | | | | | | PR: 124232 Reported by: Naram Qashat <cyberbotx@cyberbotx.com> Submitted by: Jan Henrik Sylvester <me@janh.de> Obtained from: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7c616799894faa48ee3277bc276a39bed55780e0 Notes: svn path=/head/; revision=214320
* Update to version 1.0-rc3 which brings (a lot of) bug fixes only.Gerald Pfeifer2008-06-012-4/+4
| | | | Notes: svn path=/head/; revision=214113
* Update to version 1.0-rc2 which brings (a lot of) bug fixes only.Gerald Pfeifer2008-05-243-6/+6
| | | | Notes: svn path=/head/; revision=213612
* Remove build dependency on fontforge since Wine now delivers the fontsGerald Pfeifer2008-05-051-1/+0
| | | | | | | | | | as part of the main package. PR: 123353 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=212647
* Update to Wine 0.9.61. This release marks the beginning of the code freezeGerald Pfeifer2008-05-023-4/+5
| | | | | | | | | | | | | | for the 1.0 release. Among others, it includes the following changes: - Automatic updating of the WINEPREFIX directory. - Winhelp now uses Richedit as display engine. - Many RichEdit fixes. - More improvements to IME support. - More quartz fixes. - Implementation for many more Gdiplus functions. - Lots of bug fixes. Notes: svn path=/head/; revision=212507
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to Wine 0.9.60. Among others, this includes the following changes:Gerald Pfeifer2008-04-193-8/+9
| | | | | | | | | | | | | | - Better support for Windows IMEs. - Option for Windows-style window decorations. - Improved system tray behavior. - Window management fixes. - Improved quartz audio support. - Better support for launching apps from Unix file managers. - Lots of bug fixes. Fix a sorting issue in the package list. Notes: svn path=/head/; revision=211562
* Update to Wine 0.9.59. Among others, this includes the following changes:Gerald Pfeifer2008-04-053-4/+13
| | | | | | | | | | | | | - Improved support for the .NET framework. - Better services handling through a separate services.exe process. - Support for ATI fragment shader. - Better support for http proxies. - Window management fixes. - Pre-compiled fonts are now available in the source tree. - Lots of bug fixes. Notes: svn path=/head/; revision=210577
* Update to Wine 0.9.58. Among others, this includes the following changes:Gerald Pfeifer2008-03-233-4/+11
| | | | | | | | | | | | - The default version is now Windows XP. - Many Richedit improvements. - Beginning of jscript dll support. - Shell folders now respect XDG directory configuration. - Many translation updates. - Lots of bug fixes. Notes: svn path=/head/; revision=209603
* Update to Wine 0.9.57. Among others, this includes the following changes:Gerald Pfeifer2008-03-083-4/+10
| | | | | | | | | | | - Support for multiple OpenGL pixel formats. - Improved support for color profiles. - Many window management fixes. - Better fullscreen support. - Lots of bug fixes. Notes: svn path=/head/; revision=208647
* Update to Wine 0.9.56. Among others, this includes the following changes:Gerald Pfeifer2008-02-223-4/+32
| | | | | | | | | | | | - Proper handling of OpenGL/Direct3D windows with menu bars. - Stubs for all the d3dx9_xx dlls. - Several graphics optimizations. - Many installer fixes. - Improved MIME message support. - Lots of bug fixes. Notes: svn path=/head/; revision=207762
* Update to Wine 0.9.55. Among others, this includes the following changes:Gerald Pfeifer2008-02-103-9/+10
| | | | | | | | | | | | - Direct3D improvements, including driver version emulation. - Beginnings of support for OLE objects in Richedit. - Several fixes to the animation control. - A bunch of fixes for regression test failures. - Lots of bug fixes. Make the post-install target less noisy. Notes: svn path=/head/; revision=206984
* Update to Wine 0.9.53. Among others, this includes the following changes:Gerald Pfeifer2008-01-253-4/+9
| | | | | | | | | | | - Photoshop CS/CS2 should now work, please help us testing it. See http://wiki.winehq.org/AdobePhotoshop for details. - A number of RPC fixes. - Various improvements to the debugger support. - Lots of bug fixes. Notes: svn path=/head/; revision=206210
* Fix cleaning up the installation tree in post-install (man pages).Gerald Pfeifer2008-01-201-2/+2
| | | | Notes: svn path=/head/; revision=205897
* Update to Wine 0.9.53. Among others, this includes the following changes:Gerald Pfeifer2008-01-113-7/+11
| | | | | | | | | | | | | | - RunOnce and Run entries now executed on startup. - Beginnings of support for emulated disk devices. - Many Richedit improvements. - Nicer looking color dialog. - Lots of bug fixes. Plus, importantly, the ability to disable the use of certain libraries when build Wine via --without-cups and the like which we'll shortly use to add appropriate options. Notes: svn path=/head/; revision=205471
* Take care of removing /usr/local/man/de.UTF-8/man1 in case it's emtpyGerald Pfeifer2008-01-061-0/+2
| | | | | | | | | (and has only been created by this port). Reported by: pointyhat Notes: svn path=/head/; revision=205088
* Add cups-base as a library dependency.Gerald Pfeifer2007-12-291-1/+2
| | | | | | | | | PR: 117627 Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua> Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=204677
* No longer need to worry about man/man3w.Gerald Pfeifer2007-12-291-1/+0
| | | | | | | | PR: 118753 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=204667
* Update to Wine 0.9.52. Among others, this includes the following changes:Gerald Pfeifer2007-12-293-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Many copy protection fixes. - GLSL is now the default for Direct3D. - Lots of memory errors fixed thanks to Valgrind. - Support for TOPMOST windows. - Beginnings of an inetcomm dll implementation. - Completed I/O completion. - Improved user credentials management, including Mac Keychain support. - More Valgrinding. - A bunch of WinHelp improvements. - Better Japanese font support. - A ton of rpcrt4 fixes. - Several Alsa capture fixes. - Improved support for screen resolution changes. - Improved graphics tablet support. - Support for RPC context handles. - Fixes for some longstanding screen depth issues. - Implementation of "My Network Places" shell folder. - Lots of bug fixes. Move our desktop file into DESKTOPDIR [1] and make the postinstall target a bit less chatty. PR: 118753 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (update from 0.9.50 to 0.9.51) Suggested by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=204666
* Update to Wine 0.9.48. Among others, this includes the following changes:Gerald Pfeifer2007-10-264-20/+10
| | | | | | | | | | - Still more fixes for regression test failures. - Much more complete cryptnet implementation. - WIDL is now able to generate the oleaut32 proxy code. - Lots of bug fixes. Notes: svn path=/head/; revision=202113
* Update to Wine 0.9.47. Among others, this brings the following changes:Gerald Pfeifer2007-10-205-7/+28
| | | | | | | | | | | | | | - New scheme for OpenGL support in child windows. - Lots of fixes for regression test failures. - Lots of bug fixes. - A Tahoma replacement font. Adjust pkg-message as far as goes about FreeBSD releases. Add a temporary patch of mine (already accepted upstream) to build with a wider range of versions of bison. Notes: svn path=/head/; revision=201689
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Update to Wine 0.9.46. Among others, this brings the following changes:Gerald Pfeifer2007-09-292-4/+4
| | | | | | | | | | | | | | - A variety of fixes to improve Photoshop CS2 support. - More complete support for device installation in setupapi. - New Bidi text implementation that doesn't depend on libicu. - The usual assortment of Direct3D improvements. - Beginning of I/O completion ports support. - Lots of bug fixes and a fix by Tijl Coosemans <tijl@ulyssis.org> to resolve symbol clashes between MSVCRT and FreeBSD libc. Notes: svn path=/head/; revision=200316
* Update to Wine 0.9.45. Among others, this brings the following changes:Gerald Pfeifer2007-09-154-71/+14
| | | | | | | | | | | | | | | | | | | - Many improvements to the crypto dlls (should make iTunes work). - The usual assortment of Direct3D improvements. - A number of fixes to sound support. - Many more WordPad features. - Lots of bug fixes. Remove temporary hack to avoid running into an mmap() issue specific to FreeBSD which has been fixed now.[1] Stop building wine-kthread since wine-pthread should be better by now and the former might not even work any longer.[2] Make FreeBSD 6.2 the minimum requirement for this port. Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1][2] Notes: svn path=/head/; revision=199505
* Update to Wine 0.9.44. Among others, this brings the following changes:Gerald Pfeifer2007-08-242-4/+4
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=198267
* Update to Wine 0.9.43. Among others, this brings the following changes:Gerald Pfeifer2007-08-113-18/+36
| | | | | | | | | | | | | - 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. On the way, fix the sorting of several entries in pkg-plist. Notes: svn path=/head/; revision=197486
* Switch to libthr as the default threading library on versions of FreeBSDGerald Pfeifer2007-08-071-1/+6
| | | | | | | | | | | | | | | where it isn't the default yet. Wine wants all threads to be PTHREAD_SCOPE_SYSTEM (visible by kernel) so wineserver can access threads inside wine processes. With libthr all threads are PTHREAD_SCOPE_SYSTEM by default. With libkse the initial thread is not which prevents wineserver from sending signals to it directly, for instance. Add --verbose to CONFIGURE_FLAGS. Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=197257
* Update to Wine 0.9.42. Among others, this brings the following changes:Gerald Pfeifer2007-07-283-6/+16
| | | | | | | | | | | | | | | | - 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. Move fontforge from LIB_DEPENDS to BUILD_DEPENDS. Add graphics/jpeg to LIB_DEPENDS. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=196527
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Remove DATADIR if empty.Gerald Pfeifer2007-07-221-2/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=196080
* Update to Wine 0.9.41. Among others, this brings the following changes:Gerald Pfeifer2007-07-153-57/+60
| | | | | | | | | | | | | | | | | | | | | - A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes. Handle the wineg++.1 man page via MLINK instead of removing it. Make ${PREFIX}/lib/libwine.so a relative link. Refer to LOCALBASE instead of PREFIX in setting CONFIGURE_ENV. Remove LIBS=-Wl,-rpath,${PREFIX}/lib/wine which was added in revision 1.86 for PR19562 but is not needed any longer. [1] Support DATADIR. Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=195668
* Update to Wine 0.9.40. Among others, this brings the following changes:Gerald Pfeifer2007-06-303-4/+12
| | | | | | | | | | - Many MSHTML improvements. - A few more sound fixes. - Many Direct3D fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=194525
* Update to Wine 0.9.39. Among others, and including the Wine 0.9.37 andGerald Pfeifer2007-06-234-8/+92
| | | | | | | | | | | | | | | | | 0.9.38 releases, this brings the following changes: - MSI automation with JScript/VBScript support. - Many MSHTML improvements. - Many Direct3D threading fixes. - Support for a few more exe protection schemes. - Many 64-bit compilation fixes. - A number of OLE fixes. - Several improvements to the sound support. - A number of Winsock fixes. - Several new supported constructs in the IDL compiler. - Lots of bug fixes. Notes: svn path=/head/; revision=194130
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to Wine 0.9.36. Among others, this brings the following changes:Gerald Pfeifer2007-04-273-4/+9
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=191032
* Update to Wine 0.9.35. Among others, this brings the following changes:Gerald Pfeifer2007-04-153-5/+5
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=189999
* Update to Wine 0.9.34. Among others, this brings the following changes:Gerald Pfeifer2007-03-303-4/+6
| | | | | | | | | | | - Support for Xcursor. - A range of fixes for various installers. - New builtin xcopy tool. - The usual assortment of Direct3D fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=188838
* Update to Wine 0.9.33. Among others, this brings the following changes:Gerald Pfeifer2007-03-163-4/+5
| | | | | | | | | | | - Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Lots of bug fixes. Notes: svn path=/head/; revision=187552
* Update to Wine 0.9.32. Among others, this brings the following changes:Gerald Pfeifer2007-03-033-4/+6
| | | | | | | | | | - Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes. Notes: svn path=/head/; revision=186384
* Update to Wine 0.9.31. Among others, this brings the following changes:Gerald Pfeifer2007-02-163-4/+6
| | | | | | | | | | | - Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More OLE32 marshalling fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=185334