Commit graph

215 commits

Author SHA1 Message Date
Kevin Lo
c8279efac2 Upgrade to version 2000.10.26
PR: 22538
2000-11-02 15:05:14 +00:00
Trevor Johnson
26676b94fb Update to version 2000.10.02.
PR:		21961
Submitted by:	maintainer
2000-10-15 07:32:44 +00:00
Satoshi Asami
211fb51b2f Rename ${FILESDIR}/patch-3.3-sys-sigtrap to
${FILESDIR}/install-patch-3.3-sys-sigtrap.  (This patch applies to
/usr/src/sys and is installed alongside wine as a guide to the user.)
2000-10-07 21:56:27 +00:00
Alexander Langer
dbd0fab187 Update port to 2000.08.21.
This breaks the port (hopefully temporarily) for CURRENT, but it is
verified to work in both, RELENG_3 and RELENG_4.
It also corrects problems with RELENG_3, which is more important
than CURRENT.

PR:		20951
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Furthermore:	James McNaughton <jtm63@enteract.com> submitted
		PR 21147, which is solved with this commit, and tested
		this version on RELENG_3
2000-09-15 15:57:15 +00:00
Sheldon Hearn
1f8d2883ee Remove the fsgs patch, which is no longer required.
PR:		11287
Reported by:	Juergen Lock <nox@jelal.kn-bremen.de>
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2000-08-24 08:17:24 +00:00
Daniel Harris
6c03e6bca9 Makefile simplification and removed references to a removed patch.
PR:		20736
Submitted by:	MAINTAINER
2000-08-21 22:51:45 +00:00
Daniel Harris
0095adcfa5 Removed patch-3.3-sys-ldtshare and update README.patch accordingly.
PR:	11287
Submitted by:	MAINTAINER
2000-08-21 19:27:04 +00:00
Daniel Harris
bb0c74ff5d Update to 2000.08.01 snapshot.
PR:		20380
Submitted by:	MAINTAINER
2000-08-19 16:49:20 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Alexander Langer
e71ad36d15 Add USE_BISON.
Submitted by:	maintainer
2000-07-24 10:20:43 +00:00
Alexander Langer
32a6ce46c4 Update to 2000.07.16 snapshot.
Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1,
if one really wants to use XFree86-4.

PR:		19979
Submitted by:	maintainer
2000-07-22 09:47:31 +00:00
Steve Price
45acadd952 Link wine with -rpath so that it can find libwine.so.
PR:		19562
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
Approved by:	maintainer
2000-07-07 19:15:15 +00:00
David E. O'Brien
2d804d4f03 Add note requested by maintainer not to upgrade the port to the
2000.06.14 snapshot, as it is unstable.
2000-06-25 21:20:00 +00:00
Stefan Eßer
653381b3db Fix problem caused by our current version of ncurses.h (see PR misc/19077),
which defines "trace" in a way that causes link errors.

This patch just places "#undef trace" statements on the line following the
"#include <ncurses.h>" in the two WIne files, that include that header.

This workaround should be kept as long as there may be systems with the
buggy definition of "trace" in "ncurses.h".

Approved by:	Maintainer
2000-06-19 12:12:12 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
David E. O'Brien
e467ed746f Use perl-fu to handle the SOVERSION tweak instead of patching 58 files. 2000-06-10 19:47:24 +00:00
David E. O'Brien
b0f84b2bf4 "We (actually, I) forgot to install the libraries that are part
of the Wine port, as well as the include files for winelib."

PR:		18877
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2000-06-10 05:04:21 +00:00
Steve Price
c1c331baa7 Update to version 2000.05.26.
PR:		18847, 18848
Submitted by:	maintainer
2000-05-29 02:11:52 +00:00
Will Andrews
692ce9c1f0 Make WINE build again!
1) Update to 20000430 release snapshot.
	2) Remove irrelevant (integrated into wine tree) patches.
	3) Add new patch.
	4) New MAINTAINER (pfeifer@dbai.tuwien.ac.at).

Gerald apparently overlooked installation, so I added a few files to the
install so people can actually run WINE; I also accounted for these files
in pkg/PLIST updating.  Unfortunately, I could not test WINE because I
don't have USER_LDT in my kernel and I'm not adding it just now.  :-)

Special thanks to Gerald for his help!

