Commit graph

325 commits

Author SHA1 Message Date
Gerald Pfeifer
e0642e4c73 Update to Wine 1.1.15. Among others, this includes the following changes:
- Gecko engine update.
 - Better region support in GdiPlus.
 - Support for cross-compilation in winegcc.
 - Beginnings of MS Text Framework support.
 - Many fixes to the regression tests on Windows.
 - Various bug fixes.
2009-02-14 20:24:19 +00:00
Gerald Pfeifer
a239508f91 Update to Wine 1.1.14. Among others, this includes the following changes:
- Various bug fixes for Internet Explorer 7.
 - Many crypt32 improvements, including new export wizard.
 - Better support for windowless Richedit.
 - Improvements to the print dialog.
 - Many fixes to the regression tests on Windows.
 - Various bug fixes.

Also, this should again build on FreeBSD 8 with RTF_LLINFO removed,
based on my patch being accepted upstream. [1]

PR:		129934 [1]
2009-02-01 00:08:07 +00:00
Gerald Pfeifer
005968e86f Update to Wine 1.1.13. Among others, this includes the following changes:
- Freedesktop.org-compliant startup notifications.
 - Improved graphics support in Internet Explorer.
 - Various Richedit improvements.
 - Better certificate manager dialog.
 - Various bug fixes (including two fixes we carried ourselves).
2009-01-17 15:02:40 +00:00
Gerald Pfeifer
57c6942c30 Update to Wine 1.1.12. Among others, this includes the following changes:
- Support for subpixel font rendering.
 - New version of the Gecko engine.
 - Various bug fixes.
2009-01-03 10:54:16 +00:00
Gerald Pfeifer
22c87c887f Update to Wine 1.1.11. Among others, this includes the following changes:
- Numerous fixes for IE7 support.
 - User interface support for crypto certificates.
 - Better support for MSI installation patches.
 - Various Direct3D optimizations.
 - Various bug fixes.
2008-12-23 13:40:14 +00:00
Gerald Pfeifer
98f0d5a4ad Update to Wine 1.1.10. Among others, this includes the following changes:
- Support for virtual memory write watches.
 - Some more GdiPlus functions.
 - Various bug fixes.

Also, add a patch that fixes the "Invalid address" issue for real. [1]

PR:		128926 [1], 129585
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> [1]
Obtained from:	Alex Kozlov <spam@rm-rf.kiev.ua> [1]
2008-12-13 09:57:30 +00:00
Gerald Pfeifer
51b0c1269c Update to Wine 1.1.9. Among others, this includes the following changes:
- A large number of regression test fixes.
 - Performance improvements in memory management.
 - Improved POP3 support in inetcomm.
 - Initial implementation of the XInput DLL.
 - Various bug fixes.

It also fixes the "Invalid address" issue reported by some users, at least
according to my testing.

PR:		128926
2008-11-23 20:53:10 +00:00
Gerald Pfeifer
754be3afa7 Update to Wine 1.1.8. Among others, this includes the following changes:
- Substantial parts of inetcomm implemented (for Outlook).
 - Still better crypt32 support.
 - Memory management improvements.
 - Theming support for buttons.
 - Various bug fixes.
2008-11-09 13:21:00 +00:00
Gerald Pfeifer
cb9b6565f9 Update to Wine 1.1.7. Among others, this includes the following changes:
- Beginnings of schannel implementation using GnuTLS.
 - Many fixes from various code analysis tools.
 - Support for X11 desktop work area.
 - Fixes for Richedit tables.
 - More complete JavaScript support.
 - Improved device management for DOS drives.
 - Many Richedit fixes.
 - Various installer fixes, particularly for IE 7.
 - First steps of Direct3D 10 implementation.
 - Various bug fixes.
2008-10-25 10:21:18 +00:00
Gerald Pfeifer
2fb26a942c Update to Wine 1.1.5. Among others, this includes the following changes:
- Substantial JavaScript implementation.
 - Partial support for layered windows.
 - Support for Unicode file export in Regedit.
 - Proper exception handling in widl-generated code.
 - Asynchronous requests and cookies support in WinHTTP.
 - Various bug fixes.
2008-09-24 08:37:17 +00:00
Gerald Pfeifer
84a6ac3854 Update to Wine 1.1.4. Among others, this includes the following changes:
- 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.
2008-09-06 17:22:11 +00:00
Gerald Pfeifer
fc8d0a59b5 Update to Wine 1.1.3. Among others, this includes the following changes:
- 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.
2008-08-23 15:19:00 +00:00
Gerald Pfeifer
1de5fd13ee Update to Wine 1.1.2. Among others, this includes the following changes:
- Control panel improvements and new appwiz panel.
 - Restructuring of state handling in Direct3D.
 - Support for timer queue functions.
 - Many MSXML improvements.
 - Various bug fixes.
