Commit graph

108 commits

Author SHA1 Message Date
David Naylor
d0f148658c Update emulators/wine 1.6.2.
ChangeLog:
 - Color management support updated to liblcms version 2.
 - Various bug fixes.

Changes:
 - Remove freetype patch, merged upstream.

Approved by:	gerald (maintainer, implicit)
2014-01-18 10:04:07 +00:00
David Naylor
248ad65303 Add missing components to patch-freetype of emulators/wine.
The patch was missing some changes made to dlls/gdi32/freetype.c.
Since the previous patch compiles and that this patch changes what code gets
compiled a PORTREVISION is required.

Base this patch on upstream commit 67f9b6e3 which simplifies some of the
changes to configure.

Approved by:    gerald (maintainer, implicit)
2014-01-03 08:22:36 +00:00
David Naylor
b425aac732 Fix build for emulators/wine.
With the recent change to print/freetype2 that introduces a new build
system building for emulators/wine broke.  This break is fixed by back-
porting the changes (made upstream) to emulators/wine-devel to support the
new build system for print/freetype2.

Reported by:	pkg-fallout
Approved by:	gerald (maintainer, implicit)
2014-01-02 10:29:23 +00:00
Gerald Pfeifer
ac202d1226 Unconditionally prevent the detection of libinotify which currently
fails the build on FreeBSD.

PR:		168617
Reported by:	Barbara <barbara.xxx1975@libero.it>
2012-07-03 21:50:29 +00:00
Gerald Pfeifer
7bca0f5550 Update to Wine 1.3.21. This includes the following changes:
- Support for installation rollbacks in MSI.
 - 8- and 16-bit bitmap formats in the DIB engine.
 - Fixes in the XInput2 mouse support.
 - Better support for text shaping in Uniscribe.
 - Improvements to the Item common dialog.
 - More MSVC runtime functions.
 - Various bug fixes.

Also force building with OSS support and, look Ma!, no more extra
patches for that.
2011-05-29 00:59:38 +00:00
Gerald Pfeifer
d2d88b00e8 Update to Wine 1.3.20. This includes the following changes:
- Option to clip the mouse inside fullscreen windows.
 - Support for persistent HTTP connections.
 - Initial implementation of the XML writer.
 - Support for drawing rectangles in the DIB engine.
 - Volume control in MMDevAPI.
 - More MSVC runtime functions.
 - Various bug fixes.

Two of my three changes for OSS support have been integrated upstream,
only one remains.

Only tentatively remove $DATADIR/wine upon deinstallation to allow for
the forthcoming wine-gecko port. [1]

PR:		156001 [1]
Submitted by:	David Naylor <naylor.b.david@gmail.com> [1]
2011-05-14 00:21:47 +00:00
Gerald Pfeifer
2b2c26a220 Update to Wine 1.3.19. This includes the following changes:
- New sound driver architecture for MMDevAPI.
 - Better support for relative mouse events in DInput.
 - Various improvements in D3DX9.
 - More MSVC runtime functions.
 - Various bug fixes.

This requires three patches of mine, two submitted upstream so far, to
unbreak recent changes around the sound system (bundled into one here).

Sort CONFIGURE_ARGS on the way.
2011-05-08 01:38:18 +00:00
Gerald Pfeifer
2ee985ee97 Update to Wine 1.3.10. [1][2] This includes the following changes:
- Icons in the "open with" menus.
 - Man pages for all installed binaries.
 - Support for schemas in MSXML.
 - Many installer fixes.
 - Beginnings of support for ActiveX in built-in browser.
 - More work on ActiveX support.
 - Icons on Internet shortcut menu entries.
 - Standardization of code implementing COM interfaces.
 - New scheme for auto-generated DLL registrations.
 - OpenCL library wrapper.
 - Support for notification balloons in system tray.
 - Obsolete AudioIO sound driver removed.
 - Various MSI fixes.
 - Translation updates.
 - Various bug fixes.

Lots of new man pages.

Also, remove references to FreeBSD 6 from pkg-message. [2]

PR:		153434
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> [1]
		Alex Kozlov <spam@rm-rf.kiev.ua> [2]
2010-12-31 08:15:15 +00:00
Gerald Pfeifer
dd594910e2 Replace the partial memory reservation patch by a simpler variation.
Submitted by:	tijl
Tested by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2010-09-18 04:33:45 +00:00
Gerald Pfeifer
eefbd045b9 Update to Wine 1.1.32. Among others, this includes the following changes:
- Many crypto fixes (particularly on 64-bit).
 - Several common controls improvements.
 - Various HTML support improvements.
 - More DIB optimizations.
 - Various bug fixes.

