Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.40,1 10 Apr 2015 13:25:01
  |
gerald  |
Fix package list in case option COMPHOLIO is set (lib/wine/fltmgr.sys.so).
No PORTREVISION bump since the build with COMPHOLIO is broken right now. |
1.7.40,1 05 Apr 2015 20:21:39
  |
gerald  |
Update to Wine 1.7.40. This includes the following changes:
- Support for kernel job objects.
- Various fixes to the ListView control.
- Better support for OOB data in Windows Sockets.
- Support for DIB images in the OLE data cache.
- Improved support for MSI patches.
- Some fixes for ACL file permissions.
- Various bug fixes.
files/patch-configure has been accepted upstrea; remove it.
Fix whitespace in one case. |
1.7.39,1 01 Apr 2015 18:37:30
  |
dbn  |
emulators/wine-devel: unbreak build.
Changes:
* Add CPPBIN="${CPP}" to CONFIGURE_ENV as Wine uses $CPPBIN, instead of
$CPP, in ./configure
* Use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE. The later is what
the base compiler is whereas the former to what is chosen to satisfy
USES=compiler:c11
PR: 199098
Reported by: pkg-fallout, gerald@ |
1.7.39,1 30 Mar 2015 19:47:29
  |
dbn  |
emulators/wine-devel: add wine64 support.
Changes:
* Enable building on amd64 (including execution support)
* Add support for clang on amd64
* No support for wow64 at this time
* Update pkg-plist for 32-/64-bit split
* Update pkg-plist for missing files reported by poudriere
PR: 197798
Approved by: gerald@ |
1.7.39,1 22 Mar 2015 14:47:23
  |
gerald  |
Update to Wine 1.7.39. This includes the following changes:
- Kerning support in DirectWrite.
- Support for DirectX Media Objects filters.
- Better support for animated GIFs in GdiPlus.
- Improved support for Known Folders in Shell32.
- Various bug fixes. |
1.7.38,1 08 Mar 2015 10:28:10
  |
gerald  |
Update to Wine 1.7.38. This includes the following changes:
- New version of the Gecko engine based on Firefox 36.
- Updated version of the Mono engine.
- Support for themed scrollbars.
- More compatible RPC interface for service control.
- Support for X Drag & Drop version 5.
- Threading fixes in IME support.
- Various bug fixes. |
1.7.37,1 22 Feb 2015 20:58:49
  |
gerald  |
Update to Wine 1.7.37. This includes the following changes:
- Interface change notifications.
- Support for the UTF-7 encoding.
- A number of graphical fixes for themed controls.
- Wininet now implemented on top of Win32 sockets.
- Various bug fixes.
Plus the following changes from Wine 1.7.36 which was not properly
announced:
- Support for configuring speakers in Winecfg.
- Support for typographic features in DirectWrite. |
1.7.35,1 21 Feb 2015 16:15:36
  |
gerald  |
Properly sort two COMPHOLIO-specific items in pkg-plist.
PR: 197798 |
1.7.35,1 27 Jan 2015 20:49:36
  |
dbn  |
Fix emulators/wine-compholio for applying the compholio patches.
Approved by: gerald@ |
1.7.35,1 24 Jan 2015 20:32:16
  |
gerald  |
Update to Wine 1.7.35. This includes the following changes:
- Beginnings of support for OpenGL core contexts.
- Initial support for glyph placement in DirectWrite.
- Some more WBEM objects.
- Various bug fixes.
My fix for PR 188424 is now upstream, so files/patch-alternate-toolchain
is not applicable any more; remove it.
PR: 188424 |
1.7.34,1 11 Jan 2015 23:35:08
  |
gerald  |
Update to Wine 1.7.34. This includes the following changes:
- Support for surround sound in DirectSound.
- Better text run support in DirectWrite.
- Many HTML engine fixes.
- More support for WBEM objects.
- A few more C/C++ runtime functions.
- Various bug fixes. |
1.7.33_2,1 10 Jan 2015 09:03:28
  |
gerald  |
Support building with alternate toolchains that require LD to be
honored. This is a bit invasive in that it touches several parts
of Wine, and has not been accepted upstream yet, so I am adding it
locally for now.
PR: 188424
Suggested by: tijl
Reviewed by: tijl
Tested by: Lena@lena.kiev.ua |
1.7.33_2,1 08 Jan 2015 13:06:36
  |