2008-07-26 16:58:54 +00:00
Gerald Pfeifer
764256342c Update to Wine 1.1.1. Among others, this includes the following changes:
- 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.
2008-07-11 20:53:59 +00:00
Gerald Pfeifer
e5c22dabd1 Update to Wine 1.1.0. Among others, this includes the following changes:
- 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.
2008-06-28 11:07:17 +00:00
Gerald Pfeifer
35210215a5 Update to Wine 1.0, the release, after 15 years of development and beta
testing!
2008-06-21 15:50:47 +00:00
Gerald Pfeifer
03aa7a90a2 Update to version 1.0-rc5 which brings a number of bug fixes.
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]
2008-06-15 10:59:43 +00:00
Gerald Pfeifer
131e4ae422 Update to version 1.0-rc4 which brings bug fixes only, no new features.
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>
2008-06-08 21:40:43 +00:00
Gerald Pfeifer
60e0d98adf Update to version 1.0-rc3 which brings (a lot of) bug fixes only. 2008-06-01 11:29:52 +00:00
Gerald Pfeifer
2bdedfbf4e Update to version 1.0-rc2 which brings (a lot of) bug fixes only. 2008-05-24 16:17:24 +00:00
Gerald Pfeifer
e683dc2b82 Update to Wine 0.9.61. This release marks the beginning of the code freeze
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.
2008-05-02 22:31:52 +00:00
Gerald Pfeifer
9b68443647 Update to Wine 0.9.60. Among others, this includes the following changes:
- 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.
2008-04-19 02:32:07 +00:00
Gerald Pfeifer
92dd06e6e4 Update to Wine 0.9.59. Among others, this includes the following changes:
- 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.
2008-04-05 13:55:14 +00:00
Gerald Pfeifer
24a1fbe379 Update to Wine 0.9.58. Among others, this includes the following changes:
- 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.
2008-03-23 03:40:01 +00:00
Gerald Pfeifer
4336b704c1 Update to Wine 0.9.57. Among others, this includes the following changes:
- Support for multiple OpenGL pixel formats.
 - Improved support for color profiles.
 - Many window management fixes.
 - Better fullscreen support.
 - Lots of bug fixes.
2008-03-08 16:59:44 +00:00
Gerald Pfeifer
3bc1eae9fc Update to Wine 0.9.56. Among others, this includes the following changes:
- 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.
2008-02-22 20:02:39 +00:00
Gerald Pfeifer
438116077a Update to Wine 0.9.55. Among others, this includes the following changes:
- 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.
2008-02-10 09:57:49 +00:00
Gerald Pfeifer
efec8549a6 Update to Wine 0.9.53. Among others, this includes the following changes:
- 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.
2008-01-25 22:20:04 +00:00
Gerald Pfeifer
eb57fa6a10 Update to Wine 0.9.53. Among others, this includes the following changes:
- 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.
2008-01-11 23:13:23 +00:00
Gerald Pfeifer
8255a604f1 Update to Wine 0.9.52. Among others, this includes the following changes:
- 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]
2007-12-29 12:11:54 +00:00
Gerald Pfeifer
585aa7a8c9 Update to Wine 0.9.48. Among others, this includes the following changes:
- 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.
2007-10-26 23:19:38 +00:00
Gerald Pfeifer
99aba43899 Update to Wine 0.9.47. Among others, this brings the following changes:
- 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.
2007-10-20 19:43:57 +00:00
Gerald Pfeifer
a302672acd Update to Wine 0.9.46. Among others, this brings the following changes:
- 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.
2007-09-29 06:59:30 +00:00
Gerald Pfeifer
b6d6d6785e Update to Wine 0.9.45. Among others, this brings the following changes:
- 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]
2007-09-15 01:41:53 +00:00
Gerald Pfeifer
b6a6241c52 Update to Wine 0.9.44. Among others, this brings the following changes:
- 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-24 20:46:30 +00:00
Gerald Pfeifer
2cf8b47c70 Update to Wine 0.9.43. Among others, this brings the following changes:
- 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.
2007-08-11 19:51:40 +00:00
Gerald Pfeifer
bfb0332e54 Update to Wine 0.9.42. Among others, this brings the following changes:
- 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]
2007-07-28 23:18:53 +00:00
Gerald Pfeifer
0577e802bf Update to Wine 0.9.41. Among others, this brings the following changes:
- 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]
2007-07-15 17:09:08 +00:00
Gerald Pfeifer
74e0cfc8a3 Update to Wine 0.9.40. Among others, this brings the following changes:
- Many MSHTML improvements.
 - A few more sound fixes.
 - Many Direct3D fixes.
 - Lots of bug fixes.
