1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

347 Commits

Author SHA1 Message Date
Gerald Pfeifer
ccf3e6821c Mark this IGNORE, since I missed a big regression this update brought. 2009-03-14 01:53:48 +00:00
Gerald Pfeifer
39f7ea40f1 Update to Wine 1.1.17. Among others, this includes the following changes:
- A number of 64-bit improvements.
 - Obsolete LinuxThreads support has been removed.
 - Many fixes to the regression tests on Windows.
 - Various bug fixes.
And memory handling on FreeBSD no longer requires a local hack.
2009-03-13 20:28:15 +00:00
Gerald Pfeifer
c510837637 Update to Wine 1.1.16. Among others, this includes the following changes:
- Support for digital CD audio playback.
 - Improved cookies management in Wininet.
 - Support for building stand-alone 16-bit modules.
 - Many fixes to the regression tests on Windows.
 - Various bug fixes.
2009-02-28 17:12:57 +00:00
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
90b2f12a84 Configure --without-capi --without-gphoto and --without-sane to avoid
hidden dependencies.

PR:		119155
2009-01-05 21:26:40 +00:00
Gerald Pfeifer
dc6d55f127 Add two patches on top of Wine 1.1.12 that address issues at run-time
(that are not FreeBSD-specific).
2009-01-04 21:25:21 +00:00
Gerald Pfeifer
dca2826dc7 Add option LDAP, off by default.
PR:		119155
2009-01-04 19:00:06 +00:00
Gerald Pfeifer
c708d5b490 Add option LIBXSLT, off by default, to control the use of libxslt (which
is only used by msxml3.dll right now).

PR:		119155
2009-01-03 19:21:55 +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
9f4061ec14 Refrain from building regression tests (by using the new --disable-tests
configure option).

Suggested by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2008-12-29 20:56:43 +00:00
Gerald Pfeifer
a6b2e26749 Address a problem related to (incorrect) use of _mkdir by backporting
part of the full fix that has been applied upstream past 1.1.11.

Bump PORTREVISION, giving wine-1.1.11_1,1.tbz which is kind of nice. :-)

PR:		129951
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2008-12-27 18:10:15 +00:00
Gerald Pfeifer
0513c8a107 Revise the general description, syncing a bit with WineHQ, and remove
note that Wine is in beta.
2008-12-27 10:34:20 +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
db0820a188 Add missing file for previous commit. 2008-12-13 10:14:02 +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
17f97ec49b Add libXrender as another dependency. Among others this should improve
the appearance of Firefox.

PR:		127909
2008-11-24 06:45:19 +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
4cc344217b Add explicit dependency on graphics/png port. 2008-06-15 13:04:25 +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
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Gerald Pfeifer
1bdd6005a2 Fix the build with some (recent) versions of OpenSSL.
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
2008-06-04 17:16:04 +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
011667ddf9 Remove build dependency on fontforge since Wine now delivers the fonts
as part of the main package.

PR:		123353
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2008-05-05 12:12:06 +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
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +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
fedb44440a Fix cleaning up the installation tree in post-install (man pages). 2008-01-20 21:45:25 +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
76446cceca Take care of removing /usr/local/man/de.UTF-8/man1 in case it's emtpy
(and has only been created by this port).

Reported by:	pointyhat
2008-01-06 01:38:59 +00:00
Gerald Pfeifer
46ad8eff28 Add cups-base as a library dependency.
PR:		117627
Reported by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2007-12-29 19:27:27 +00:00
Gerald Pfeifer
1d54be903f No longer need to worry about man/man3w.
PR:		118753
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2007-12-29 12:34:12 +00:00