Commit graph

80 commits

Author SHA1 Message Date
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
Gerald Pfeifer
b6d65070d7 Adjust to the (relatively) new default directory layout used by Wine,
which closely follows what this port used to look anyways.
2003-07-10 16:39:10 +00:00
Dmitry Sivachenko
42eedefcd2 Install a script into etc/rc.d/ to run ldconfig after reboots so
Wine libraries could be found.

Approved by:	maintainer
2003-05-19 10:07:37 +00:00
Gerald Pfeifer
2e6e886c75 Update to the 2003.04.08 snapshot, which allows us to further reduce the
amount of FreeBSD-specific hackery.
2003-04-14 07:23:24 +00:00
Gerald Pfeifer
10450800a2 Do not define _THREAD_SAFE, which is a noop on -CURRENT and does not make
a difference on -STABLE according to my long-term tests.
2003-03-30 21:52:34 +00:00
Gerald Pfeifer
c7240d01b5 Update to the 2003.03.18 snapshot of Wine. Most of patch-dlls-ntdll-cdrom.c
has been integrated upstream.
2003-03-24 09:06:27 +00:00
Gerald Pfeifer
45ecbd85d9 Update to the 2003.02.19 snapshot of Wine.
The portability issue in dlls/dsound/test was fixed, but a Linuxism in
dlls/ntdll/cdrom.c added.  I have submitted files/patch-dlls-ntdll-cdrom.c
upstream as well.

Approved by:	obrien (mentor)
2003-02-20 10:23:19 +00:00
Gerald Pfeifer
aaae436285 Fix a compilation problem on -CURRENT (again because /usr/include/malloc.h
disappeared).

PR:		47180
Approved by:	obrien (mentor)
2003-01-19 22:10:07 +00:00
Gerald Pfeifer
343ca44f7a Update to the 2003-01-15 snapshot of Wine (which now includes two of my
portability patches).

Approved by:	obrien (mentor)
2003-01-16 09:04:03 +00:00
Gerald Pfeifer
eb32b1d03d Fix build on -CURRENT.
PR:		46722
Submitted by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
2003-01-03 17:38:10 +00:00
Gerald Pfeifer
2282395b1a Update to the 2002.12.19 snapshot of Wine. The structure in $PREFIX/lib
and $PREFIX/include has completely changed.

Approved by:	obrien (mentor)
2003-01-03 09:49:27 +00:00
Alfred Perlstein
5c09ab656d Make context_i386.c work on 5.x as well as 4.x by using the DBREG_DRX
macro to access the fields of 'struct dbreg' instead of accessing
them directly.

Because the macro is buggy on older versions of FreeBSD as it lacks
proper macro argument parens, use an extra pointer as a workaround
so that we'll work on pre-patched versions of FreeBSD.

Reviewed by: gerald (maintainer)
2002-11-08 08:08:04 +00:00
Gerald Pfeifer
f973e6d46d Update to the 2002.10.31 snapshot of Wine.
Approved by:	obrien (mentor)
Also tested by:	Ulrich 'Q' Spoerlein <q@galgenberg.net>
2002-11-07 06:19:38 +00:00
Gerald Pfeifer
4e6c4e676d Add a patch from the upstream sources to improve this port until the next
Wine snapshot.

Submitted by:	Ulrich 'Q' Spoerlein <q@galgenberg.net>
Approved by:	obrien (mentor)
2002-10-30 17:56:30 +00:00
Gerald Pfeifer
ecc8c32df6 Update to the 2002.10.07 snapshot of Wine after having skipped the 2002.09.04
snapshot.  In addition to the usual large set of include file and library
changes, also documentation has changed a bit.

Approved by:	obrien (mentor)
2002-10-08 10:17:39 +00:00
Gerald Pfeifer
518747a744 Update to the 2002.08.04 version of Wine. (This also removes
patch-winefile.h, which probably shouldn't have been committed.)

Approved by:	obrien (mentor)
2002-08-05 11:50:34 +00:00
Gerald Pfeifer
7f8920e01e Update the Wine port to version 2002.07.10.
Approved by:	obrien (mentor)
2002-07-11 10:10:57 +00:00
Alfred Perlstein
e08682de18 don't include malloc.h 2002-06-12 20:30:11 +00:00
Gerald Pfeifer
bb319570c9 Update to the 2002.06.05 version of Wine. Once again, lots of files have
moved.

Approved by:	obrien (mentor)
2002-06-07 00:55:25 +00:00
Patrick Li
5228e63faa Update to 2002.03.10
PR:		35781
Submitted by:	maintainer
2002-03-11 22:45:29 +00:00
FUJISHIMA Satsuki
9f03df061f update to 2002.01.22.
PR:		34208
Submitted by:	maintainer
2002-01-23 17:45:56 +00:00
Dmitry Sivachenko
2d4fedda50 Update to version 2001-12-16.
PR:		33253
Submitted by:	maintainer
2001-12-27 19:05:51 +00:00
Alfred Perlstein
47ee132bf9 Unbreak this port on 5.x by removing include of sys/user.h 2001-12-08 09:22:22 +00:00
Steve Price
e3958cc5c2 Update to version 2001.11.08.
PR:		31870
Submitted by:	maintainer
2001-11-16 01:38:20 +00:00
David W. Chapman Jr.
26135841fb Update to 2001.08.24
PR:		30101
Submitted by:	maintainer
2001-08-26 16:41:40 +00:00
Dmitry Sivachenko
66f5c10688 Upgrade to 2001.07.31.
PR:		29485
Submitted by:	maintainer
2001-08-08 13:40:01 +00:00
David W. Chapman Jr.
68a8c30f14 Delete outdated patch-gg
Update to 2001.06.29
Install man pages with INSTALL_MAN instead of INSTALL_DATA

PR:		28608
Submitted by:	Patrick Li <pat@databits.net>
Reviewed by:	maintainer
2001-07-04 21:55:02 +00:00
James E. Housley
9a912c8213 Update to version 2000-05-10
PR:		27271
Submitted by:	MAINTAINER
2001-05-14 00:27:51 +00:00
Jing-Tang Keith Jang
4726ef0898 Update to 2001.03.26.
PR:		ports/26435 (MAINTAINER)
2001-04-08 17:46:50 +00:00