aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
Commit message (Collapse)AuthorAgeFilesLines
* Add second part to handle libwine.so; the joy of upstream using .so.1.0.Gerald Pfeifer2013-06-081-0/+1
| | | | Notes: svn path=/head/; revision=320293
* Update to Wine 1.5.31. This includes the following relevant changes:Gerald Pfeifer2013-06-083-6/+8
| | | | | | | | | | - New version of the Gecko engine based on Firefox 21. - Various bug fixes (54 reports closed). Also, the upstream bug around installing libwine.so has been fixed, so we can revert our hack around that. Notes: svn path=/head/; revision=320250
* Again install libwine.so.1 which unbreaks several binaries installed byGerald Pfeifer2013-05-142-0/+3
| | | | | | | | | | | | | | | this port. (Right now we are doing this with a bit of a sledgehammer, installing the missing library manually; I'll work with upstream to get back to a proper approach.) Bump PORTREVISION. PR: 178638 Notes: svn path=/head/; revision=318193
* Update to Wine 1.5.30. This includes the following changes:Gerald Pfeifer2013-05-113-7/+5
| | | | | | | | | | - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. Note, libwine.so is now gone. Notes: svn path=/head/; revision=317861
* Set explicit comment for slave port emulators/i386-wine-devel.David Naylor2013-05-051-1/+1
| | | | | | | | | | | | i386-wine-devel is the normal wine-devel port built and packaged such that it can be installed (via `pkg add` or `pkg_add`) in an amd64 environment. It can only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as the Ports Collection does not support cross compiling. Approved by: eadler (mentor) Notes: svn path=/head/; revision=317425
* Update to Wine 1.5.29. This includes the following changes:Gerald Pfeifer2013-04-272-3/+3
| | | | | | | | - JavaScript performance improvements. - Various bug fixes. Notes: svn path=/head/; revision=316692
* Update to Wine 1.5.28. This includes the following changes:Gerald Pfeifer2013-04-163-3/+6
| | | | | | | | | | | | | | - GnuTLS used for all secure connections, OpenSSL is no longer needed. - Mac driver enabled by default. - Built-in FixedSys fonts. - New icon for the joystick control panel. - Postscript driver improvements. - Various bug fixes. Feature safe: yes Notes: svn path=/head/; revision=315894
* emulators/wine-devel:Gerald Pfeifer2013-04-091-2/+2
| | | | | | | | | | | - Allow overriding MAINTAINER and LATEST_LINK in child ports. emulators/i386-wine-devel: - Set MAINTAINER and LATEST_LINK. Approved by: portmgr (bdrewery), maintainer, maintainer's mentor (eadler) Notes: svn path=/head/; revision=315768
* Update to Wine 1.5.27. This includes the following changes:Gerald Pfeifer2013-03-292-3/+3
| | | | | | | | | - Various C runtime improvements. - Large icons for built-in applications. - Various bug fixes. Notes: svn path=/head/; revision=315564
* Update to Wine 1.5.26. This includes the following changes:Gerald Pfeifer2013-03-153-3/+5
| | | | | | | | | - Improvements to the URL cache. - Some fixes for ARM binaries (which we don't support here yet). - Various bug fixes. Notes: svn path=/head/; revision=314322
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* Update to Wine 1.5.54. This includes the following changes:Gerald Pfeifer2013-03-013-3/+8
| | | | | | | | | - Fixes for right-to-left support in RichEdit. - Initial version of a Wingdings font. - Various bug fixes. Notes: svn path=/head/; revision=313175
* Update to Wine 1.5.24. This includes the following changes:Gerald Pfeifer2013-02-153-3/+6
| | | | | | | | | - Regular expression support in VB Script. - Many RichEdit code cleanups. - Various bug fixes. Notes: svn path=/head/; revision=312310
* Update dependence's version.Sergey A. Osokin2013-02-111-1/+1
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=312042
* Update to Wine 1.5.23. This includes the following changes:Gerald Pfeifer2013-02-042-3/+3
| | | | | | | | | | - HTTPS support no longer dependent on OpenSSL. - A functional Netstat built-in application. - A bunch of C++ runtime math functions. - Various bug fixes. Notes: svn path=/head/; revision=311575
* Update to Wine 1.5.22. This includes the following changes:Gerald Pfeifer2013-01-202-3/+3
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=310680
* Update to Wine 1.5.21. This includes the following changes:Gerald Pfeifer2013-01-113-4/+11
| | | | | | | | | - Beginnings of a netstat built-in program. - Support for selecting resolution in the PostScript driver. - Various bug fixes. Notes: svn path=/head/; revision=310226
* Update to Wine 1.5.20. This includes the following changes:Gerald Pfeifer2012-12-223-3/+30
| | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=309380
* Update to Wine 1.5.19. This includes the following changes:Gerald Pfeifer2012-12-083-3/+4
| | | | | | | | | | | | - Performance improvements in the DIB engine. - More fleshed out XML-lite implementation. - Some more C++ runtime functions. - Various bug fixes. Feature safe: yes Notes: svn path=/head/; revision=308475
* Update to Wine 1.5.18. This includes the following changes:Gerald Pfeifer2012-12-013-3/+8
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=308057
* Update to Wine 1.5.17. This includes the following changes:Gerald Pfeifer2012-11-093-3/+7
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=307255
* Update to Wine 1.5.15. This includes the following changes:Gerald Pfeifer2012-10-272-4/+4
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=306533
* Update to Wine 1.5.15. This includes the following changes:Gerald Pfeifer2012-10-133-3/+7
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=305847
* Update to Wine 1.5.14. This includes the following changes:Gerald Pfeifer2012-09-293-3/+16
| | | | | | | | | | | - Much better behavior of the URL cache. - Improved GIF image support. - More parser features in the shader compiler. - Optimizations in JavaScript. - Various bug fixes. Notes: svn path=/head/; revision=305017
* Update to Wine 1.5.12. This includes the following changes:Gerald Pfeifer2012-09-233-4/+7
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=304729
* Fix typo and thereby really enable the GNUTLS options. [1]Gerald Pfeifer2012-09-011-6/+2
| | | | | | | | | | Remove now deprecated comments at the top of Makefile. PR: 171146 [1] Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> [1] Notes: svn path=/head/; revision=303507
* Update to Wine 1.5.12. This includes the following changes:Gerald Pfeifer2012-08-312-3/+3
| | | | | | | | | | - Support for disabling individual joysticks. - Better support for D3DX9 constant tables. - Some XRandR improvements. - Various bug fixes. Notes: svn path=/head/; revision=303452
* Update to Wine 1.5.11. This includes the following changes:Gerald Pfeifer2012-08-182-3/+3
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=302699
* Add two options that pull in a Gecko MSI package and a Mono MSI package,Gerald Pfeifer2012-08-081-1/+11
| | | | | | | | | emulators/wine-gecko-devel and emulators/wine-mono, respectively. Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=302309
* Update to Wine 1.5.10. This includes the following changes:Gerald Pfeifer2012-08-053-4/+12
| | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=302048
* Update to Wine 1.5.9. This includes the following changes:Gerald Pfeifer2012-07-172-11/+11
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=301049
* Adapt to the new options framework.Gerald Pfeifer2012-07-141-18/+15
| | | | | | | Reviewed by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=300888
* Update to Wine 1.5.8. This includes the following changes:Gerald Pfeifer2012-07-082-3/+3
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=300618
* Update to Wine 1.5.7. This includes the following changes:Gerald Pfeifer2012-06-232-3/+3
| | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=299817
* Update to Wine 1.5.6. This includes the following changes:Gerald Pfeifer2012-06-173-4/+5
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=299525
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to Wine 1.5.5. This includes the following changes:Gerald Pfeifer2012-05-283-3/+7
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=297580
* Update to Wine 1.5.4. This includes the following changes:Gerald Pfeifer2012-05-123-3/+11
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=296478
* Update to Wine 1.5.3. This includes the following changes:Gerald Pfeifer2012-05-083-3/+4
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=296182
* Update to Wine 1.5.2. This includes the following changes:Gerald Pfeifer2012-04-143-5/+6
| | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=294796
* Set LATEST_LINK to disambiguate the wine-devel port from wine;Gerald Pfeifer2012-04-071-1/+2
| | | | | | | | | bump PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=294328
* Update to Wine 1.5.1. This includes the following changes:Gerald Pfeifer2012-04-063-7/+13
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=294284
* Update to Wine 1.5.0. This includes the following changes:Gerald Pfeifer2012-04-053-6/+16
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=294264
* Update to Wine 1.4, the real release. The list of changesGerald Pfeifer2012-03-072-3/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=292919
* Update to Wine 1.4 RC6. Among others, this now reliably detectsGerald Pfeifer2012-03-022-3/+3
| | | | | | | | CPU speed on FreeBSD by reading the hw.clockrate sysctl instead of one that is not always present. Notes: svn path=/head/; revision=292543
* Update to Wine 1.4 RC5; translation fixes and some final bug fixes.Gerald Pfeifer2012-02-262-3/+3
| | | | Notes: svn path=/head/; revision=292269
* Update to Wine 1.4 RC4; yet more bug and translation fixes.Gerald Pfeifer2012-02-182-3/+3
| | | | Notes: svn path=/head/; revision=291669
* Use cups-client, not the full cups-base, to support the CUPS option.Gerald Pfeifer2012-02-121-1/+1
| | | | | | | | | | This reduces the footprint in this case. PR: 165027 Submitted by: Pavel Gubin <pg@2lazy.ru> Notes: svn path=/head/; revision=291064
* Update to Wine 1.4 RC3; yet further bug and translation fixes.Gerald Pfeifer2012-02-112-3/+3
| | | | Notes: svn path=/head/; revision=290941
* Update to Wine 1.4 RC2 which fixes a number of further bugs.Gerald Pfeifer2012-02-042-3/+3
| | | | Notes: svn path=/head/; revision=290390