1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

189 Commits

Author SHA1 Message Date
Gerald Pfeifer
7cd66574b6 Upgrade to the 20030813 snapshot of Wine. 2003-08-16 07:38:59 +00:00
Gerald Pfeifer
21e441a6c0 Remove some details concerning the installation. (These are already listed
in pkg-message where there is also further relevant information.)
2003-07-18 14:40:49 +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
Gerald Pfeifer
70fda5fd30 Update to the 20030709 snapshot of Wine. Change the PORTVERSION scheme
from 2003.07.09 to 20030709 to match upstream versioning.
2003-07-10 10:57:27 +00:00
Gerald Pfeifer
88853a7848 Add -L${PREFIX}/lib to LDFLAGS so that the presence of FreeType is properly
detected during configury.  Bump PORTREVISION.

Reported by:	Matthew Reimer <mreimer@vpop.net>
2003-07-08 09:02:40 +00:00
Gerald Pfeifer
7f49b4c581 Adjust the note on required kernel options for FreeBSD 5.x and above, and
also make the situation more clear for FreeBSD 4.x.

Prompted by:	Eli Moore <eli.moore@newburynetworks.com>
2003-06-24 15:07:35 +00:00
Gerald Pfeifer
74de3a3e58 Update to the 2003.06.18 snapshot of Wine. 2003-06-18 22:39:59 +00:00
Gerald Pfeifer
96a0b44e6b Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problem
introduced by the previous revision.

Submitted by:	petef
2003-05-20 16:53:20 +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
e5d8980284 Update to the 20030508 snapshot of Wine. 2003-05-09 09:28:35 +00:00
Gerald Pfeifer
d0dc7a25ef Add three missing items. 2003-04-27 11:37:57 +00:00
Gerald Pfeifer
df8e3720ab Also install READMEs for the wcmd and winedbg programs.
Avoid "duplicate" creation of ${PREFIX}/lib/wine.
2003-04-27 11:19:57 +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
59be671a98 Remove commented USE_MESA (which is implied by current XFree86 ports
anyway).
2003-03-25 13:56:54 +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
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Gerald Pfeifer
330039c9d9 List my FreeBSD.org address. 2003-02-20 21:56:58 +00:00
Gerald Pfeifer
b699a7261c Also install ${PREFIX}/lib/wine/regapi.exe.so which is useful when setting
up a new environment.

Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-02-20 15:37:21 +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
4cc817dcd1 Properly handle a new man page and some other files current versions of
Wine install.

Approved by:	obrien (mentor)
Reported by:	kris
2003-01-16 09:43:15 +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
94b7d22ca9 Avoid using Perl.
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-10-27 21:53:13 +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
155e21b8b3 Add a note why we have not updated this port to the 2002.09.04 snapshot.
Approved by:	obrien (mentor)
2002-09-09 15:10:31 +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
Marc Fonvieille
deef46806d Fix links to the Handbook, the FAQ and the porters-handbook.
Approved by:	portmgr
2002-08-04 09:04:12 +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
Gerald Pfeifer
4a87222825 Use my FreeBSD.org mail address for the MAINTAINER field.
Approved by:	obrien (mentor)
Suggested by:	dwcjr
2002-07-10 08:05:11 +00:00
Alfred Perlstein
e08682de18 don't include malloc.h 2002-06-12 20:30:11 +00:00
Gerald Pfeifer
8148ca5e7c Handle lib/wine/glu32.dll.so and lib/wine/glu32.dll.so, whose existence
depends on the detailed version/configuration of XFree86.

PR:		38486
Approved by:	obrien (mentor)
Also tested by:	Christopher Hall <hsw@acm.org>
2002-06-11 10:37:34 +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
Gerald Pfeifer
1f0144c661 Add a couple of missing entries for $PREFIX/bin to pkg-plist.
PR:		38486
Submitted by:	Christopher Hall <hsw@acm.org>
2002-05-24 08:17:11 +00:00
Gerald Pfeifer
98c7d14ebb Greatly simplify the post-patch: target, now that Wine does not set
SOVERSION = 1.0 any longer (in most cases).

Approved by:	obrien (mentor)
2002-05-23 19:08:32 +00:00
Gerald Pfeifer
958a666b72 Take into account that Wine now requires a configuration file in the home
directory of every user instead of a global $PREFIX/etc/wine.conf.  Remove
redundant information from pkg-descr on the way.

Approved by:	obrien (mentor)
2002-05-22 07:34:37 +00:00
Gerald Pfeifer
648117b85b Additional documentation actually resides in $PREFIX/share/doc/wine, not
$PREFIX/lib/wine/documentation, these days.

Submitted by:	anholt
Approved by:	obrien (mentor)
2002-05-13 16:22:07 +00:00
Gerald Pfeifer
6a2d045fb0 Update to the 2002.05.09 snapshot of Wine.
Approved by:	obrien (mentor)
2002-05-13 07:42:33 +00:00
Gerald Pfeifer
299f9db7f0 Do not --disable-opengl any longer, which mostly was used to work around
problems with XFree86 4.0.0 as far as I can see.

Approved by:	obrien (mentor)
2002-04-30 13:44:08 +00:00
Gerald Pfeifer
ac57a7f93f Update to the 2002.04.11 snapshot of Wine. Lots of libraries in
$PREFIX/lib/wine have been renamed.
2002-04-12 14:47:47 +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
FUJISHIMA Satsuki
e38a704233 bump PORTREVISION to reflect addition to pkg-plist. 2001-12-05 00:38:46 +00:00