summaryrefslogtreecommitdiff
path: root/emulators/wine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 0.9.34. Among others, this brings the following changes:Gerald Pfeifer2007-03-303-4/+6
| | | | | | | | | | | - Support for Xcursor. - A range of fixes for various installers. - New builtin xcopy tool. - The usual assortment of Direct3D fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=188838
* Update to Wine 0.9.33. Among others, this brings the following changes:Gerald Pfeifer2007-03-163-4/+5
| | | | | | | | | | | - Many Direct3D fixes and performance improvements. - More comctl32 tests and some bug fixes. - Compatibility improvements in cmd.exe. - Still more fixes to builtin OLE. - Lots of bug fixes. Notes: svn path=/head/; revision=187552
* Update to Wine 0.9.32. Among others, this brings the following changes:Gerald Pfeifer2007-03-033-4/+6
| | | | | | | | | | - Many Direct3D fixes and performance improvements. - Several new features in the builtin cmd.exe. - Improvements to HTML help support. - Lots of bug fixes. Notes: svn path=/head/; revision=186384
* Update to Wine 0.9.31. Among others, this brings the following changes:Gerald Pfeifer2007-02-163-4/+6
| | | | | | | | | | | - Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More OLE32 marshalling fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=185334
* Update to Wine 0.9.30. Among others, this brings the following changes:Gerald Pfeifer2007-01-263-4/+7
| | | | | | | | | | - Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=183359
* Update to Wine 0.9.29. Among others, this brings the following changes:Gerald Pfeifer2007-01-103-5/+6
| | | | | | | | | - More work on the new Direct3D state management. - Many OLE fixes and improvements. - Lots of bug fixes. Notes: svn path=/head/; revision=182031
* - enable xml supportDirk Meyer2007-01-021-1/+2
| | | | | | | Approved by: gerald Notes: svn path=/head/; revision=181233
* Update to Wine 0.9.28. Among others, this brings the following changes:Gerald Pfeifer2006-12-263-6/+5
| | | | | | | | | | | | - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Lots of bug fixes. Notes: svn path=/head/; revision=180800
* Update to Wine 0.9.26. Among others, this brings the following changes:Gerald Pfeifer2006-11-253-4/+9
| | | | | | | | | | | - Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes. Notes: svn path=/head/; revision=178031
* Update to Wine 0.9.25. Among others, this brings the following changes:Gerald Pfeifer2006-11-112-4/+4
| | | | | | | | | | | - Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes. Notes: svn path=/head/; revision=177051
* Update to Wine 0.9.24. Among others, this brings the following changes:Gerald Pfeifer2006-10-313-5/+11
| | | | | | | | | | | | | - Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - MSI fixes and improvements. - Support for multiple monitors using Xinerama. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes. Notes: svn path=/head/; revision=175727
* Update to Wine 0.9.22. Among others, this brings the following changes:Gerald Pfeifer2006-10-093-4/+8
| | | | | | | | | | | | - The usual assortment of MSI improvements. - Several bug fixes to the various common controls. - Pixel shaders enabled by default in D3D. - Various improvements to the build process. - Many translation updates. - Lots of bug fixes. Notes: svn path=/head/; revision=175133
* Update to Wine 0.9.21. Among others, this brings the following changes:Gerald Pfeifer2006-09-153-8/+9
| | | | | | | | | | | | | - OpenGL restructurations. - The usual assortment of MSI improvements. - Several Richedit fixes. - WCMD Winelib app renamed to CMD for compatibility. - Many improvements to the Wintrust DLL. - Some code cleanups. - Lots of bug fixes. Notes: svn path=/head/; revision=173106
* Add ${PREFIX}/lib to USE_LDCONFIG, in the unlikely (but possible) case thatGerald Pfeifer2006-09-131-1/+1
| | | | | | | | | | nobody else has done this yet (for example if we are installing into a non- default $PREFIX). Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=172900
* Update to Wine 0.9.20. This includes the following changes:Gerald Pfeifer2006-08-253-7/+9
| | | | | | | | | | | | - XEmbed system tray support. - Many improvements to NTLM support. - Many messages made localizable instead of hardcoded to English. - Improved support for various OpenGL platforms. - More improvements to the IDL compiler. - Lots of bug fixes. Notes: svn path=/head/; revision=171362
* Update to Wine 0.9.19. This includes the following changes:Gerald Pfeifer2006-08-143-6/+13
| | | | | | | | | | | | | | | | - Support for a proper Trash folder. - Many improvements to the IDL compiler. - Better FreeBSD support. - A number of MSI bug fixes. - Many RichEdit improvements. - Lots of bug fixes. Switch the order of MASTER_SITES. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] Notes: svn path=/head/; revision=170546
* Update to Wine 0.9.18. This includes the following changes:Gerald Pfeifer2006-07-313-6/+13
| | | | | | | | | | | - Still more work on Direct3D. - A lot of MSI bug fixes and improvements. - More compatible memory management. - Several fixes for Win64 support. - Some performance improvements. Notes: svn path=/head/; revision=169183
* No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressedGerald Pfeifer2006-07-231-1/+0
| | | | | | | in Mk/bsd.port.mk now. Notes: svn path=/head/; revision=168549
* Update to Wine 0.9.17. This includes the following changes:Gerald Pfeifer2006-07-103-4/+13
| | | | | | | | | | | - Still more work on Direct3D shaders. - Now using the Gecko engine directly for MSHTML. - Better support for apps switching to full screen mode. - Support for multiple joysticks. - Lots of bug fixes. Notes: svn path=/head/; revision=167413
* Update to Wine 0.9.16. Adjust some details related to USE_LDCONFIG,Gerald Pfeifer2006-06-223-5/+12
| | | | | | | for non-default prefix. Notes: svn path=/head/; revision=166051
* Switch to the new, default version of USE_LDCONFIG as provided byGerald Pfeifer2006-06-171-4/+1
| | | | | | | | | Mk/bsd.port.mk. Reviewed by: flz Notes: svn path=/head/; revision=165654
* Update to Wine 0.9.15. This includes the following changes:Gerald Pfeifer2006-06-103-4/+10
| | | | | | | | | | | - More MS/RPC improvements. - Core Audio driver for Mac OS X. - More complete DNSAPI dll. - Improvements to Web browser support. Work around a newly introduced Linuxism in terms of man pages location. Notes: svn path=/head/; revision=164963
* Update to Wine 0.9.14 which brings the following:Gerald Pfeifer2006-05-304-43/+63
| | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=164017
* Leverage the new USE_LDCONFIG mechanism instead of our original, moreGerald Pfeifer2006-04-163-20/+4
| | | | | | | | | | | home-grown approach. PR: 95757 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Reviewed by: flz Notes: svn path=/head/; revision=159742
* Update to Wine 0.9.12, and add a patch of mine to make use of theGerald Pfeifer2006-04-134-4/+45
| | | | | | | FreeBSD pthread libraries by default. Notes: svn path=/head/; revision=159441
* Update to Wine 0.9.11.Gerald Pfeifer2006-04-013-6/+6
| | | | Notes: svn path=/head/; revision=158596
* Update to Wine 0.9.10.Gerald Pfeifer2006-03-153-53/+55
| | | | Notes: svn path=/head/; revision=157353
* Update to Wine 0.9.8.Gerald Pfeifer2006-02-165-127/+10
| | | | Notes: svn path=/head/; revision=156139
* Update to Wine 0.9.7.Gerald Pfeifer2006-02-045-4/+126
| | | | Notes: svn path=/head/; revision=155175
* Update to Wine 0.9.6.Gerald Pfeifer2006-01-223-5/+6
| | | | Notes: svn path=/head/; revision=154132
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-2/+4
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Update to Wine 0.9.5.Gerald Pfeifer2006-01-052-4/+4
| | | | Notes: svn path=/head/; revision=152799
* Update to Wine 0.9.4.Gerald Pfeifer2005-12-222-4/+4
| | | | Notes: svn path=/head/; revision=151887
* Update to Wine 0.9.3.Gerald Pfeifer2005-12-093-4/+7
| | | | Notes: svn path=/head/; revision=150692
* Update to Wine 0.9.2.Gerald Pfeifer2005-11-245-10/+11
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=149232
* The sourceforge mastersite behaves very strangely today, including servingGerald Pfeifer2005-11-231-1/+2
| | | | | | | | | | empty tarballs. Add ibiblio.org as an alternative download site and make it the default for now. Inspired by ports/89442 by Andrew P. <infofarmer@gmail.com>. Notes: svn path=/head/; revision=149206
* Revert the use of %%DATADIR%% in pkg-plist and install in additional threeGerald Pfeifer2005-11-222-3/+6
| | | | | | | READMEs: README.progman, README.uninstaller, and README.winemine. Notes: svn path=/head/; revision=149124
* Use %%DATADIR%%.Gerald Pfeifer2005-11-151-2/+2
| | | | | | | Reported by: portlint(1) Notes: svn path=/head/; revision=148406
* Perform some house^Wportkeeping:Gerald Pfeifer2005-11-152-15/+4
| | | | | | | | | | | | | | | - WRKSRC is predefined, no need to redefine it. - Use pre-build instead of post-configure. - Rely on the default do-install target, and use post-install for our additional changes. - $PREFIX/etc/wine.conf and .wine/config are no longer used; remove all references from pkg-message. PR: 88758 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=148304
* Remove DEBUG knob which I have never seen in use (so that it does notGerald Pfeifer2005-11-131-12/+0
| | | | | | | seem worthwhile adjusting it to the new WITH_ conventions). Notes: svn path=/head/; revision=148164
* Update to Wine 0.9.1.Gerald Pfeifer2005-11-104-8/+8
| | | | | | | | | | Set CFLAGS incrementally, and note that we are in beta now. [1] PR: 88492 [1] Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> [1] Notes: svn path=/head/; revision=147842
* Update to the first beta version of Wine, 0.9.Edwin Groothuis2005-11-065-45/+8
| | | | | | | | | | | Unfortunately this requires a port epoch, and also uses bzip2 now. PR: 88492 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: gerald (maintainer)? Notes: svn path=/head/; revision=147465
* Update to the 20050930 version of Wine. We can now build wldap32 again.Gerald Pfeifer2005-10-034-31/+13
| | | | Notes: svn path=/head/; revision=144101
* We don't need this patch any longer (and haven't for about nine months),Gerald Pfeifer2005-09-241-29/+0
| | | | | | | | since a variant of my original patch which adjusts libs/wine/mmap.c instead has been accepted upstream, making thise code a noop. Notes: svn path=/head/; revision=143494
* Remove patch which is no longer needed.Gerald Pfeifer2005-09-131-15/+0
| | | | Notes: svn path=/head/; revision=142636
* Update to the 20050830 version of Wine.Gerald Pfeifer2005-08-315-57/+51
| | | | | | | | | 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. Notes: svn path=/head/; revision=141586
* Update to the 20050725 version of Wine. This abandons the classicGerald Pfeifer2005-07-263-12/+32
| | | | | | | | | | config file and several man pages. Add a dependency on graphics/lcms which is not strictly needed, but allows for additional functionality when present. Notes: svn path=/head/; revision=140139
* Update to the 20050524 snapshot of Wine.Gerald Pfeifer2005-05-283-15/+22
| | | | Notes: svn path=/head/; revision=136346
* Add three missing entries to the packaging list.Gerald Pfeifer2005-04-201-0/+3
| | | | | | | Pointed out by: pointyhat Notes: svn path=/head/; revision=133805