2007-06-30 15:08:37 +00:00
Gerald Pfeifer
5290db134a Update to Wine 0.9.39. Among others, and including the Wine 0.9.37 and
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.
2007-06-23 16:49:01 +00:00
Gerald Pfeifer
ddce17c424 Update to Wine 0.9.36. Among others, this brings the following changes:
- 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-27 20:42:15 +00:00
Gerald Pfeifer
e3e248fe0e Update to Wine 0.9.35. Among others, this brings the following changes:
- 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-15 11:22:55 +00:00
Gerald Pfeifer
84de614d02 Update to Wine 0.9.34. Among others, this brings the following changes:
- 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-30 20:02:04 +00:00
Gerald Pfeifer
8cedc3f77d Update to Wine 0.9.33. Among others, this brings the following changes:
- 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.
2007-03-16 23:27:45 +00:00
Gerald Pfeifer
8573dc73cf Update to Wine 0.9.32. Among others, this brings the following changes:
- Many Direct3D fixes and performance improvements.
 - Several new features in the builtin cmd.exe.
 - Improvements to HTML help support.
 - Lots of bug fixes.
2007-03-03 10:04:32 +00:00
Gerald Pfeifer
70eb1e9dda Update to Wine 0.9.31. Among others, this brings the following changes:
- Many Direct3D fixes and performance improvements.
 - Several new comctl32 test cases.
 - IDL compiler improvements.
 - More OLE32 marshalling fixes.
 - Lots of bug fixes.
2007-02-16 23:15:59 +00:00
Gerald Pfeifer
4fc3087b82 Update to Wine 0.9.30. Among others, this brings the following changes:
- Many improvements to Direct3D shaders and state management.
 - Support for inter-process memory allocations.
 - OLE32 marshalling fixes.
 - Lots of bug fixes.
2007-01-26 20:25:11 +00:00
Gerald Pfeifer
ee199424cf Update to Wine 0.9.29. Among others, this brings the following changes:
- More work on the new Direct3D state management.
 - Many OLE fixes and improvements.
 - Lots of bug fixes.
2007-01-10 22:56:45 +00:00
Gerald Pfeifer
d9cdd0b15f Update to Wine 0.9.28. Among others, this brings the following changes:
- Better Dwarf support in dbghelp.
 - Several Winsock fixes.
 - Various code cleanups.
 - Better mouse support in games.
 - Beginnings of new state management in Direct3D.
 - Lots of bug fixes.
2006-12-26 16:25:56 +00:00
Gerald Pfeifer
0343b63483 Update to Wine 0.9.26. Among others, this brings the following changes:
- Better support for Unix locale settings.
 - Improved X11 keyboard support.
 - Various MSI fixes.
 - Winecfg improvements.
 - Lots of bug fixes.
2006-11-25 18:15:21 +00:00
Gerald Pfeifer
18d8fc711a Update to Wine 0.9.25. Among others, this brings the following changes:
- Many more fixes for installer support.
 - Many MSHTML improvements.
 - Support for NTLMv2.
 - RPC over TCP improvements.
 - Lots of bug fixes.
2006-11-11 11:47:59 +00:00
Gerald Pfeifer
f1f1a72a89 Update to Wine 0.9.24. Among others, this brings the following changes:
- Massive update of printf formats for Win64 compatibility.
 - Dynamic drive support on MacOSX.
 - MSI fixes and improvements.
 - Support for multiple monitors using Xinerama.
 - A ton of memory leaks fixed.
 - Many common controls fixes.
 - Lots of bug fixes.
2006-10-31 07:52:09 +00:00
Gerald Pfeifer
560c8ded3d Update to Wine 0.9.22. Among others, this brings the following changes:
- 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.
2006-10-09 19:20:49 +00:00
Gerald Pfeifer
67050a5a7e Update to Wine 0.9.21. Among others, this brings the following changes:
- OpenGL restructurations.
 - The usual assortment of MSI improvements.
 - Several Richedit fixes.
 - WCMD Winelib app renamed to CMD for compatibility.
 - Many improvements to the Wintrust DLL.
 - Some code cleanups.
 - Lots of bug fixes.
2006-09-15 12:33:52 +00:00
Gerald Pfeifer
0fd5531735 Update to Wine 0.9.20. This includes the following changes:
- 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-08-25 07:43:18 +00:00
Gerald Pfeifer
b58525d4eb Update to Wine 0.9.19. This includes the following changes:
- Support for a proper Trash folder.
 - Many improvements to the IDL compiler.
 - Better FreeBSD support.
 - A number of MSI bug fixes.
 - Many RichEdit improvements.
 - Lots of bug fixes.

Switch the order of MASTER_SITES. [1]