PR:		18648
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Approved by:	se (previous MAINTAINER)
2000-05-18 18:10:27 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
David E. O'Brien
25b16c8361 * Use/set fs/gs from the sigcontext struct so that it correctly runs on
recent -stable (the fs/gs handling has just been MFC'd.)
* Fix a ptrace bug, the debugger now actually seems to work again.
* Also install regapi, and some doc files.

Maintainer is reported to not have time to commit this before the 3.4
freeze point, and from what I can tell, has implied permission for this
commit.

PR:		15118
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-12-10 17:36:22 +00:00
Stefan Eßer
5fd6db6e0a Upgrade to 991114 version of Wine.
Fix install directory of man page for wine.conf.

PR:		14927
Submitted by:	Mikhail Teterin <mi@misha.cisco.com>
1999-11-21 20:02:21 +00:00
Stefan Eßer
b0f8db3b55 Upgrade to 991031 version of Wine.
Compilation may fail on a system with an old Mesa3 port installed
or if X11 headers from XFree-3.9.x are found on a system. This can
be manually fixed by undefining all occurences of DGA/DGA2 and
references to GL libraries in include/config.h in the work directory.

Kernel patches are provided for 3.3-stable: see the files directory
of the port (or $PREFIX/lib/wine/README.patches).

The port upgrade is based on patches sent by Jürgen Lock (Thanks!)

PR:		14652
Submitted by:	nox@jelal.kn-bremen.de (Juergen Lock)
1999-11-14 20:49:34 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Stefan Eßer
e1a1f5c701 Upgrade to 99.04.26 version of Wine. 1999-05-03 22:36:13 +00:00
Tim Vanderhoek
a62a532ed8 WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!!
That was fun!  Can we do it again?  Pleeeeeeaaaase!
1999-05-02 22:06:50 +00:00
Bill Fumerola
f53c7d60c9 Use 'ONLY_FOR_ARCHS= i386'. 1999-03-30 20:09:53 +00:00
Stefan Eßer
0b19c45675 Upgrade to 990214 version of Wine. 1999-02-20 00:08:37 +00:00
Stefan Eßer
a7d00664be Upgrade to 990131 version of Wine. 1999-02-01 23:28:03 +00:00
Tim Vanderhoek
7b3f1a08c5 Homepage. Requires SYSVSHEM, SEM, and MSG in the kernel.
Obtained from:	Mary Robertson Kilgore <ynop@acm.org>
1999-01-19 02:25:49 +00:00
Stefan Eßer
df49bb0276 Upgrade to January 10, 1999 version of Wine. 1999-01-17 10:53:50 +00:00
Stefan Eßer
f06d462fb4 Upgrade to 981211 version of Wine. 1998-12-27 13:30:09 +00:00
Justin M. Seger
0382a91727 Unbreak.
Submitted by:	asami
1998-10-13 11:06:04 +00:00
Justin M. Seger
e43d572e6c Add missing bitopts.h
Change BROKEN_ELF->BROKEN as this is still BROKEN after the file addition.

In file included from ./treeview.c:44:
../../include/asm/bitops.h:8: redefinition of `set_bit'
../../include/asm/bitops.h:8: `set_bit' previously defined here
../../include/asm/bitops.h:18: redefinition of `clear_bit'
../../include/asm/bitops.h:18: `clear_bit' previously defined here
../../include/asm/bitops.h:28: redefinition of `change_bit'
../../include/asm/bitops.h:28: `change_bit' previously defined here
../../include/asm/bitops.h:38: redefinition of `test_bit'
../../include/asm/bitops.h:38: `test_bit' previously defined here
./treeview.c: In function `TREEVIEW_DrawItem':
./treeview.c:341: warning: unused variable `hRootPen'
./treeview.c:339: warning: `oldBkColor' might be used uninitialized in this function
*** Error code 1
1998-10-13 04:39:18 +00:00
Justin M. Seger
3fc0198ba2 Mark BROKEN for ELF:
===>   wine-98.09.27 depends on shared library: Xpm.4 - found
/bin/mkdir -p /usr/ports/emulators/wine/work/wine-980927/include/asm
/bin/cp /usr/ports/emulators/wine/files/bitops.h /usr/ports/emulators/wine/work/wine-980927/include/asm/bitops.h
/bin/cp: /usr/ports/emulators/wine/files/bitops.h: No such file or directory
*** Error code 1
1998-10-13 03:55:19 +00:00
Jun Kuriyama
307530aae7 Update to 980927.
Submitted by:	Stefan Esser <se@mi.uni-koeln.de>
1998-10-09 05:32:34 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
50a1c0d71c Don't emulate the manpages in the PLIST. 1998-08-17 09:43:17 +00:00
Satoshi Asami
c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Stefan Eßer
b05f8bdb24 Update to 980517 version of Wine
Submitted by:	Thomas Gellekum <tg@ihf.rwth-aachen.de>
1998-06-07 21:56:15 +00:00
Stefan Eßer
5657d7dbb1 Update to 980104 version of Wine. 1998-01-04 23:15:36 +00:00
Stefan Eßer
6b80a49148 Add -lxpg4 option to LDLIBS for full wide-character support. 1997-12-24 13:37:48 +00:00
Stefan Eßer
2a42fd62a8 The Christmas Wine: update to 971221 version of WINE 1997-12-23 20:14:56 +00:00
Stefan Eßer
f5216596cd Update to 971130 version of Wine. 1997-12-01 23:16:43 +00:00
Stefan Eßer
787787bcad Update to 971116 version of Wine. 1997-11-27 00:22:50 +00:00
Stefan Eßer
a438cb2192 Upgrade to 971101 version of WINE:
- font sizes are much better now
- there seems to be a problem with the application's
  work directory (no longer set to the directory from
  where the Windows binary was loaded ???)
1997-11-01 23:57:34 +00:00
Stefan Eßer
88935a1788 Upgrade to 971012 version of Wine. 1997-10-13 21:51:46 +00:00
Stefan Eßer
e731677701 Update to 970824 version of Wine. 1997-08-25 22:00:52 +00:00
Stefan Eßer
be74aabb33 Upgrade to August 4, 1997 version of Wine. 1997-08-10 09:06:57 +00:00
Stefan Eßer
15bf3cdcc4 Upgrade to August 4, 1997 version of Wine.
Fix LIB_DEPENDS line, which had been commented out by accident.
1997-08-10 09:06:45 +00:00
Stefan Eßer
13abdfd8e6 Update to July 20, 1997 version of Wine. 1997-07-22 21:35:36 +00:00
Stefan Eßer
986b795a4c Update to June 29, 1997 version of Wine 1997-07-02 14:12:40 +00:00
Stefan Eßer
2bd6c722ce Upgrade to 970525 version of Wine. 1997-05-26 15:11:50 +00:00
Stefan Eßer
0a0f2047fb Upgrade to May 5, 1997 version of Wine 1997-05-12 11:08:00 +00:00
Stefan Eßer
57926088d9 Update to April 15, 1997 version of Wine 1997-04-15 20:02:47 +00:00
Stefan Eßer
f6aaf1a511 update to March 29, 1997 version of Wine 1997-04-09 09:22:18 +00:00
Stefan Eßer
d831c59d43 Upgrade to 970305 version of WINE. 1997-03-05 20:54:20 +00:00
Stefan Eßer
da8313d70e Upgrade to 970215 version of Wine. 1997-02-17 19:58:17 +00:00
Stefan Eßer
3aa5739bc2 Update to 970202 version of Wine 1997-02-03 17:05:24 +00:00
Stefan Eßer
f283866318 Upgrade to 970120 version of Wine. 1997-01-20 23:19:36 +00:00
Stefan Eßer
c7efcaa50e Update to 970101 version of Wine. 1997-01-02 01:14:18 +00:00
Stefan Eßer
991b07ef1e Update to 970101 version of Wine. 1997-01-02 01:06:06 +00:00
Stefan Eßer
71674f98e6 Update to 961215 version of Wine. 1996-12-16 00:03:55 +00:00
Stefan Eßer
8c08262867 Update to December 1st, 1996 version of Wine.
This is the first Wine that allowed me to load MS-Word 6.0
and which let me read and edit a 20 page document ...
1996-12-05 00:49:32 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
642e598732 Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:37:03 +00:00
David E. O'Brien
b547dd5ac0 Converted to MAN[1-9] 1996-11-17 05:48:49 +00:00
David E. O'Brien
d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
Stefan Eßer
6a9d64de7b Update to match Wine-96.11.02.tar.gz distribution file. 1996-11-09 00:13:22 +00:00
Stefan Eßer
2cfe6539d4 Update to Nov. 2nd version of Wine. 1996-11-08 23:57:24 +00:00
Stefan Eßer
035b150047 Upgrade to October 23th, 1996 version of Wine. 1996-10-29 19:08:30 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Stefan Eßer
49c1436e56 Upgrade to 960928 version of Wine.
A new patch is required to work around the lowest LDT entry
now being 17 (was 6) after a BSDI compatibility patch lead to
a change in /usr/include/machine/segments.h (1.11) ...
1996-10-01 18:04:38 +00:00
Stefan Eßer
5f5292f2b6 Update to August 24th, 1996 version of Wine.
This version is said to offer a first step towards printing support.
1996-08-26 21:24:34 +00:00
Stefan Eßer
a5ceb59dda Update to August, 11th version of Wine.
Many programs from the Win-3.1 distribution are working fine
with this release. Just try "wine winfile" and click on the
"sol.exe" icon to see how far they got :)
1996-08-13 16:35:27 +00:00
Stefan Eßer
dc6347ae8a Update for Wine-960717.tar.gz. 1996-07-18 20:12:36 +00:00
Stefan Eßer
c7b8cd7679 Upgrade to July 17th version of Wine.
I tried to enable the AUDIO support, but couldn't actually test it.
Reports are welcome ...
1996-07-18 19:52:04 +00:00
Satoshi Asami
55346239f9 Upgrade from 6/11 version to 7/5 version. It didn't compile before
(for me), it still doesn't compile but at least it's the latest version. ;)

Submitted by:	se
1996-07-10 10:04:35 +00:00
Stefan Eßer
b85e2a8fc9 Update to June 11, 1996 version of Wine. 1996-06-12 22:24:55 +00:00
Stefan Eßer
8ad21bb3a7 Update to 960516 version. 1996-05-18 13:05:27 +00:00
Stefan Eßer
f78e317075 Update to 960516 version.
Respect definition of NOMANCOMPRESS.
1996-05-18 13:05:12 +00:00
Stefan Eßer
a7892efe65 Upgrade to April 14th version of WINE. 1996-04-14 17:35:08 +00:00
Stefan Eßer
bdce5138ce Upgrade to 96.03.14 version. 1996-03-16 00:23:17 +00:00
Stefan Eßer
8ba289520c Update to Wine-96.03.09. 1996-03-13 19:29:04 +00:00
Stefan Eßer
7622001509 Upgrade to Wine-960218.
Do not strip binary, since symbols might be necessary for debugging.
Fix error in MEMORY_IsVrangeFree(): fprintf() takes FILE* as first argument.

The implementation of MEMORY_IsVrangeFree seems to rely on data not easily
available on a FreeBSD system. Somebody has to look into this ...
1996-02-19 02:03:30 +00:00
Stefan Eßer
9d027f93a1 Fix off by one error in malloc parameters.
Submitted by:	Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
1996-02-06 23:15:46 +00:00
Stefan Eßer
db474ab2ea Upgrade to January 31st version.
CAUTION: The format of $PREFIX/etc/wine.conf has changed!
Check against wine.ini from the build directory ...
1996-02-02 22:51:58 +00:00
Stefan Eßer
20ad785779 Update to 14. Jan. 1996 version. 1996-01-16 14:44:36 +00:00
Stefan Eßer
5b20d7d41d Update to Wine-95.12.12. 1995-12-16 12:55:14 +00:00
Stefan Eßer
271a11f321 Update to Wine-951124. 1995-11-29 21:38:35 +00:00
Satoshi Asami
46381ef82f Change category name from "emulation" to "emulators". This was the
most confusing of all!
1995-11-22 11:48:30 +00:00
Satoshi Asami
d7fb804ee7 Upgrade from October to November version.
Submitted by:	se@zpr.uni-koeln.de (Stefan Esser)
1995-11-09 07:23:22 +00:00
Stefan Eßer
c2c3035a4b Remove FTP.Funet.Fi mirror site, since it doesn't seem to offer
the ALPHA directory anymore ...
Add new European mirror site FTP.DFV.RWTH-Aachen.De instead.
1995-10-10 17:11:30 +00:00
Satoshi Asami
f3bfaf3e8e Change PKGNAME to lowercase, this is not a "big package". 1995-10-10 08:12:48 +00:00
Satoshi Asami
80c8ff3a40 "install:" -> "do-install:" 1995-10-10 07:21:33 +00:00
Stefan Eßer
4204fc1202 Correct device names for [serialports] and [parallelports].
Make SymbolTableFile point at /usr/local/etc/wine.sym.

Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:29:23 +00:00
Stefan Eßer
6991f2db96 Package specific files for Wine port.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:26:31 +00:00
Stefan Eßer
dfcc886eae MD5 check sum for 951003 distribution.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:25:59 +00:00
Stefan Eßer
5db219d703 Correct MASTER_SITES, add pre-configure and install targets.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:25:10 +00:00
Jeffrey Hsu
03a6455424 Update to Wine1003. Uses gnu configure instead of imake. 1995-10-05 20:50:32 +00:00
Satoshi Asami
71b12105e0 These boys now beling to emulators.... 1995-07-13 01:13:20 +00:00
Jeffrey Hsu
7b44b7e630 Upgrade to wine950706 snapshot. 1995-07-07 08:18:13 +00:00
Jeffrey Hsu
6e74699d8d Update to 950606 snapshot. 1995-06-15 07:46:50 +00:00
Jeffrey Hsu
ccf8c51ed3 Upgrade to 950430 snapshot.
Okayed by:	asami
1995-05-18 18:46:04 +00:00
Satoshi Asami
91552dc4b8 Another round of Makefile updates, in utils! 1995-04-15 03:46:07 +00:00
Jeffrey Hsu
edb15401e0 Fix misplacement of CATEGORIES line into middle of a multi-line define.
Reviewed by:
Submitted by:
Obtained from:
1995-04-07 18:56:39 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Jeffrey Hsu
3fa6604571 Update to wine950302 snapshot. 1995-03-06 04:40:22 +00:00
Jeffrey Hsu
926c79cd3e Wine - Microsoft Windows Emulator 1995-02-06 09:58:07 +00:00