gerald  |
No longer always configure --with-xcomposite since this is now
handled as part of the X11 option.
Sort X11_CONFIGURE_WITH alphabetically and add the previously
missing xrender option.
Adjust the position of PORTDATA to match the emulators/wine port. |
1.7.33_2,1 28 Dec 2014 20:39:49
  |
dbn  |
Fix CONFLICTS_INSTALL for wine-devel and related ports.
Changes:
- Fix install conflicts [1] (for the "newly" added compholio port)
- nvidia.sh: Gracefully handle a corrupt nVidia tarball
- nvidia.sh: Provide checksum and size information for nVidia tarball
- Bump master port [1] due to changes to nvidia.sh and conflicts
Approved by: gerald@ [1] |
1.7.33_1,1 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
1.7.33,1 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.7.33,1 24 Dec 2014 10:00:11
  |
gerald  |
Update to Wine 1.7.33. This includes the following changes:
- Support for copy/paste commands in MSHTML.
- Some more font support in DirectWrite.
- Better handling for loss of focus in Direct3D windows.
- Several more API Sets DLLs.
- Various bug fixes.
Configure with --without-gettextpo and --without-osmesa. [1]
Break out items in those lines of CONFIGURE_ARGS touched anyway, one
item per line, to make this part easier to compare with emulators/wine.
Add tools/make_requests to SHEBANG_FILES. [1]
No longer use XORG=xpm. This has been removed with upstream commit
18e4b5e293cdbb83197fd1427cdd4e42314c831b eons ago. [1]
Configure --without-pulse in the COMPHOLIO case (which is the one
adding support for Pulseaudio to begin with). [1]
PR: 195765 [1]
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> [1] |
1.7.32_1,1 22 Dec 2014 00:18:44
  |
gerald  |
Add USES=desktop-file-utils as suggested by stage-qa. [1][2]
Adjust dependency on emulators/wine-mono-devel to recent update there.
Configure --with-cms, --with-jpeg, and --with-png when X11 is set. [2]
Fix pkg-plist when COMPHOLIO is set. [2]
PR: 195903 [1], 195765 [2]
Submitted by: amdmi3 [1], Andriy Voskoboinyk <s3erios@gmail.com> [2] |
1.7.32,1 30 Nov 2014 22:24:52
  |
gerald  |
Update to Wine 1.7.32. This includes the following changes:
- A few more functions implemented in MSHTML.
- Improved support for restoring display mode.
- Font metrics improvements in DirectWrite.
- Various bug fixes. |
1.7.31_1,1 30 Nov 2014 19:56:03
  |
ak  |
- Remove obsolete comments
- Make failure to create DOCSDIR fatal
- Include bsd.port.mk instead of pre/post.mk in emulators/wine
Approved by: gerald (maintainer) |
1.7.31_1,1 19 Nov 2014 20:53:01
  |
gerald  |
Update the Gecko Layout Engine component for wine-devel from version
2.24 to 2.34.
Bump PORTREVISION of wine-devel.
Approved by: dbn (maintainer) |
1.7.31,1 16 Nov 2014 10:57:30
  |
gerald  |
Update to Wine 1.7.31. This includes the following changes:
- Support for the Visual Studio 2013 version of the C/C++ runtimes.
- More font metrics support in DirectWrite.
- Some more Direct2D work.
- Various bug fixes.
Always installs documentation, this is then taken care of during the
packaging process.
Also no longer print pkg-message ourselves. |
1.7.30,1 07 Nov 2014 14:46:53
  |
gerald  |
Do not mute ${INSTALL_DATA} any more. |
1.7.30,1 02 Nov 2014 14:25:00
  |
gerald  |
Update to Wine 1.7.30. This includes the following changes:
- More support for fonts in DirectWrite.
- Improved ATL thunk support.
- A few more C runtime functions.
- Regedit import/export fixes.
- Various bug fixes. |
1.7.29,1 19 Oct 2014 21:45:29
  |
gerald  |
Update to Wine 1.7.29. This includes the following changes:
- Support for shaping and BiDi mirroring in DirectWrite.
- Some page fault handling fixes.
- A few more C runtime functions.
- Various bug fixes.
Remove all uses of @dirrm and @dirrmtry from the package list. |
1.7.28,1 09 Oct 2014 04:18:55
  |
gerald  |
The Compholio patchset has been rerolled upstream. No actual changes
except for a renaming of the top-level directory from wine-compholio-1.7.28
to wine-staging-1.7.28. |
1.7.28,1 07 Oct 2014 13:59:12
  |