Submitted by:	Tijl Coosemans <tijl@ulyssis.org> [1]
2006-08-14 06:04:08 +00:00
Gerald Pfeifer
5df602cf57 Update to Wine 0.9.18. This includes the following changes:
- 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.
2006-07-31 06:00:32 +00:00
Gerald Pfeifer
e1bd9c6986 Update to Wine 0.9.17. This includes the following changes:
- 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-10 22:28:20 +00:00
Gerald Pfeifer
0bc0ec8fa2 Update to Wine 0.9.16. Adjust some details related to USE_LDCONFIG,
for non-default prefix.
2006-06-22 21:49:40 +00:00
Gerald Pfeifer
ab2afd69b8 Update to Wine 0.9.15. This includes the following changes:
- More MS/RPC improvements.
  - Core Audio driver for Mac OS X.
  - More complete DNSAPI dll.
  - Improvements to Web browser support.
Work around a newly introduced Linuxism in terms of man pages location.
2006-06-10 00:13:48 +00:00
Gerald Pfeifer
6266db7519 Update to Wine 0.9.14 which brings the following:
- Better MS/RPC compatibility.
  - Many fixes to Direct3D shaders.
  - Several improvements to the header control.
  - New GPhoto backend for TWAIN.
  - Dynamic drive configuration using HAL.
  - A gazillion Direct3D fixes.
  - New TCP transport for RPC.
  - Lots of bug fixes.

Add FreeType and FontForge as new dependencies, which should help
with font display problems quite a bit.

PR:		97792
Submitted by:	sat
Adjustments by:	gerald
2006-05-30 22:43:06 +00:00
Gerald Pfeifer
3b9967468b Update to Wine 0.9.12, and add a patch of mine to make use of the
FreeBSD pthread libraries by default.
2006-04-13 18:13:33 +00:00
Gerald Pfeifer
12cd86743f Update to Wine 0.9.11. 2006-04-01 22:03:16 +00:00
Gerald Pfeifer
6ea3522bbc Update to Wine 0.9.10. 2006-03-15 22:40:27 +00:00
Gerald Pfeifer
f7cb797cc1 Update to Wine 0.9.8. 2006-02-16 00:18:39 +00:00
Gerald Pfeifer
75f03bc44c Update to Wine 0.9.7. 2006-02-04 02:31:00 +00:00
Gerald Pfeifer
a065d5902f Update to Wine 0.9.6. 2006-01-22 05:45:04 +00:00
Gerald Pfeifer
54c93ab676 Update to Wine 0.9.5. 2006-01-05 10:55:03 +00:00
Gerald Pfeifer
b6c97059b7 Update to Wine 0.9.4. 2005-12-22 22:24:47 +00:00
Gerald Pfeifer
51532541d3 Update to Wine 0.9.3. 2005-12-09 00:00:50 +00:00
Gerald Pfeifer
ce296c1822 Update to Wine 0.9.2.
Leverage SUB_FILES instead of literal sed to handle /etc/rc.d/000.wine.sh
and pkg-message, which allows us to remove the post-extract target and
fixes the long standing issue of showing the correct prefix in pkg-message.

PR:		88492
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-24 00:15:55 +00:00
Gerald Pfeifer
5530378497 Update to Wine 0.9.1.
Set CFLAGS incrementally, and note that we are in beta now. [1]

PR:		88492 [1]
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com> [1]
2005-11-10 15:29:12 +00:00
Edwin Groothuis
943fc1582c Update to the first beta version of Wine, 0.9.
Unfortunately this requires a port epoch, and also uses bzip2 now.

PR:            88492
Submitted by:  Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:   gerald (maintainer)?
2005-11-06 22:22:16 +00:00
Gerald Pfeifer
11610ddcbd Update to the 20050930 version of Wine. We can now build wldap32 again. 2005-10-03 18:51:15 +00:00
Gerald Pfeifer
55b4252a50 Update to the 20050830 version of Wine.
Temporarily disable building wldap32 due to a build problem introduced
directly before the release.  Reenable winetest which we had to disable
for similar reasons back in late 2003.
2005-08-31 13:57:33 +00:00
Gerald Pfeifer
78dd6a6840 Update to the 20050725 version of Wine. This abandons the classic
config file and several man pages.

Add a dependency on graphics/lcms which is not strictly needed, but
allows for additional functionality when present.
2005-07-26 10:33:35 +00:00
Gerald Pfeifer
82a1aea5ea Update to the 20050524 snapshot of Wine. 2005-05-28 15:40:32 +00:00
Gerald Pfeifer
1c9ae312fd Update to the 20050419 version of Wine. This needs one patch to fix the
build, which I have submitted upstream as well.
2005-04-19 21:47:01 +00:00
Gerald Pfeifer
b141ba8e07 Update to the 20050310 version of Wine. 2005-03-13 09:40:43 +00:00
Gerald Pfeifer
69eef36008 Update to the 20050211 version of Wine, which now includes a winegcc man page
in additional to the usual Windows-related changes.  configure now finds and
uses an installed version of cups (and potentially other libraries).[1]