An updated patch of mine to address PR 137999 is now included upstream.
2009-10-25 13:48:56 +00:00
Gerald Pfeifer
9496e58a07 Update to Wine 1.1.31. Among others, this includes the following changes:
- Vastly improved monthcal control.
 - Performance improvements for DIB sections.
 - Several sound driver fixes.
 - Beginning of ActiveX support in JScript.
 - More Direct3D 10 work.
 - More 16-bit dlls split off to separate modules.
 - Support for attachments in MAPI.
 - Various bug fixes.

Equally importantly, this finally fixes tools/winebuild for FreeBSD.
After my general recognition of FreeBSD has been accepted upstream,
this is now only one local patch. [1]

PR:		137999 [1]
Inspired by:	Edward Tomasz Napierala <trasz@FreeBSD.org> [1]
2009-10-10 10:34:16 +00:00
Gerald Pfeifer
2543006224 Add a note on KVA_PAGES settings (as recommended by some ZFS tuning
guides) being incompatible with Wine.

PR:		123526
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2009-04-25 20:35:52 +00:00
Gerald Pfeifer
c605e70d09 Make FreeBSD 6.3 the minimum requirement, based on missing fixes in
older versions.
2009-04-09 22:48:38 +00:00
Gerald Pfeifer
31c98de926 Strongly recommed FreeBSD 7.0 or later; rewrite the entire paragraph a bit. 2009-03-29 17:34:48 +00:00
Gerald Pfeifer
a075163ee4 Update to Wine 1.1.18. Among others, this includes the following changes:
- RPC over HTTP support.
 - Improved support for upgrades in MSI.
 - Many Direct3D code cleanups.
 - Various bug fixes.

Apply a patch to address some FreeBSD-specific issues and un-IGNORE this
port. [1]

Submitted by:	Tijl Coosemans <tijl@ulyssis.org> [1]
PR:		133157
2009-03-28 19:57:00 +00:00
Gerald Pfeifer
4bb8ad53ce Update removing any reference to FreeBSD 4.x and 5.x [1], refer to kernel
patch for FreeBSD 6.x [2], and consolidate the part on documentation.

Suggested by:	Alex Kozlov <spam@rm-rf.kiev.ua> [1][2]
2009-03-18 21:25:25 +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
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
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
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
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
db0820a188 Add missing file for previous commit. 2008-12-13 10:14:02 +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
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
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
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
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
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
ba0c314005 Leverage the new USE_LDCONFIG mechanism instead of our original, more
home-grown approach.

PR:		95757
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Reviewed by:	flz
2006-04-16 20:09:35 +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
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
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
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
cd0fe4330b We don't need this patch any longer (and haven't for about nine months),
since a variant of my original patch which adjusts libs/wine/mmap.c
instead has been accepted upstream, making thise code a noop.
2005-09-24 18:22:44 +00:00
Gerald Pfeifer
51cd480baf Remove patch which is no longer needed. 2005-09-13 22:01:23 +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
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
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
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
272c4fbf86 Work around a bug that would break in the presence of recent versions of
the arts port.

PR:		62954
2004-02-23 22:39:44 +00:00
Gerald Pfeifer
707a95b9e5 Revert an upstream change (which in turn reverted a fix which happened to
cause higher memory consumption).  This should avoid errors of the following
kind:

  err:virtual:map_image Standard load address for a Win32 program
  (0x00400000) not available

Bump PORTREVISION.

Problem reported by:	pav, Benjamin Lutz <benlutz@datacomm.ch>
2004-01-28 22:29:36 +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
b96c82c80a Get sound working by ignoring errors from our dummy SOUND_MIXER_INFO ioctl.
Bump PORTREVISION.

Reported by:	Travis Poppe <tlp@LiquidX.org>
Tested by:	Travis Poppe <tlp@LiquidX.org>
Discussed with:	matk
2003-12-28 13:16:21 +00:00
Gerald Pfeifer
b4ffc8fdc1 rfork() requires that the RFTHREAD flag is given with RFPROC and RFMEM. Add
a patch to fix this port and bump PORTREVISION.

PR:		60508
Submitted by:	David Beck <dbeck@beckground.hu>
2003-12-26 12:39:15 +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
8a2afee2ac Unbreak on -CURRENT by anticipating a change in the upstream tree.
(Thanks to the breakage of long-standing ATA interfaces, Wine now
has lost some functionality on FreeBSD.)
2003-11-03 18:23:40 +00:00