gerald  |
Update to Wine 1.7.28. This includes the following changes:
- Support for conditional compilation in JavaScript.
- Bidirectional text support in DirectWrite.
- Stubs for DirectPlay Voice support.
- Various bug fixes. |
1.7.27,1 20 Sep 2014 15:34:29
  |
gerald  |
Update to Wine 1.7.27. This includes the following changes:
- Some more work on Direct2D support.
- Various improvements to RichEdit interfaces.
- Initial support for ICMP version 6.
- Various bug fixes. |
1.7.26,1 14 Sep 2014 11:50:41
  |
gerald  |
Update to Wine 1.7.26. This includes the following changes:
- Still more DirectWrite functions.
- Improvements to the common File Dialog.
- A number of C runtime improvements.
- Various bug fixes.
Add two new options MPG123 and V4L that pull in and leverage the respective
ports for MP3 and Video support. [1]
Sort OPTIONS alphabetically, except for the two that pull in Gecko and Mono
MSI packages for run-time support.
Submitted by: kmoore [1] |
1.7.25_1,1 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.7.25,1 25 Aug 2014 08:11:48
  |
gerald  |
Update to Wine 1.7.25. This includes the following changes:
- Implementation of the packet capture library.
- A few more DirectWrite functions.
- Improvements in HTML table support.
- More VBScript math functions.
- Various bug fixes. |
1.7.24,1 10 Aug 2014 02:22:39
  |
gerald  |
Update to Wine 1.7.24. This includes the following changes:
- Beginning of some DirectWrite classes implementation.
- Initial wrapper dll for the packet capture library.
- Some crypto improvements.
- Various bug fixes. |
1.7.23,1 26 Jul 2014 11:34:05
  |
gerald  |
Update to Wine 1.7.23. This includes the following changes:
- Better support for files drag & drop.
- Improvements to HTTP cookie management.
- Fixes to crypto certificates management.
- Various bug fixes. |
1.7.22_2,1 24 Jul 2014 18:34:16
  |
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.7.22_1,1 23 Jul 2014 09:54:02
  |
tijl  |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.22,1 12 Jul 2014 22:47:27
  |
gerald  |
Update to Wine 1.7.22. This includes the following changes:
- Support for Unicode bracketing pairs.
- Improved Internet cookie support.
- Initial support for geographical information.
- Various bug fixes.
Add sysutils/preload as a new build dependency. This should help with
DRM and similar Windows bits and will especially be helpful for the new
emulators/pipelight port. [1]
Suggested by: kmoore [1] |
1.7.21,1 10 Jul 2014 15:40:54
  |
gerald  |
Add a new OPTION named COMPHOLIO to include the Compholio patchset.
This is off by default for now and nicely moving towards increasing
upstream integration. It will be needed for Pipelight support.
Submitted by: kmoore
Tested by: gerald, kmoore |
1.7.21,1 27 Jun 2014 19:35:46
  |
gerald  |
Update to Wine 1.7.21. This includes the following changes:
- Support for critical sections in the C runtime.
- Unicode data updated to Unicode 7.0.
- Support for interlaced PNG encoding.
- Initial stub for the Packager library.
- Various bug fixes. |
1.7.20,1 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.7.20,1 15 Jun 2014 15:16:36
  |
gerald  |
Update to Wine 1.7.20. This includes the following changes:
- X11 drag & drop fixes.
- A few more C/C++ runtime functions.
- Fixes for various memory issues found by Valgrind.
- Some OLE storage fixes.
- Various bug fixes. |
1.7.19,1 17 May 2014 01:43:53
  |
gerald  |
Update to Wine 1.7.19. This includes the following changes:
- New JSProxy DLL for automatic proxy configuration.
- More OLE Accessible Object support.
- Improvements to the XML writer.
- Fixes for various memory issues found by Valgrind.
- Initial headers for Direct2D support.
- Various bug fixes. |
1.7.18,1 09 May 2014 18:26:27
  |
gerald  |
Update to Wine 1.7.18. This includes the following changes:
- Improved OLE Accessible Object support.
- Fixes for various memory issues found by Valgrind.
- A few more MSHTML functions.
- Some DirectDraw cleanups.
- Various bug fixes. |
1.7.17_1,1 02 May 2014 19:30:50
  |