Submitted by:	Jason But <jbut@swin.edu.au>
2005-02-11 22:37:32 +00:00
Gerald Pfeifer
d4f681a679 Update to the 20050111 version of Wine. Since we now require FreeBSD 5.3
or later, there is no need to explicitly set WITH_GCC.
2005-01-11 23:03:39 +00:00
Gerald Pfeifer
bffc60d14c Update to the 20041201 version of Wine, which contains tons of general
improvements (as well as dozens of portability fixes by myself) and, with
the patch for [1] finally works on FreeBSD again, unlike all versions after
20040505.

PR:		73092 [1]
Submitted by:	Simon 'corecode' Schubert <corecode@fs.ei.tum.de> [1]
2004-12-03 17:13:09 +00:00
Gerald Pfeifer
2abbb9a69b Update to the 20040505 snapshot. 2004-05-06 21:33:50 +00:00
Gerald Pfeifer
ff03826592 Update to the 20040408 snapshot of Wine. Improve installation to non-default
prefix as regular user on the way.
2004-04-14 19:54:02 +00:00
Gerald Pfeifer
c8d42171a9 Update to the 20040309 snapshot of Wine. 2004-03-11 08:55:31 +00:00
Gerald Pfeifer
43d8dd1b43 Update to the 20040213 snapshot of Wine. Employe USE_SIZE and no longer
check that we are building on FreeBSD 4.x or later.
2004-02-14 04:09:14 +00:00
Gerald Pfeifer
fd4da51265 Update to the 20040121 snapshot of Wine (which now include two of our local
hacks).  Fix a INSTALL_AS_USER problem by generating $PREFIX/etc in any case.
2004-01-25 19:03:03 +00:00
Gerald Pfeifer
dfd2236499 Update to the 20031212 snapshot of Wine, which brings some simplifications.
Remove specific versions of Windows from pkg-descr and COMMENT, as there are
simply too many now, due to Microsoft's marketing.
2003-12-14 01:18:02 +00:00
Gerald Pfeifer
f9b55d99d3 Update to the 20031118 snapshot of Wine. 2003-11-20 18:31:39 +00:00
Gerald Pfeifer
41648d9477 Update to the 20031016 snapshot of Wine after we skipped the previous one
which was completely broken on FreeBSD.
Simplify post-build as I moved some part upstream and require GCC 3.3 as
GCC 2.95 suffers from all sorts of threading/libraries issues. (GCC 3.2
also seems fine, but the ports collection requires us to request a concrete
version.)
2003-10-17 15:37:35 +00:00
Gerald Pfeifer
7cd66574b6 Upgrade to the 20030813 snapshot of Wine. 2003-08-16 07:38:59 +00:00
Gerald Pfeifer
70fda5fd30 Update to the 20030709 snapshot of Wine. Change the PORTVERSION scheme
from 2003.07.09 to 20030709 to match upstream versioning.
2003-07-10 10:57:27 +00:00
Gerald Pfeifer
74de3a3e58 Update to the 2003.06.18 snapshot of Wine. 2003-06-18 22:39:59 +00:00
Gerald Pfeifer
e5d8980284 Update to the 20030508 snapshot of Wine. 2003-05-09 09:28:35 +00:00
Gerald Pfeifer
2e6e886c75 Update to the 2003.04.08 snapshot, which allows us to further reduce the
amount of FreeBSD-specific hackery.
2003-04-14 07:23:24 +00:00
Gerald Pfeifer
c7240d01b5 Update to the 2003.03.18 snapshot of Wine. Most of patch-dlls-ntdll-cdrom.c
has been integrated upstream.
2003-03-24 09:06:27 +00:00
Gerald Pfeifer
45ecbd85d9 Update to the 2003.02.19 snapshot of Wine.
The portability issue in dlls/dsound/test was fixed, but a Linuxism in
dlls/ntdll/cdrom.c added.  I have submitted files/patch-dlls-ntdll-cdrom.c
upstream as well.

Approved by:	obrien (mentor)
2003-02-20 10:23:19 +00:00
Gerald Pfeifer
343ca44f7a Update to the 2003-01-15 snapshot of Wine (which now includes two of my
portability patches).

Approved by:	obrien (mentor)
2003-01-16 09:04:03 +00:00
Gerald Pfeifer
2282395b1a Update to the 2002.12.19 snapshot of Wine. The structure in $PREFIX/lib
and $PREFIX/include has completely changed.

