summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-06-02Pullup ticket 531 - requested by Lubomir Sedlaciksnj1-1/+2
security fix for wine Apply patch from Lubomir Sedlacik. "it fixes insecure tempfile creation in /tmp, patches are from Wine bugzilla: http://bugs.winehq.org/show_bug.cgi?id=2715"
2005-03-14Fix incorrect quoting which caused mismatched quote in CFLAGSabs1-2/+2
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-16Changes 20050211:adam1-9/+9
* Still more work on the MSI dll. * More OLE work, including a builtin stdole32.tlb. * Fixed inter-process window resize and repaint. * Lots of bug fixes.
2005-01-17PLIST fix + depend on fontforgeadam1-1/+3
2005-01-14Changes 20050111:adam1-4/+2
- Many OLE bug fixes and improvements. - A lot more work on the MSI dll. - Update regions now handled in the Wine server. - Beginnings of typelib generation in the IDL compiler. - Many janitorial cleanups. - Lots of bug fixes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-2/+2
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-08-28Patch wine to use mk/ossaudio.buildlink3.mk and DEVOSSAUDIOben1-2/+3
instead of hardcoding /dev/dsp.
2004-05-06Changes 20040505:adam1-2/+2
- Many more filesystem improvements, including autodetection of drive types and devices, and support for editing the drive configuration with winecfg. - Many Direct3D improvements. - Several fixes to the various sound drivers. - Lots of bug fixes
2004-04-09Changes 20040408:adam1-2/+2
* 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-03-12Changes 20040309:adam1-18/+13
* 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:adam1-5/+3
- 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:adam1-8/+4
- 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.wiz1-4/+3
2004-01-17Add MESSAGE describing that the data size limitwiz1-3/+4
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)adam1-14/+22
- 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:adam1-5/+3
- 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-17WHAT'S NEW with Wine-20031016: (see ChangeLog for details)adam1-3/+3
- 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-23Added buildlinks for libungif and pthreadadam1-4/+5
2003-09-15Changes 20030911:adam1-4/+7
- 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.wiz1-2/+6
Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14WHAT'S NEW with Wine-20030709:adam1-2/+2
- 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.zuntum1-4/+5
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-5/+5
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.wiz1-4/+3
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.junyoung1-7/+3
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.wiz1-4/+3
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/18588junyoung1-2/+3
by Frank van der Linden. Bump PKGREVISION.
2002-10-10Update to 20021007 snapshot. Changes include:junyoung1-2/+2
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!