gerald  |
Build with a dependency on the X composite extension.
PR: 188831
Analyzed by: Denver Hull <denverh@comcast.net> |
1.7.17,1 19 Apr 2014 00:01:30
  |
gerald  |
Update to Wine 1.7.17. This includes the following changes:
- More implementations for the Task Scheduler.
- C runtime made more compatible by sharing source files.
- Various bug fixes. |
1.7.16_3,1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.7.16,1 05 Apr 2014 20:53:20
  |
gerald  |
Update to Wine 1.7.16. This includes the following changes:
- More regression test fixes.
- String arrays better supported in the IDL compiler.
- Initial stubs for DirectX Video Acceleration.
- Various bug fixes. |
1.7.15,1 22 Mar 2014 00:20:23
  |
gerald  |
Update to Wine 1.7.15. This includes the following changes:
- New Task Scheduler service.
- Many regression test fixes.
- Support for exception unwinding in VBScript.
- Various bug fixes.
Convert USE_BZIP2 to USES=tar:bzip2. |
1.7.14,1 08 Mar 2014 00:01:22
  |
gerald  |
Update to Wine 1.7.14. This includes the following changes:
- More Task Scheduler support.
- Improvements for AVI encoding support.
- More VisualBasic interfaces in MSXML.
- Support for deflate content encoding in Wininet.
- Some fixes for monochrome printers.
- Various bug fixes. |
1.7.13,1 21 Feb 2014 23:26:12
  |
gerald  |
Update to Wine 1.7.13. This includes the following changes:
- More Task Scheduler support.
- A few more Direct3D 10 interfaces.
- More Windows Media Player stubs.
- Various bug fixes.
Remove a duplicate entry and fix some sorting in pkg-plist. |
1.7.12,1 08 Feb 2014 03:14:31
  |
gerald  |
Update to Wine 1.7.12. This includes the following changes:
- Initial support for Windows Media Player interfaces.
- Some more Task Scheduler support.
- Various C++ runtime fixes.
- More dlls with ugly names for Windows 8 API set support.
- Various bug fixes. |
1.7.11,1 18 Jan 2014 20:00:01
  |
dbn  |
Update emulators/wine-devel to 1.7.11.
ChangeLog:
- Uniscribe support in the RichEdit control.
- Support for condition variables and Slim Reader/Writer locks.
- More D3D command stream preparation work.
- Optional Start Menu in desktop mode.
- Improved support for vertical fonts metrics.
- Various bug fixes.
Approved by: gerald (maintainer, implicit) |
1.7.10,1 07 Jan 2014 14:35:36
  |
dbn  |
Fix installation for slave port of emulators/wine-devel.
Wine switched to using an internal install script and removed logic to create
the underlying directories. As explained in a comment from Makefile:
"""
Wine expects the install script to make any missing directories, and the default
internal tool (/tools/install-sh) does that however the default install script
used
by Ports does not.
"""
Disable the specification of the INSTALL scripts and allow wine to use the
internal one. |
1.7.10,1 05 Jan 2014 07:36:38
  |
dbn  |
Add missing patch for emulators/wine-devel.
Without this patch the port fails to build. |
1.7.10,1 03 Jan 2014 21:54:43
  |
dbn  |
Update emulators/wine-devel to 1.7.10.
ChangeLog:
- Window maximization in the Mac driver.
- AVI compressor implementation.
- Thread local storage support in dynamically loaded libraries.
- Beginnings of a Task Scheduler implementation.
- Extended IPX protocol support.
- Various bug fixes.
Approved by: gerald (maintainer, implicit) |
1.7.9,1 03 Jan 2014 07:45:05
  |
dbn  |
Add emualtors/wine-mono-devel at version 4.5.2.
emulators/(i386-)wine-devel require a newer version of mono.
Reported by: Green Dog <fiziologus@gmail.com>
Approved by: gerald (maintainer: emulators/wine-devel, implicit) |
1.7.9,1 02 Jan 2014 10:23:42
  |
dbn  |
Update emulators/wine-devel to 1.7.9.
Changes:
- Make use of ${opt}_CONFIGURE_WITH, ${opt}_USE, ${opt}_USES,
${opt}_${typ}_DEPENDS
- Convert an instance of NOPORTDOCS to ${PORT_OPTIONS:MDOCS}
- Remove check ${OSVER} < 800000
- Replace the importing of <bsd.ports.pre.mk> with <bsd.ports.options.mk>
ChangeLog:
- Improved window moving/resizing in the Mac driver.
- Some DirectDraw palette fixes.
- Reduced code duplication between C++ runtime versions.
- Various bug fixes.
Approved by: gerald (maintainer, implicit) |
1.7.8,1 25 Dec 2013 23:29:34
  |
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
1.7.8,1 07 Dec 2013 10:21:22
  |
