Commit graph

496 commits

Author SHA1 Message Date
Gerald Pfeifer
a59738c619 Update to Wine 1.5.27. This includes the following changes:
- Various C runtime improvements.
 - Large icons for built-in applications.
 - Various bug fixes.
2013-03-29 19:13:32 +00:00
Gerald Pfeifer
018460457d Update to Wine 1.5.26. This includes the following changes:
- Improvements to the URL cache.
 - Some fixes for ARM binaries (which we don't support here yet).
 - Various bug fixes.
2013-03-15 21:03:16 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Gerald Pfeifer
c31cfbdd89 Update to Wine 1.5.54. This includes the following changes:
- Fixes for right-to-left support in RichEdit.
 - Initial version of a Wingdings font.
 - Various bug fixes.
2013-03-01 23:52:16 +00:00
Gerald Pfeifer
eccccaea17 Update to Wine 1.5.24. This includes the following changes:
- Regular expression support in VB Script.
 - Many RichEdit code cleanups.
 - Various bug fixes.
2013-02-15 22:05:12 +00:00
Sergey A. Osokin
3db3c6aea5 Update dependence's version.
Approved by:	gerald
2013-02-11 04:45:32 +00:00
Gerald Pfeifer
8d5bd28f5d Update to Wine 1.5.23. This includes the following changes:
- HTTPS support no longer dependent on OpenSSL.
 - A functional Netstat built-in application.
 - A bunch of C++ runtime math functions.
 - Various bug fixes.
2013-02-04 06:03:59 +00:00
Gerald Pfeifer
53116350d7 Update to Wine 1.5.22. This includes the following changes:
- Fixes for RTL text in Uniscribe.
 - New version of the Gecko engine.
 - Various bug fixes.
Plus support for ARM64 platforms which does not benefit FreeBSD yet.
2013-01-20 11:03:24 +00:00
Gerald Pfeifer
3243dea1c2 Update to Wine 1.5.21. This includes the following changes:
- Beginnings of a netstat built-in program.
 - Support for selecting resolution in the PostScript driver.
 - Various bug fixes.
2013-01-11 10:20:18 +00:00
Gerald Pfeifer
2126226e3d Update to Wine 1.5.20. This includes the following changes:
- A bunch of dlls with ugly names for API sets support.
 - More ATL functions implemented.
 - Still more C++ runtime functions.
 - Several text rendering fixes.
 - PostScript driver improvements.
 - Various bug fixes.

Force building with GCC since clang fails right now.
2012-12-22 02:11:32 +00:00
Gerald Pfeifer
365265e585 Update to Wine 1.5.19. This includes the following changes:
- Performance improvements in the DIB engine.
 - More fleshed out XML-lite implementation.
 - Some more C++ runtime functions.
 - Various bug fixes.

Feature safe:	yes
2012-12-08 11:55:27 +00:00
Gerald Pfeifer
d254bf2ca3 Update to Wine 1.5.18. This includes the following changes:
- Various Windows Codecs improvements.
 - Fixes for OLE database support.
 - Improvements to system parameters management.
 - Some fixes to the built-in Web browser.
 - Fixes for XML support.
 - Various bug fixes.

Feature safe:	yes
2012-12-01 00:24:34 +00:00
Gerald Pfeifer
634b65118b Update to Wine 1.5.17. This includes the following changes:
- Sub-pixel font anti-aliasing in the DIB engine.
 - Support for automatic installation of ActiveX controls.
 - Automatic fallback to TLS 1.0 for secure connections.
 - Beginnings of the DirectWrite text analyzer.
 - Better handling of font outlines in OpenGL.
 - Various bug fixes.

Feature safe:	yes
2012-11-09 22:25:26 +00:00
Gerald Pfeifer
1ca7abf787 Update to Wine 1.5.15. This includes the following changes:
- Many improvements to the CMD command-line parser.
 - More stream classes in the C++ runtime.
 - Support for managing services in WMI.
 - Improved CPU detection.
 - Various bug fixes.
This also depends on a new version of the Wine Mono package.

Feature safe:	yes
2012-10-27 21:56:31 +00:00
Gerald Pfeifer
8f51c8ca02 Update to Wine 1.5.15. This includes the following changes:
- Full support for layered windows.
 - New version of the Gecko engine based on Firefox 16.
 - Support for broadcast sockets used by networked games.
 - Downloaded add-ons installers are now cached.
 - Support for persistent Internet cookies.
 - String optimizations in JavaScript.
 - Various bug fixes.

Feature safe:	yes
2012-10-13 18:43:31 +00:00
Gerald Pfeifer
843bd7a537 Update to Wine 1.5.14. This includes the following changes:
- Much better behavior of the URL cache.
 - Improved GIF image support.
 - More parser features in the shader compiler.
 - Optimizations in JavaScript.
 - Various bug fixes.
2012-09-29 00:44:03 +00:00
Gerald Pfeifer
1a53dc97c3 Update to Wine 1.5.12. This includes the following changes:
- Client-side window rendering using the DIB engine.
 - Raw input support for keyboard and mouse.
 - Support for transparent window areas using color keying.
 - Implementation of logical processor information.
 - Support for fonts with localized names.
 - Various bug fixes.
2012-09-23 04:46:18 +00:00
Gerald Pfeifer
de64575f3c Fix typo and thereby really enable the GNUTLS options. [1]
Remove now deprecated comments at the top of Makefile.

PR:		171146 [1]
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> [1]
2012-09-01 18:41:54 +00:00
Gerald Pfeifer
f44c7e383e Update to Wine 1.5.12. This includes the following changes:
- Support for disabling individual joysticks.
 - Better support for D3DX9 constant tables.
 - Some XRandR improvements.
 - Various bug fixes.
2012-08-31 23:09:03 +00:00
Gerald Pfeifer
06e2fa2bce Update to Wine 1.5.11. This includes the following changes:
- Multi-channel support in the ALSA driver.
 - Removal of the big X11 lock.
 - Support for pair positioning adjustments in Uniscribe.
 - More I/O stream implementations in the C++ runtime.
 - Various bug fixes.
2012-08-18 00:46:20 +00:00
Gerald Pfeifer
0a896ea30f Add two options that pull in a Gecko MSI package and a Mono MSI package,
emulators/wine-gecko-devel and emulators/wine-mono, respectively.

Submitted by:	David Naylor <naylor.b.david@gmail.com>
2012-08-08 21:32:20 +00:00
Gerald Pfeifer
50e3a107a5 Update to Wine 1.5.10. This includes the following changes:
- New version of the Gecko engine based on Firefox 14.
 - Support for OpenGL in the DIB engine using libOSMesa.
 - Off-screen rendering is now the default in Direct3D.
 - Some more WMI infrastructure.
 - Various bug fixes.

Use --with-fontconfig during configuration, since we already
have fontconfig as a dependency.
2012-08-05 04:47:29 +00:00
Gerald Pfeifer
4bb448ca11 Update to Wine 1.5.9. This includes the following changes:
- Support for GPOS font tables in Uniscribe.
 - Support for XRandr 1.2 and 1.3.
 - Parser improvements for the HLSL compiler.
 - Various bug fixes.

Remove ABI version numbers for all library dependencies.
2012-07-17 22:37:35 +00:00
Gerald Pfeifer
0231102853 Adapt to the new options framework.
Reviewed by:	David Naylor <naylor.b.david@gmail.com>
2012-07-14 01:28:09 +00:00
Gerald Pfeifer
8de1c0ae56 Update to Wine 1.5.8. This includes the following changes:
- More stream functionality in the C++ runtime.
 - A number of Windows Codecs improvements.
 - More WBEM classes and properties.
 - Some HTML Help fixes.
 - Support for printing fake italic fonts.
 - Various bug fixes.
2012-07-08 08:53:19 +00:00
Gerald Pfeifer
85eb69f273 Update to Wine 1.5.7. This includes the following changes:
- New version of the Gecko engine based on Firefox 13.
 - Dynamic device support with UDisks2.
 - More stream classes implemented in the C++ runtime.
 - Support for metadata in TIFF files.
 - Fleshed out WBEM implementation.
 - Improved support for printer paper sizes.
 - Various bug fixes.
2012-06-23 14:45:02 +00:00
Gerald Pfeifer
abca9ee880 Update to Wine 1.5.6. This includes the following changes:
- Control panel applet for joysticks.
 - Device bitmap rendering now done through the DIB engine.
 - Support for video rendering through DirectX (VMR-9).
 - First steps towards a D3D shader compiler.
 - Various bug fixes.

Submitted by:	David Naylor <naylor.b.david@gmail.com>
2012-06-17 23:31:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Gerald Pfeifer
6fd38e9e60 Update to Wine 1.5.5. This includes the following changes:
- Support for installing Mono as a Wine add-on package.
 - Dithering of pattern brushes in the DIB engine.
 - Support for installing the .NET 4.0 runtime.
 - DDS files supported in D3DX9.
 - Various bug fixes.
2012-05-28 08:43:52 +00:00
Gerald Pfeifer
3ad7f6809a Update to Wine 1.5.4. This includes the following changes:
- A new DirectSound resampler.
 - A Negotiate authentication provider.
 - OpenGL support in the DIB engine.
 - Beginnings of support for .NET mixed assemblies.
 - Support routines for Internationalized Domain Names.
 - Various bug fixes.
2012-05-12 12:17:09 +00:00
Gerald Pfeifer
96fe5514ab Update to Wine 1.5.3. This includes the following changes:
- Support for graphics bounds tracking.
 - A number of fixes to the builtin Internet Explorer.
 - Various DirectMusic improvements.
 - Better namespace support in MSXML.
 - Various bug fixes.
2012-05-08 01:54:57 +00:00
Gerald Pfeifer
76eb938f30 Update to Wine 1.5.2. This includes the following changes:
- Improved naming scheme for audio devices.
 - Beginnings of support for JPEG encoding.
 - Several printing fixes.
 - Improvements to the URL cache.
 - Various bug fixes.

Explicitly configure --without-dbus to make builds deterministic and
reproducible.
2012-04-14 00:21:37 +00:00
Gerald Pfeifer
e22a7f65f2 Set LATEST_LINK to disambiguate the wine-devel port from wine;
bump PORTREVISION.

Feature safe:	yes
2012-04-07 15:18:33 +00:00
Gerald Pfeifer
b1c346d8b7 Update to Wine 1.5.1. This includes the following changes:
- Built-in JavaScript now preferred over Gecko in most cases.
 - Support for scalable font resources.
 - Fixes for audio and video playback.
 - Support for script decoding in JScript.
 - Various bug fixes.

On the way update the Makefile header and add a CONFLICTS with
emulators/wine, to complete the branching of this port.

Feature safe:	yes
2012-04-06 12:57:29 +00:00
Gerald Pfeifer
b11f2e295d Update to Wine 1.5.0. This includes the following changes:
- New version of the Gecko engine.
 - Support for path gradients in GdiPlus.
 - Various MSXML improvements.
 - Fixes to 64-bit exception handling.
 - Various bug fixes.

Submitted by:	David Naylor <naylor.b.david@gmail.com>
Feature safe:	yes
2012-04-05 20:36:32 +00:00
Gerald Pfeifer
6d5bb1951d Update to Wine 1.4, the real release. The list of changes
since the 1.3.x release series is huge and nicely summarized at
http://www.winehq.org/announce/1.4 in addition to the individual
changes listed for the previous versions of this port.
2012-03-07 21:38:05 +00:00
Gerald Pfeifer
dfd07fd791 Update to Wine 1.4 RC6. Among others, this now reliably detects
CPU speed on FreeBSD by reading the hw.clockrate sysctl instead of
one that is not always present.
2012-03-02 20:47:05 +00:00
Gerald Pfeifer
d807706486 Update to Wine 1.4 RC5; translation fixes and some final bug fixes. 2012-02-26 15:54:54 +00:00
Gerald Pfeifer
437543d296 Update to Wine 1.4 RC4; yet more bug and translation fixes. 2012-02-18 11:11:09 +00:00
Gerald Pfeifer
8cb9dfdb3e Use cups-client, not the full cups-base, to support the CUPS option.
This reduces the footprint in this case.

PR:		165027
Submitted by:	Pavel Gubin <pg@2lazy.ru>
2012-02-12 17:51:47 +00:00
Gerald Pfeifer
33678047c6 Update to Wine 1.4 RC3; yet further bug and translation fixes. 2012-02-11 20:49:52 +00:00
Gerald Pfeifer
1504cf3096 Update to Wine 1.4 RC2 which fixes a number of further bugs. 2012-02-04 12:02:12 +00:00
Gerald Pfeifer
2ef9dd4cfb Update to Wine 1.4 RC1. This includes the following changes:
- Improved crash dialog with support for saving the backtrace.
 - Support for the Back button in built-in Internet Explorer.
 - Keyboard accelerators can now be translated through po files.
 - A number of installer fixes.
 - Many translation updates and tweaks.
 - Various bug fixes.
2012-02-03 20:02:14 +00:00
Gerald Pfeifer
25ccb5ca55 Update to Wine 1.3.37. This includes the following changes:
- Completion of the DIB engine.
 - Improvements to the C++ runtime.
 - A number of fixes in the audio drivers.
 - Unnecessary Direct3D options removed from WineCfg.
 - Some fixes to the built-in Internet Explorer.
 - Various bug fixes.
2012-01-13 20:57:52 +00:00
Gerald Pfeifer
0a4c279773 Update to Wine 1.3.36. This includes the following changes:
- UDisks backend for the dynamic device support.
 - Polygons and geometric pens implemented in the DIB engine.
 - JScript now compiles entire functions.
 - Improved support for vertical fonts.
 - A few more scripts in UniScribe.
 - A bunch of ctype functions implemented in MSVCP.
 - Various bug fixes.
2012-01-05 16:26:14 +00:00
Gerald Pfeifer
019a2e8e8d Update to Wine 1.3.35. This includes the following changes:
- Triangular gradients and cosmetic wide pens support in the DIB engine.
 - All Wine dialogs can now be translated through po files.
 - Many more scripts added to UniScribe.
 - JScript using bytecode throughout now.
 - Several MSXML improvements.
 - Various bug fixes.
2011-12-20 13:00:50 +00:00
Gerald Pfeifer
9db133d975 Update to Wine 1.3.34. This includes the following changes:
- Bytecode support in JavaScript.
 - Support for gradients in the DIB engine.
 - A number of Uniscribe improvements.
 - Fixes for DirectDraw mode switching.
 - A few more MSVC runtime functions.
 - Various bug fixes.

Feature safe:	yes
2011-12-02 22:59:34 +00:00
Gerald Pfeifer
49697614d7 Update to Wine 1.3.33. This includes the following changes:
- Support for text output in the DIB engine.
 - Improved support for HTTP proxies.
 - New version of the Gecko engine.
 - A number of cursor fixes.
 - Some fixes in bidirectional text layout.
 - Various bug fixes.

Explicitly di$sable TIFF support, configuring --without-tiff, after
we have not had this as a package dependency all the time anyway.

Feature safe:	yes
2011-11-19 14:06:48 +00:00
Gerald Pfeifer
4fc79430df Add a knob DOSBOX to control an optional run-time dependency on DOSBox.
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Feature safe:	yes
2011-11-13 02:28:34 +00:00
Gerald Pfeifer
86656d448f Update to Wine 1.3.32. This includes the following changes:
- BiDi text support in the multi-line edit control.
 - Support for pattern brushes in the DIB engine.
 - A number of MSXML fixes.
 - Improvements to the PostScript driver.
 - Various bug fixes.
2011-11-06 09:39:27 +00:00