aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to the 20050419 version of Wine. This needs one patch to fix theGerald Pfeifer2005-04-193-3/+18
| | | | | | | build, which I have submitted upstream as well. Notes: svn path=/head/; revision=133710
* Update to the 20050310 version of Wine.Gerald Pfeifer2005-03-133-3/+6
| | | | Notes: svn path=/head/; revision=131067
* Update to the 20050211 version of Wine, which now includes a winegcc man pageGerald Pfeifer2005-02-113-6/+20
| | | | | | | | | | in additional to the usual Windows-related changes. configure now finds and uses an installed version of cups (and potentially other libraries).[1] Submitted by: Jason But <jbut@swin.edu.au> Notes: svn path=/head/; revision=128565
* Update to the 20050111 version of Wine. Since we now require FreeBSD 5.3Gerald Pfeifer2005-01-113-6/+8
| | | | | | | or later, there is no need to explicitly set WITH_GCC. Notes: svn path=/head/; revision=126167
* Improve IGNORE message.Gerald Pfeifer2005-01-092-2/+2
| | | | Notes: svn path=/head/; revision=125994
* This port actually builds on FreeBSD 4.x, it just does not work. Mark itGerald Pfeifer2005-01-091-1/+1
| | | | | | | | | IGNORE instead of BROKEN. Suggested by: kris Notes: svn path=/head/; revision=125984
* Update documentation wrt. current versions of Wine now working more or lessGerald Pfeifer2004-12-282-8/+2
| | | | | | | nicely on FreeBSD 5.3 and above. Notes: svn path=/head/; revision=125333
* Also remove man/man3w via pkg-plist.Gerald Pfeifer2004-12-251-0/+1
| | | | | | | Discussed with: kris Notes: svn path=/head/; revision=125132
* Mark broken on anything before FreeBSD 5.3, as Wine would build but notGerald Pfeifer2004-12-202-0/+6
| | | | | | | | | | properly run there (mostly due to threading issues). Remove the share/applications and share/wine directories via pkg-plist.[1] Pointed out by: pointyhat/kris[1] Notes: svn path=/head/; revision=124644
* Update to the 20041201 version of Wine, which contains tons of generalGerald Pfeifer2004-12-036-29/+86
| | | | | | | | | | | | improvements (as well as dozens of portability fixes by myself) and, with the patch for [1] finally works on FreeBSD again, unlike all versions after 20040505. PR: 73092 [1] Submitted by: Simon 'corecode' Schubert <corecode@fs.ei.tum.de> [1] Notes: svn path=/head/; revision=123049
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Explain why I won't update this port (newer versions simply won't evenGerald Pfeifer2004-07-181-0/+5
| | | | | | | start on any version of FreeBSD). Notes: svn path=/head/; revision=113891