aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to the 20040505 snapshot.Gerald Pfeifer2004-05-063-3/+17
| | | | Notes: svn path=/head/; revision=108587
* Update to the 20040408 snapshot of Wine. Improve installation to non-defaultGerald Pfeifer2004-04-144-19/+20
| | | | | | | prefix as regular user on the way. Notes: svn path=/head/; revision=107068
* Update to the 20040309 snapshot of Wine.Gerald Pfeifer2004-03-113-7/+35
| | | | Notes: svn path=/head/; revision=103615
* Add USE_MESA=yes to document dependency on libglut (and fix packaging on allGerald Pfeifer2004-03-071-1/+1
| | | | | | | | | | possible configurations). USE_SIZE is the global default now. Reported by: bento, kris Discussed with: kris, marcus Notes: svn path=/head/; revision=103188
* Fix the NOPORTDOCS case for installation and packaging. Use DOCSDIR.Gerald Pfeifer2004-02-292-14/+12
| | | | | | | Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> Notes: svn path=/head/; revision=102572
* Work around a bug that would break in the presence of recent versions ofGerald Pfeifer2004-02-231-0/+27
| | | | | | | | | the arts port. PR: 62954 Notes: svn path=/head/; revision=101914
* Set USE_GL=yes to avoid packaging problems on systems without Mesa (and haveGerald Pfeifer2004-02-222-3/+4
| | | | | | | | | a more uniform installation of Wine across systems). Reported by: bento Notes: svn path=/head/; revision=101761
* Wine sees itself as a compatibility layer rather than an emulator. HonorGerald Pfeifer2004-02-162-4/+4
| | | | | | | that, and also use the term "Unix-like systems" instead of "Unix". Notes: svn path=/head/; revision=101034
* Make deinstallation of optional OpenGL dependent files work inGerald Pfeifer2004-02-162-3/+3
| | | | | | | INSTALL_AS_USER mode as well. Notes: svn path=/head/; revision=101033
* Fix pkg-plist to consider symlinks as well (bin/winecpp in this case).Gerald Pfeifer2004-02-152-4/+1
| | | | | | | | | Remove related BROKEN marker. Submitted by: ale Notes: svn path=/head/; revision=100989
* Update to the 20040213 snapshot of Wine. Employe USE_SIZE and no longerGerald Pfeifer2004-02-143-8/+10
| | | | | | | check that we are building on FreeBSD 4.x or later. Notes: svn path=/head/; revision=100890