aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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
* BROKEN on 5.x: broken plistKris Kennaway2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=100301
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Revert an upstream change (which in turn reverted a fix which happened toGerald Pfeifer2004-01-282-0/+18
| | | | | | | | | | | | | | | cause higher memory consumption). This should avoid errors of the following kind: err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available Bump PORTREVISION. Problem reported by: pav, Benjamin Lutz <benlutz@datacomm.ch> Notes: svn path=/head/; revision=99349
* Update to the 20040121 snapshot of Wine (which now include two of our localGerald Pfeifer2004-01-255-43/+17
| | | | | | | hacks). Fix a INSTALL_AS_USER problem by generating $PREFIX/etc in any case. Notes: svn path=/head/; revision=99109
* Get sound working by ignoring errors from our dummy SOUND_MIXER_INFO ioctl.Gerald Pfeifer2003-12-282-1/+25
| | | | | | | | | | | Bump PORTREVISION. Reported by: Travis Poppe <tlp@LiquidX.org> Tested by: Travis Poppe <tlp@LiquidX.org> Discussed with: matk Notes: svn path=/head/; revision=96792
* rfork() requires that the RFTHREAD flag is given with RFPROC and RFMEM. AddGerald Pfeifer2003-12-262-0/+17
| | | | | | | | | | a patch to fix this port and bump PORTREVISION. PR: 60508 Submitted by: David Beck <dbeck@beckground.hu> Notes: svn path=/head/; revision=96616
* Fix an installation bug, which did not trigger during my local testing.Gerald Pfeifer2003-12-141-1/+0
| | | | Notes: svn path=/head/; revision=95807
* Update to the 20031212 snapshot of Wine, which brings some simplifications.Gerald Pfeifer2003-12-145-24/+37
| | | | | | | | Remove specific versions of Windows from pkg-descr and COMMENT, as there are simply too many now, due to Microsoft's marketing. Notes: svn path=/head/; revision=95764
* Update to the 20031118 snapshot of Wine.Gerald Pfeifer2003-11-204-59/+12
| | | | Notes: svn path=/head/; revision=94508
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Use %%DOCSDIR%%.Gerald Pfeifer2003-11-081-8/+8
| | | | Notes: svn path=/head/; revision=93394
* Add an explicit note about the (possible) use of GCC 3.2 instead of 3.3.Gerald Pfeifer2003-11-071-0/+2
| | | | Notes: svn path=/head/; revision=93332
* Unbreak on -CURRENT by anticipating a change in the upstream tree.Gerald Pfeifer2003-11-032-4/+56
| | | | | | | | (Thanks to the breakage of long-standing ATA interfaces, Wine now has lost some functionality on FreeBSD.) Notes: svn path=/head/; revision=92982
* BROKEN on 5.x: broken by new ATA driverKris Kennaway2003-10-271-0/+4
| | | | Notes: svn path=/head/; revision=92304
* Strip binaries by default, as this reduces the size of packages from 40+ MBGerald Pfeifer2003-10-201-11/+7
| | | | | | | | | | to 8- MB. Change the name of the knob to control debugging information from NDEBUG to DEBUG and shorten the pre-extract output. Triggered by: Ivan Leo Murray-Smith <puoti@inwind.it> Notes: svn path=/head/; revision=91769
* Update to the 20031016 snapshot of Wine after we skipped the previous oneGerald Pfeifer2003-10-173-37/+31
| | | | | | | | | | | which was completely broken on FreeBSD. Simplify post-build as I moved some part upstream and require GCC 3.3 as GCC 2.95 suffers from all sorts of threading/libraries issues. (GCC 3.2 also seems fine, but the ports collection requires us to request a concrete version.) Notes: svn path=/head/; revision=91514
* Add USE_BISON, as dlls/msi now requires the %pure-parser bison extension forGerald Pfeifer2003-08-221-0/+1
| | | | | | | reentrant parsers. Notes: svn path=/head/; revision=87525
* Upgrade to the 20030813 snapshot of Wine.Gerald Pfeifer2003-08-163-2/+8
| | | | Notes: svn path=/head/; revision=87027
* Remove some details concerning the installation. (These are already listedGerald Pfeifer2003-07-181-9/+1
| | | | | | | in pkg-message where there is also further relevant information.) Notes: svn path=/head/; revision=85141
* Adjust to the (relatively) new default directory layout used by Wine,Gerald Pfeifer2003-07-103-19/+9
| | | | | | | which closely follows what this port used to look anyways. Notes: svn path=/head/; revision=84611
* Update to the 20030709 snapshot of Wine. Change the PORTVERSION schemeGerald Pfeifer2003-07-103-5/+19
| | | | | | | from 2003.07.09 to 20030709 to match upstream versioning. Notes: svn path=/head/; revision=84584
* Add -L${PREFIX}/lib to LDFLAGS so that the presence of FreeType is properlyGerald Pfeifer2003-07-081-1/+2
| | | | | | | | | detected during configury. Bump PORTREVISION. Reported by: Matthew Reimer <mreimer@vpop.net> Notes: svn path=/head/; revision=84452
* Adjust the note on required kernel options for FreeBSD 5.x and above, andGerald Pfeifer2003-06-241-2/+3
| | | | | | | | | also make the situation more clear for FreeBSD 4.x. Prompted by: Eli Moore <eli.moore@newburynetworks.com> Notes: svn path=/head/; revision=83535
* Update to the 2003.06.18 snapshot of Wine.Gerald Pfeifer2003-06-183-2/+11
| | | | Notes: svn path=/head/; revision=83275
* Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problemGerald Pfeifer2003-05-201-1/+1
| | | | | | | | | introduced by the previous revision. Submitted by: petef Notes: svn path=/head/; revision=81553
* Install a script into etc/rc.d/ to run ldconfig after reboots soDmitry Sivachenko2003-05-193-0/+23
| | | | | | | | | Wine libraries could be found. Approved by: maintainer Notes: svn path=/head/; revision=81361
* Update to the 20030508 snapshot of Wine.Gerald Pfeifer2003-05-093-2/+8
| | | | Notes: svn path=/head/; revision=80538
* Add three missing items.Gerald Pfeifer2003-04-271-0/+3
| | | | Notes: svn path=/head/; revision=79734
* Also install READMEs for the wcmd and winedbg programs.Gerald Pfeifer2003-04-271-3/+4
| | | | | | | Avoid "duplicate" creation of ${PREFIX}/lib/wine. Notes: svn path=/head/; revision=79732
* Update to the 2003.04.08 snapshot, which allows us to further reduce theGerald Pfeifer2003-04-145-37/+41
| | | | | | | amount of FreeBSD-specific hackery. Notes: svn path=/head/; revision=78946
* Do not define _THREAD_SAFE, which is a noop on -CURRENT and does not makeGerald Pfeifer2003-03-301-9/+0
| | | | | | | a difference on -STABLE according to my long-term tests. Notes: svn path=/head/; revision=77763
* Remove commented USE_MESA (which is implied by current XFree86 portsGerald Pfeifer2003-03-251-1/+0
| | | | | | | anyway). Notes: svn path=/head/; revision=77456
* Update to the 2003.03.18 snapshot of Wine. Most of patch-dlls-ntdll-cdrom.cGerald Pfeifer2003-03-243-30/+2
| | | | | | | has been integrated upstream. Notes: svn path=/head/; revision=77364
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* List my FreeBSD.org address.Gerald Pfeifer2003-02-201-1/+1
| | | | Notes: svn path=/head/; revision=75992
* Also install ${PREFIX}/lib/wine/regapi.exe.so which is useful when settingGerald Pfeifer2003-02-202-0/+2
| | | | | | | | | up a new environment. Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=75941
* Update to the 2003.02.19 snapshot of Wine.Gerald Pfeifer2003-02-205-14/+46
| | | | | | | | | | | The portability issue in dlls/dsound/test was fixed, but a Linuxism in dlls/ntdll/cdrom.c added. I have submitted files/patch-dlls-ntdll-cdrom.c upstream as well. Approved by: obrien (mentor) Notes: svn path=/head/; revision=75934