Approved by:	obrien (mentor)
2003-01-03 09:49:27 +00:00
Gerald Pfeifer
f973e6d46d Update to the 2002.10.31 snapshot of Wine.
Approved by:	obrien (mentor)
Also tested by:	Ulrich 'Q' Spoerlein <q@galgenberg.net>
2002-11-07 06:19:38 +00:00
Gerald Pfeifer
ecc8c32df6 Update to the 2002.10.07 snapshot of Wine after having skipped the 2002.09.04
snapshot.  In addition to the usual large set of include file and library
changes, also documentation has changed a bit.

Approved by:	obrien (mentor)
2002-10-08 10:17:39 +00:00
Gerald Pfeifer
518747a744 Update to the 2002.08.04 version of Wine. (This also removes
patch-winefile.h, which probably shouldn't have been committed.)

Approved by:	obrien (mentor)
2002-08-05 11:50:34 +00:00
Gerald Pfeifer
7f8920e01e Update the Wine port to version 2002.07.10.
Approved by:	obrien (mentor)
2002-07-11 10:10:57 +00:00
Gerald Pfeifer
bb319570c9 Update to the 2002.06.05 version of Wine. Once again, lots of files have
moved.

Approved by:	obrien (mentor)
2002-06-07 00:55:25 +00:00
Gerald Pfeifer
6a2d045fb0 Update to the 2002.05.09 snapshot of Wine.
Approved by:	obrien (mentor)
2002-05-13 07:42:33 +00:00
Gerald Pfeifer
ac57a7f93f Update to the 2002.04.11 snapshot of Wine. Lots of libraries in
$PREFIX/lib/wine have been renamed.
2002-04-12 14:47:47 +00:00
Patrick Li
5228e63faa Update to 2002.03.10
PR:		35781
Submitted by:	maintainer
2002-03-11 22:45:29 +00:00
FUJISHIMA Satsuki
9f03df061f update to 2002.01.22.
PR:		34208
Submitted by:	maintainer
2002-01-23 17:45:56 +00:00
Dmitry Sivachenko
2d4fedda50 Update to version 2001-12-16.
PR:		33253
Submitted by:	maintainer
2001-12-27 19:05:51 +00:00
Steve Price
e3958cc5c2 Update to version 2001.11.08.
PR:		31870
Submitted by:	maintainer
2001-11-16 01:38:20 +00:00
David W. Chapman Jr.
26135841fb Update to 2001.08.24
PR:		30101
Submitted by:	maintainer
2001-08-26 16:41:40 +00:00
Dmitry Sivachenko
66f5c10688 Upgrade to 2001.07.31.
PR:		29485
Submitted by:	maintainer
2001-08-08 13:40:01 +00:00
David W. Chapman Jr.
68a8c30f14 Delete outdated patch-gg
Update to 2001.06.29
Install man pages with INSTALL_MAN instead of INSTALL_DATA

PR:		28608
Submitted by:	Patrick Li <pat@databits.net>
Reviewed by:	maintainer
2001-07-04 21:55:02 +00:00
James E. Housley
9a912c8213 Update to version 2000-05-10
PR:		27271
Submitted by:	MAINTAINER
2001-05-14 00:27:51 +00:00
Dmitry Sivachenko
c745f7e768 Update to 2001.04.18
PR:		26915
Submitted by:	MAINTAINER
2001-05-04 11:25:26 +00:00
Jing-Tang Keith Jang
4726ef0898 Update to 2001.03.26.
PR:		ports/26435 (MAINTAINER)
2001-04-08 17:46:50 +00:00
Dirk Meyer
b3012f7cee This updates the Wine port to 2001.03.05 and removes an obsolete
patch to the FreeBSD kernel from the port.

PR:		25825
Submitted by:	pfeifer@dbai.tuwien.ac.at
2001-03-17 13:50:04 +00:00
Jing-Tang Keith Jang
8ca7d43cd9 Update to 2001.02.16.
PR:		ports/25168
Submitted by:	MAINTAINER
2001-02-17 17:13:51 +00:00
Vanilla I. Shu
d2909c91ad Upgrade to 20010112.
PR:		ports/24346
Submitted by:	maintainer
2001-01-15 23:45:30 +00:00
Jean-Marc Zucconi
810975c82e Upgrade to version 2000-12-12
PR:		ports/23786
Submitted by:	maintainer
2000-12-23 03:18:33 +00:00
Kevin Lo
c8279efac2 Upgrade to version 2000.10.26
PR: 22538
2000-11-02 15:05:14 +00:00
Trevor Johnson
26676b94fb Update to version 2000.10.02.
PR:		21961
Submitted by:	maintainer
2000-10-15 07:32:44 +00:00
Alexander Langer
dbd0fab187 Update port to 2000.08.21.
This breaks the port (hopefully temporarily) for CURRENT, but it is
verified to work in both, RELENG_3 and RELENG_4.
It also corrects problems with RELENG_3, which is more important
than CURRENT.

PR:		20951
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Furthermore:	James McNaughton <jtm63@enteract.com> submitted
		PR 21147, which is solved with this commit, and tested
		this version on RELENG_3
2000-09-15 15:57:15 +00:00
Daniel Harris
bb0c74ff5d Update to 2000.08.01 snapshot.
PR:		20380
Submitted by:	MAINTAINER
2000-08-19 16:49:20 +00:00
Alexander Langer
32a6ce46c4 Update to 2000.07.16 snapshot.
Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1,
if one really wants to use XFree86-4.

PR:		19979
Submitted by:	maintainer
2000-07-22 09:47:31 +00:00
Steve Price
c1c331baa7 Update to version 2000.05.26.
PR:		18847, 18848
Submitted by:	maintainer
2000-05-29 02:11:52 +00:00
Will Andrews
692ce9c1f0 Make WINE build again!
1) Update to 20000430 release snapshot.
	2) Remove irrelevant (integrated into wine tree) patches.
	3) Add new patch.
	4) New MAINTAINER (pfeifer@dbai.tuwien.ac.at).

