summaryrefslogtreecommitdiff
path: root/emulators/wine-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the fsgs patch, which is no longer required.Sheldon Hearn2000-08-244-31/+7
| | | | | | | | | PR: 11287 Reported by: Juergen Lock <nox@jelal.kn-bremen.de> Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Notes: svn path=/head/; revision=31914
* Makefile simplification and removed references to a removed patch.Daniel Harris2000-08-212-4/+2
| | | | | | | | PR: 20736 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31833
* Removed patch-3.3-sys-ldtshare and update README.patch accordingly.Daniel Harris2000-08-211-29/+2
| | | | | | | | PR: 11287 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31827
* Update to 2000.08.01 snapshot.Daniel Harris2000-08-193-11/+10
| | | | | | | | PR: 20380 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31766
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Add USE_BISON.Alexander Langer2000-07-241-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30991
* Update to 2000.07.16 snapshot.Alexander Langer2000-07-224-25/+46
| | | | | | | | | | | Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1, if one really wants to use XFree86-4. PR: 19979 Submitted by: maintainer Notes: svn path=/head/; revision=30961
* Link wine with -rpath so that it can find libwine.so.Steve Price2000-07-071-0/+1
| | | | | | | | | PR: 19562 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Approved by: maintainer Notes: svn path=/head/; revision=30325
* Add note requested by maintainer not to upgrade the port to theDavid E. O'Brien2000-06-251-0/+2
| | | | | | | 2000.06.14 snapshot, as it is unstable. Notes: svn path=/head/; revision=29864
* Fix problem caused by our current version of ncurses.h (see PR misc/19077),Stefan Eßer2000-06-191-0/+16
| | | | | | | | | | | | | | | which defines "trace" in a way that causes link errors. This patch just places "#undef trace" statements on the line following the "#include <ncurses.h>" in the two WIne files, that include that header. This workaround should be kept as long as there may be systems with the buggy definition of "trace" in "ncurses.h". Approved by: Maintainer Notes: svn path=/head/; revision=29688
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+2
| | | | Notes: svn path=/head/; revision=29613
* Use perl-fu to handle the SOVERSION tweak instead of patching 58 files.David E. O'Brien2000-06-101-0/+8
| | | | Notes: svn path=/head/; revision=29508
* "We (actually, I) forgot to install the libraries that are partDavid E. O'Brien2000-06-104-9/+178
| | | | | | | | | | of the Wine port, as well as the include files for winelib." PR: 18877 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Notes: svn path=/head/; revision=29492
* Update to version 2000.05.26.Steve Price2000-05-293-10/+2
| | | | | | | | PR: 18847, 18848 Submitted by: maintainer Notes: svn path=/head/; revision=28844
* Make WINE build again!Will Andrews2000-05-184-24/+12
| | | | | | | | | | | | | | | | | | | | | 1) Update to 20000430 release snapshot. 2) Remove irrelevant (integrated into wine tree) patches. 3) Add new patch. 4) New MAINTAINER (pfeifer@dbai.tuwien.ac.at). Gerald apparently overlooked installation, so I added a few files to the install so people can actually run WINE; I also accounted for these files in pkg/PLIST updating. Unfortunately, I could not test WINE because I don't have USER_LDT in my kernel and I'm not adding it just now. :-) Special thanks to Gerald for his help! PR: 18648 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Approved by: se (previous MAINTAINER) Notes: svn path=/head/; revision=28564
* PORTNAME/VERSION stuffMichael Haro2000-04-121-5/+4
| | | | Notes: svn path=/head/; revision=27455
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* * Use/set fs/gs from the sigcontext struct so that it correctly runs onDavid E. O'Brien1999-12-104-20/+137
| | | | | | | | | | | | | | | | recent -stable (the fs/gs handling has just been MFC'd.) * Fix a ptrace bug, the debugger now actually seems to work again. * Also install regapi, and some doc files. Maintainer is reported to not have time to commit this before the 3.4 freeze point, and from what I can tell, has implied permission for this commit. PR: 15118 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=23742
* Upgrade to 991114 version of Wine.Stefan Eßer1999-11-212-4/+6
| | | | | | | | | | Fix install directory of man page for wine.conf. PR: 14927 Submitted by: Mikhail Teterin <mi@misha.cisco.com> Notes: svn path=/head/; revision=23244
* Upgrade to 991031 version of Wine.Stefan Eßer1999-11-148-24/+141
| | | | | | | | | | | | | | | | | | Compilation may fail on a system with an old Mesa3 port installed or if X11 headers from XFree-3.9.x are found on a system. This can be manually fixed by undefining all occurences of DGA/DGA2 and references to GL libraries in include/config.h in the work directory. Kernel patches are provided for 3.3-stable: see the files directory of the port (or $PREFIX/lib/wine/README.patches). The port upgrade is based on patches sent by Jürgen Lock (Thanks!) PR: 14652 Submitted by: nox@jelal.kn-bremen.de (Juergen Lock) Notes: svn path=/head/; revision=23129
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Upgrade to 99.04.26 version of Wine.Stefan Eßer1999-05-033-31/+14
| | | | Notes: svn path=/head/; revision=18442
* WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!!Tim Vanderhoek1999-05-021-1/+1
| | | | | | | That was fun! Can we do it again? Pleeeeeeaaaase! Notes: svn path=/head/; revision=18347
* Use 'ONLY_FOR_ARCHS= i386'.Bill Fumerola1999-03-301-1/+2
| | | | Notes: svn path=/head/; revision=17467
* Upgrade to 990214 version of Wine.Stefan Eßer1999-02-203-8/+8
| | | | Notes: svn path=/head/; revision=16783
* Upgrade to 990131 version of Wine.Stefan Eßer1999-02-013-8/+8
| | | | Notes: svn path=/head/; revision=16471
* Homepage. Requires SYSVSHEM, SEM, and MSG in the kernel.Tim Vanderhoek1999-01-191-2/+7
| | | | | | | Obtained from: Mary Robertson Kilgore <ynop@acm.org> Notes: svn path=/head/; revision=16185
* Upgrade to January 10, 1999 version of Wine.Stefan Eßer1999-01-173-8/+8
| | | | Notes: svn path=/head/; revision=16096
* Upgrade to 981211 version of Wine.Stefan Eßer1998-12-273-27/+14
| | | | Notes: svn path=/head/; revision=15657
* Unbreak.Justin M. Seger1998-10-131-3/+1
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=13949
* Add missing bitopts.hJustin M. Seger1998-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | Change BROKEN_ELF->BROKEN as this is still BROKEN after the file addition. In file included from ./treeview.c:44: ../../include/asm/bitops.h:8: redefinition of `set_bit' ../../include/asm/bitops.h:8: `set_bit' previously defined here ../../include/asm/bitops.h:18: redefinition of `clear_bit' ../../include/asm/bitops.h:18: `clear_bit' previously defined here ../../include/asm/bitops.h:28: redefinition of `change_bit' ../../include/asm/bitops.h:28: `change_bit' previously defined here ../../include/asm/bitops.h:38: redefinition of `test_bit' ../../include/asm/bitops.h:38: `test_bit' previously defined here ./treeview.c: In function `TREEVIEW_DrawItem': ./treeview.c:341: warning: unused variable `hRootPen' ./treeview.c:339: warning: `oldBkColor' might be used uninitialized in this function *** Error code 1 Notes: svn path=/head/; revision=13947
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | ===> wine-98.09.27 depends on shared library: Xpm.4 - found /bin/mkdir -p /usr/ports/emulators/wine/work/wine-980927/include/asm /bin/cp /usr/ports/emulators/wine/files/bitops.h /usr/ports/emulators/wine/work/wine-980927/include/asm/bitops.h /bin/cp: /usr/ports/emulators/wine/files/bitops.h: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13940
* Update to 980927.Jun Kuriyama1998-10-093-12/+42
| | | | | | | Submitted by: Stefan Esser <se@mi.uni-koeln.de> Notes: svn path=/head/; revision=13777
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Don't emulate the manpages in the PLIST.Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12576
* Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami1998-07-271-2/+2
| | | | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=12173
* Update to 980517 version of WineStefan Eßer1998-06-072-5/+5
| | | | | | | Submitted by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=11335
* Update to 980104 version of Wine.Stefan Eßer1998-01-042-4/+4
| | | | Notes: svn path=/head/; revision=9266
* Add -lxpg4 option to LDLIBS for full wide-character support.Stefan Eßer1997-12-241-0/+11
| | | | Notes: svn path=/head/; revision=9168
* The Christmas Wine: update to 971221 version of WINEStefan Eßer1997-12-232-4/+4
| | | | Notes: svn path=/head/; revision=9160
* Update to 971130 version of Wine.Stefan Eßer1997-12-012-4/+4
| | | | Notes: svn path=/head/; revision=8947
* Update to 971116 version of Wine.Stefan Eßer1997-11-272-4/+4
| | | | Notes: svn path=/head/; revision=8862
* Upgrade to 971101 version of WINE:Stefan Eßer1997-11-012-4/+4
| | | | | | | | | | - font sizes are much better now - there seems to be a problem with the application's work directory (no longer set to the directory from where the Windows binary was loaded ???) Notes: svn path=/head/; revision=8440
* Upgrade to 971012 version of Wine.Stefan Eßer1997-10-132-4/+4
| | | | Notes: svn path=/head/; revision=8252
* Update to 970824 version of Wine.Stefan Eßer1997-08-252-7/+7
| | | | Notes: svn path=/head/; revision=7689