gerald  |
Update to Wine 1.7.8. This includes the following changes:
- Improvements in the BITS service implementation.
- Better data tables for Japanese vertical fonts support.
- Various bug fixes. |
1.7.7,1 02 Dec 2013 16:49:37
  |
dbn  |
Update emulators/i386-wine to 1.6.1.
Changes:
* Backport changes from emulators/i386-wine-devel
* Fix CONFLICTS_INSTALL [1]
Approved by: gerald [1] |
1.7.7,1 26 Nov 2013 13:06:15
  |
gerald  |
Update to Wine 1.7.7. This includes the following changes:
- Support for configuring remote shares using Samba's NetAPI library.
- Improved embedding support through XEMBED.
- Support for arrays in VBScript.
- Various bug fixes.
Process two scripts installed with USES=shebangfix. [1]
Reported by: dbn [1] |
1.7.6,1 09 Nov 2013 14:32:23
  |
gerald  |
Update to Wine 1.7.5. This includes the following changes:
- Rewrite of the BiDi algorithm for full Unicode 6.3 support.
- Support for Video Mixing Renderer version 7.
- Various bug fixes.
Replace USE_GCC by USES=compiler:c11. [1]
Suggested by: dbn [1] |
1.7.5,1 08 Nov 2013 18:23:15
  |
amdmi3  |
- Make X11 support optional
PR: 183440
Submitted by: amdmi3
Approved by: gerald |
1.7.5,1 27 Oct 2013 02:38:52
  |
gerald  |
Update to Wine 1.7.5. This includes the following changes:
- Support for registration-free COM using activation contexts.
- Improved support for simulated bold fonts.
- Unicode data updated to Unicode 6.3.
- Better support for typelib registration on 64-bit.
- Various bug fixes. |
1.7.4,1 22 Oct 2013 13:57:35
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
1.7.4,1 18 Oct 2013 20:49:04
  |
gerald  |
Support staging. |
1.7.4,1 13 Oct 2013 22:42:30
  |
gerald  |
Update to Wine 1.7.4. This includes the following changes:
- More preparation work for the Direct3D command stream.
- A number of Winsock improvements.
- Various bug fixes.
Move PKGNAMESUFFIX to where it belongs.
Convert LIB_DEPENDS to the new standard.
Replace USE_GMAKE by USES=gmake. |
1.7.3,1 07 Oct 2013 11:09:05
  |
bapt  |
Fix pkgname collision
With hat: portmgr |
1.7.3,1 29 Sep 2013 18:40:11
  |
gerald  |
Update wine-gecko to version 2.24, based on Firefox 24. [1]
Update wine-devel to Wine 1.7.3. This includes the following changes:
- New version of the Gecko engine based on Firefox 24.
- Preparation work for the Direct3D command stream.
- Various bug fixes.
Approved by: dbn (maintainer, pre-approved) |
1.7.2,1 20 Sep 2013 16:43:53
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.7.2,1 15 Sep 2013 18:08:48
  |
gerald  |
Update to Wine 1.7.2. This includes the following changes:
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Activation context improvements.
- Various bug fixes. |
1.7.1,1 30 Aug 2013 23:28:01
  |
gerald  |
Update to Wine 1.7.1. This includes the following changes:
- Support for keyed event objects.
- Support for the "init once" synchronization mechanism.
- Activation context support for DLLs, typelibs, and COM classes.
- Support for loading 32-bit typelibs on 64-bit.
- Some fixes for serial port devices.
- Various bug fixes. |
1.7.0,1 11 Aug 2013 18:13:11
  |
dbn  |
Backport changes from emulators/wine-devel and add CONFLICTS_INSTALL.
The backported changes allow the i386-wine(-devel) ports to install wine
in such a manor that it can run on FreeBSD/amd64.
The CONFLICTS_INSTALL conflict with the i386-wine packages and the correct
stable/devel packages (including the upcoming stable wine).
Approved by: gerald@ (implicit) |
1.7.0,1 04 Aug 2013 16:04:00
  |
