summaryrefslogtreecommitdiff
path: root/emulators/wine
AgeCommit message (Collapse)AuthorFilesLines
2004-04-09Changes 20040408:adam6-16/+42
* DOS devices and drives are now configured through symlinks. * Many shell32 improvements. * New task manager merged from ReactOS. * First version of wineprefixcreate tool for initial setup. * Lots of bug fixes.
2004-04-04Add buildlink3.mk (needed by mono's winelib).recht1-0/+25
2004-03-12Changes 20040309:adam5-37/+61
* Much improved winegcc tool, now used to build Wine itself. * VxDs are now separate libraries for better modularity. * Improvements and simplifications to the drive configuration. * New setupapi INF script to create the initial registry. * Many improvements to the various multimedia dlls. * Lots of bug fixes.
2004-02-23UNLIMIT_RESOURCES=datasize for gcc3.3 -arch=pentium2 on NetBSD 1.6.2abs1-1/+2
2004-02-16Changes 20040213:adam6-19/+38
- Improved support for screen resolution changes. - More shell32 improvements. - Several Winelib compatibility fixes. - Beginnings of support for typelib creation. - Lots of bug fixes.
2004-02-11'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2abs1-1/+2
2004-01-22Changes 20040121:adam6-40/+27
- Many improvements in the shell32 dll. - Better support for constructors in C++ Winelib apps. - Improved Regedit tool. - Full support for graphic tablets. - Lots of DirectMusic improvements. - Better support for video playback. - Full IME support for Asian locales. - Lots of bug fixes. Pkgsrc: wine does not seem to need unlimited data size (in fact, I tried smaller limit then the default and it worked), so MESSAGE removed.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Add UNLIMIT_RESOURCES=datasize to fix build under gcc3abs1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-17Undo previous: committed by accident.wiz2-7/+11
2004-01-17Add MESSAGE describing that the data size limitwiz3-11/+15
needs to be raised to run wine.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-26"Solaris" is not a valid OPSYS. s/Solaris/SunOS/grant1-2/+2
"thou shalt not blindly apply patches".
2003-12-25Better make that NetBSD-2*-i386 (only).fredb1-2/+2
2003-12-25Add a few other platforms reasonably expected to be supported, includingfredb1-2/+3
NetBSD-2* and FreeBSD. Should close PR pkg/23882.
2003-12-16WHAT'S NEW with Wine-20031212: (see ChangeLog for details)adam6-27/+55
- Initial implementation of XDND drag&drop support. - Improved startup performance on remote displays. - Major improvements in the oleaut32 dll. - Some support for Netbios functions. - Work around for Exec Shield and prelinking troubles. - Many code cleanups. - Lots of bug fixes.
2003-12-01Changes Wine-20031118:adam5-31/+24
- Many printing improvements. - Run-time detection of NPTL threading. - Lots of code merges from Crossover Office 2.1. - Some reorganization of the source tree. - Lots of bug fixes.
2003-11-30As pointed out by jlam:jschauma1-1/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-10-26Add some files.wiz1-1/+6
2003-10-17WHAT'S NEW with Wine-20031016: (see ChangeLog for details)adam6-26/+24
- Support for the Xrandr extension. - Dll separation of kernel and ntdll is finished. - Many enhanced metafile improvements. - Lots of bug fixes.
2003-09-28Avoid using `tl' variable expansion modifier, it is too new to be supportedseb1-2/+2
on all Pkgsrc platforms.
2003-09-25Sort PLIST.wiz1-7/+7
2003-09-23Added buildlinks for libungif and pthreadadam1-4/+5
2003-09-15Changes 20030911:adam1-0/+13
- Many improvements to the winecfg configuration tool. - Massive header files cleanup for better source compatibility. - Some more progress on the kernel/ntdll separation. - Lots of bug fixes. Changes 20030813: - Partial implementation of the Microsoft Installer (msi.dll). - GUI for regedit (from ReactOS). - DirectMusic dlls reorganization. - Many Wininet improvements. - Lots of bug fixes.
2003-09-15Changes 20030911:adam7-94/+59
- Many improvements to the winecfg configuration tool. - Massive header files cleanup for better source compatibility. - Some more progress on the kernel/ntdll separation. - Lots of bug fixes. Changes 20030813: - Partial implementation of the Microsoft Installer (msi.dll). - GUI for regedit (from ReactOS). - DirectMusic dlls reorganization. - Many Wininet improvements. - Lots of bug fixes.
2003-07-28CONFIGURE_ARGS changedadam1-2/+2
2003-07-19Install win.ini into examples dir too; use REPLACE_PERL for two perl scripts.wiz2-3/+8
Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14WHAT'S NEW with Wine-20030709:adam3-6/+21
- Still more Direct3D and DirectSound improvements - Inter-process clipboard support - Locale handling improvements - More progress on the kernel/ntdll separation - Lots of bug fixes
2003-07-12Install share/examples/wine/winedefault.reg by default.zuntum2-5/+7
Per suggestion in PR#21560 by Todd Vierling, thanks
2003-07-02Fix USE_LIBTOOL line.wiz1-2/+2
2003-06-23Add ${RMDIR} ${PREFIX}/man/man3w in post-install.wiz1-1/+2
2003-06-23Updated to wine-20030618adam1-0/+12
2003-06-23Updated to wine-20030618adam6-47/+95
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-2/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-04Update to 20030219.wiz4-198/+331
Changes: 20021219 - DLL linking now done through import libraries. - A couple of new tools to make Winelib easier to use. - Many Direct3D improvements. - Improved Windows compatibility of the regression tests. - Lots of bug fixes. 20030115 - Much better header files compatibility in Winelib. - A ton of Direct3D work. - Many improvements in sound support. - New wineboot tool to simulate a Windows reboot. - Lots of bug fixes. 20030219 - Better dead keys support. - Many debugger fixes. - More Direct3D work. - Lots of bug fixes.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Update to 20021125. From Juan <Juan@xtraeme.dyndns.org> via pkg/19309.junyoung3-11/+11
WHAT'S NEW with Wine-20021125: (see ChangeLog for details) - Finished conversion to STRICT compilation mode. - WinHelp revival. - Client-side fonts supported even without RENDER extension. - Regression tests no longer require Perl. - Lots of bug fixes.
2002-11-15Update to 20021031, based on PR 19039 by Juan RP.wiz3-8/+8
Changes: - Complete listview overhaul. - Beginnings of real RPC support. - Most dlls now build properly in STRICT mode. - Inter-process window activation and focus handling. - Many improvements to AVI support. - Lots of bug fixes.
2002-10-10Fix a bug that configure messes up sonames, as provided in PR pkg/18588junyoung3-3/+45
by Frank van der Linden. Bump PKGREVISION.
2002-10-10Update to 20021007 snapshot. Changes include:junyoung5-39/+41
WHAT'S NEW with Wine-20021007: (see ChangeLog for details) - Massive listview rewrite. - New MS RLE codec. - winemaker should be working again. - Beginnings of Direct3D 8 support. - Lots of bug fixes. WHAT'S NEW with Wine-20020904: (see ChangeLog for details) - Much improved PowerPC support. - More correct locale definitions. - Progress on the conversion of handle types to pointers. - Many Visio and Quicken fixes merged from Crossover. - Lots of bug fixes.
2002-09-21This files needs to build perl modules, so include perl5/buildlink2.mk.jlam1-1/+2
2002-09-21buildlink1 -> buildlink2jlam1-17/+16
2002-09-06Hide artsc-config and sane-config from the configure scriptzuntum1-1/+4
as we don't use them in the wine package. Makes "wine" build again. Fix provided by Johnny Lam, thanks!
2002-08-07Add REPLACE_PERL for two scripts.wiz1-1/+3
2002-08-07This package needs perl during compilation, and installs perl scripts.wiz1-1/+2
2002-08-05Update to 20020804 snapshot.junyoung4-27/+24
WHAT'S NEW with Wine-20020804: (see ChangeLog for details) - Beginnings of an IDL compiler. - Several new winedbg features. - More OLE and shell improvements. - NAS and AudioIO sound drivers. - Still more Sparc portability fixes. - Lots of bug fixes.
2002-07-29Update to 20020710 snapshot. Highlights since 20020411 snapshot include:junyoung4-20/+73
WHAT'S NEW with Wine-20020509: - More dll separation work. - Many async I/O improvements. - Still more unit tests. - A lot less multimedia code. - Many portability fixes, esp. for ReactOS. - Lots of bug fixes. WHAT'S NEW with Wine-20020605: - Better Mingw support, including cross-compilation on Linux. - Still more dll separation work. - Winelib applications now get loaded much like builtin dlls. - Some command-line options replaced by config entries. - Multimedia improvements, including an MP3 decoder. - Massive whitespace cleanup. - New Winelib file manager. - Lots of bug fixes. WHAT'S NEW with Wine-20020710: - DirectSound 8 and DirectInput 8 support. - Many OLE improvements. - Support for font downloading in Postscript driver. - ALSA sound driver. - More portability fixes, particularly for Sparc. - Lots of bug fixes.
2002-04-20Update wine to 20020411. Changes include:rh4-136/+157
* Licence changed to LGPL. * Beginnings of an SMB client implementation. * New naming scheme and location for builtin dlls. * aRts sound driver. * A bunch of unit tests. * Much more complete setupapi implementation. * Some dll separation progress. * The usual common controls rewrites. * Much improved Microsoft Office support. * Lots of bug fixes.