Gerald apparently overlooked installation, so I added a few files to the
install so people can actually run WINE; I also accounted for these files
in pkg/PLIST updating.  Unfortunately, I could not test WINE because I
don't have USER_LDT in my kernel and I'm not adding it just now.  :-)

Special thanks to Gerald for his help!

PR:		18648
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Approved by:	se (previous MAINTAINER)
2000-05-18 18:10:27 +00:00
Stefan Eßer
5fd6db6e0a Upgrade to 991114 version of Wine.
Fix install directory of man page for wine.conf.

PR:		14927
Submitted by:	Mikhail Teterin <mi@misha.cisco.com>
1999-11-21 20:02:21 +00:00
Stefan Eßer
b0f8db3b55 Upgrade to 991031 version of Wine.
Compilation may fail on a system with an old Mesa3 port installed
or if X11 headers from XFree-3.9.x are found on a system. This can
be manually fixed by undefining all occurences of DGA/DGA2 and
references to GL libraries in include/config.h in the work directory.

Kernel patches are provided for 3.3-stable: see the files directory
of the port (or $PREFIX/lib/wine/README.patches).

The port upgrade is based on patches sent by Jürgen Lock (Thanks!)

PR:		14652
Submitted by:	nox@jelal.kn-bremen.de (Juergen Lock)
1999-11-14 20:49:34 +00:00
Stefan Eßer
e1a1f5c701 Upgrade to 99.04.26 version of Wine. 1999-05-03 22:36:13 +00:00
Stefan Eßer
0b19c45675 Upgrade to 990214 version of Wine. 1999-02-20 00:08:37 +00:00
Stefan Eßer
a7d00664be Upgrade to 990131 version of Wine. 1999-02-01 23:28:03 +00:00
Stefan Eßer
df49bb0276 Upgrade to January 10, 1999 version of Wine. 1999-01-17 10:53:50 +00:00
Stefan Eßer
f06d462fb4 Upgrade to 981211 version of Wine. 1998-12-27 13:30:09 +00:00
Jun Kuriyama
307530aae7 Update to 980927.
Submitted by:	Stefan Esser <se@mi.uni-koeln.de>
1998-10-09 05:32:34 +00:00
Stefan Eßer
b05f8bdb24 Update to 980517 version of Wine
Submitted by:	Thomas Gellekum <tg@ihf.rwth-aachen.de>
1998-06-07 21:56:15 +00:00
Stefan Eßer
5657d7dbb1 Update to 980104 version of Wine. 1998-01-04 23:15:36 +00:00
Stefan Eßer
2a42fd62a8 The Christmas Wine: update to 971221 version of WINE 1997-12-23 20:14:56 +00:00
Stefan Eßer
f5216596cd Update to 971130 version of Wine. 1997-12-01 23:16:43 +00:00
Stefan Eßer
787787bcad Update to 971116 version of Wine. 1997-11-27 00:22:50 +00:00
Stefan Eßer
a438cb2192 Upgrade to 971101 version of WINE:
- font sizes are much better now
- there seems to be a problem with the application's
  work directory (no longer set to the directory from
  where the Windows binary was loaded ???)