gerald  |
Update to Wine 1.7.0, the new development branch of Wine after the
Wine 1.6 release.
This includes the following relevant changes:
- Support for vertical text in the Postscript driver.
- Unicode data updated to Unicode 6.2.0.
- Hyperlink controls supported in installers.
- Improved support for XML attributes.
- Various bug fixes.
Also, we now use lcms2 instead of lcms. |
1.6.r5,1 28 Jul 2013 20:28:33
  |
dbn  |
Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it. |
1.6.r5,1 12 Jul 2013 20:44:46
  |
gerald  |
Update to Wine 1.6 RC5. More bug fixes and translation work. |
1.6.r4,1 28 Jun 2013 20:56:29
  |
gerald  |
Update to Wine 1.6 RC4. This includes some further bug fixes. |
1.6.r3,1 22 Jun 2013 20:18:50
  |
gerald  |
Update to Wine 1.6 RC3. This includes some further bug fixes. |
1.6.r2,1 17 Jun 2013 14:36:28
  |
gerald  |
Update to Wine 1.6 RC2. This includes a number of bug fixes. |
1.6.r1,1 15 Jun 2013 09:41:38
  |
gerald  |
Update to Wine 1.6 RC1. This includes the following relevant changes:
- New implementation of the typelib creation support.
- GLSL-based support for fixed function vertex shaders.
- Support for desktop launchers in virtual desktop mode.
- Fixes for Japanese vertical text.
- New Croatian translation.
- Various bug fixes. |
1.5.31,1 08 Jun 2013 21:28:23
  |
gerald  |
Add second part to handle libwine.so; the joy of upstream using .so.1.0. |
1.5.31,1 08 Jun 2013 13:05:26
  |
gerald  |
Update to Wine 1.5.31. This includes the following relevant changes:
- 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. |
1.5.30_1,1 14 May 2013 19:34:28
  |
gerald  |
Again install libwine.so.1 which unbreaks several binaries installed by
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 |
1.5.30,1 11 May 2013 10:05:53
  |
gerald  |
Update to Wine 1.5.30. This includes the following changes:
- NTLM and Negotiate authentication in WinHTTP.
- Support for proxy bypass in WinInet.
- Various bug fixes.
Note, libwine.so is now gone. |
1.5.29,1 05 May 2013 18:31:31
  |
dbn  |
Set explicit comment for slave port emulators/i386-wine-devel.
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) |
1.5.29,1 27 Apr 2013 20:55:10
  |
gerald  |
Update to Wine 1.5.29. This includes the following changes:
- JavaScript performance improvements.
- Various bug fixes. |
1.5.28,1 16 Apr 2013 19:51:41
  |
gerald  |
Update to Wine 1.5.28. This includes the following changes:
- 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 |
1.5.27,1 09 Apr 2013 05:47:54
  |
gerald  |
emulators/wine-devel:
- 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) |
1.5.27,1 29 Mar 2013 19:13:33
  |
gerald  |
Update to Wine 1.5.27. This includes the following changes:
- Various C runtime improvements.
- Large icons for built-in applications.
- Various bug fixes. |
1.5.26,1 15 Mar 2013 21:03:17
  |
gerald  |
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. |
1.5.25,1 08 Mar 2013 11:32:12
  |
bapt  |
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 |
1.5.25,1 01 Mar 2013 23:52:17
  |
gerald  |
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. |
1.5.24,1 15 Feb 2013 22:05:12
  |
gerald  |
Update to Wine 1.5.24. This includes the following changes:
- Regular expression support in VB Script.
- Many RichEdit code cleanups.
- Various bug fixes. |
1.5.23,1 11 Feb 2013 04:45:33
  |
osa  |
Update dependence's version.
Approved by: gerald |
1.5.23,1 04 Feb 2013 06:04:00
  |
gerald  |
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. |
1.5.22,1 20 Jan 2013 11:03:25
  |
gerald  |
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. |
1.5.21,1 11 Jan 2013 10:20:19
  |
gerald  |
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. |
1.5.20,1 22 Dec 2012 02:11:32
  |
gerald  |
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. |
1.5.19,1 08 Dec 2012 11:55:27
  |
gerald  |
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 |
1.5.18,1 01 Dec 2012 00:24:35
  |
gerald  |
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 |
1.5.17,1 09 Nov 2012 22:25:26
  |
gerald  |
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 |