1997-11-01 23:57:34 +00:00
Stefan Eßer
88935a1788 Upgrade to 971012 version of Wine. 1997-10-13 21:51:46 +00:00
Stefan Eßer
e731677701 Update to 970824 version of Wine. 1997-08-25 22:00:52 +00:00
Stefan Eßer
be74aabb33 Upgrade to August 4, 1997 version of Wine. 1997-08-10 09:06:57 +00:00
Stefan Eßer
13abdfd8e6 Update to July 20, 1997 version of Wine. 1997-07-22 21:35:36 +00:00
Stefan Eßer
986b795a4c Update to June 29, 1997 version of Wine 1997-07-02 14:12:40 +00:00
Stefan Eßer
2bd6c722ce Upgrade to 970525 version of Wine. 1997-05-26 15:11:50 +00:00
Stefan Eßer
0a0f2047fb Upgrade to May 5, 1997 version of Wine 1997-05-12 11:08:00 +00:00
Stefan Eßer
57926088d9 Update to April 15, 1997 version of Wine 1997-04-15 20:02:47 +00:00
Stefan Eßer
f6aaf1a511 update to March 29, 1997 version of Wine 1997-04-09 09:22:18 +00:00
Stefan Eßer
d831c59d43 Upgrade to 970305 version of WINE. 1997-03-05 20:54:20 +00:00
Stefan Eßer
da8313d70e Upgrade to 970215 version of Wine. 1997-02-17 19:58:17 +00:00
Stefan Eßer
3aa5739bc2 Update to 970202 version of Wine 1997-02-03 17:05:24 +00:00
Stefan Eßer
f283866318 Upgrade to 970120 version of Wine. 1997-01-20 23:19:36 +00:00
Stefan Eßer
c7efcaa50e Update to 970101 version of Wine. 1997-01-02 01:14:18 +00:00
Stefan Eßer
71674f98e6 Update to 961215 version of Wine. 1996-12-16 00:03:55 +00:00
Stefan Eßer
8c08262867 Update to December 1st, 1996 version of Wine.
This is the first Wine that allowed me to load MS-Word 6.0
and which let me read and edit a 20 page document ...
1996-12-05 00:49:32 +00:00
Stefan Eßer
6a9d64de7b Update to match Wine-96.11.02.tar.gz distribution file. 1996-11-09 00:13:22 +00:00
Stefan Eßer
035b150047 Upgrade to October 23th, 1996 version of Wine. 1996-10-29 19:08:30 +00:00
Stefan Eßer
49c1436e56 Upgrade to 960928 version of Wine.
A new patch is required to work around the lowest LDT entry
now being 17 (was 6) after a BSDI compatibility patch lead to
a change in /usr/include/machine/segments.h (1.11) ...
1996-10-01 18:04:38 +00:00
Stefan Eßer
5f5292f2b6 Update to August 24th, 1996 version of Wine.
This version is said to offer a first step towards printing support.
1996-08-26 21:24:34 +00:00
Stefan Eßer
a5ceb59dda Update to August, 11th version of Wine.
Many programs from the Win-3.1 distribution are working fine
with this release. Just try "wine winfile" and click on the
"sol.exe" icon to see how far they got :)
1996-08-13 16:35:27 +00:00
Stefan Eßer
dc6347ae8a Update for Wine-960717.tar.gz. 1996-07-18 20:12:36 +00:00
Satoshi Asami
55346239f9 Upgrade from 6/11 version to 7/5 version. It didn't compile before
(for me), it still doesn't compile but at least it's the latest version. ;)

Submitted by:	se
1996-07-10 10:04:35 +00:00
Stefan Eßer
b85e2a8fc9 Update to June 11, 1996 version of Wine. 1996-06-12 22:24:55 +00:00
Stefan Eßer
8ad21bb3a7 Update to 960516 version. 1996-05-18 13:05:27 +00:00
Stefan Eßer
a7892efe65 Upgrade to April 14th version of WINE. 1996-04-14 17:35:08 +00:00
Stefan Eßer
bdce5138ce Upgrade to 96.03.14 version. 1996-03-16 00:23:17 +00:00
Stefan Eßer
8ba289520c Update to Wine-96.03.09. 1996-03-13 19:29:04 +00:00
Stefan Eßer
7622001509 Upgrade to Wine-960218.
Do not strip binary, since symbols might be necessary for debugging.
Fix error in MEMORY_IsVrangeFree(): fprintf() takes FILE* as first argument.

The implementation of MEMORY_IsVrangeFree seems to rely on data not easily
available on a FreeBSD system. Somebody has to look into this ...
1996-02-19 02:03:30 +00:00
Stefan Eßer
db474ab2ea Upgrade to January 31st version.
CAUTION: The format of $PREFIX/etc/wine.conf has changed!
Check against wine.ini from the build directory ...
1996-02-02 22:51:58 +00:00
Stefan Eßer
5b20d7d41d Update to Wine-95.12.12. 1995-12-16 12:55:14 +00:00
Stefan Eßer
271a11f321 Update to Wine-951124. 1995-11-29 21:38:35 +00:00
Satoshi Asami
d7fb804ee7 Upgrade from October to November version.
Submitted by:	se@zpr.uni-koeln.de (Stefan Esser)
1995-11-09 07:23:22 +00:00
Stefan Eßer
dfcc886eae MD5 check sum for 951003 distribution.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:25:59 +00:00