summaryrefslogtreecommitdiff
path: root/emulators/wine-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark port broken for ${OSVERSION} < 400000 (not supported);Maxim Sobolev2001-02-023-6/+14
| | | | | | | | | - minor updates and cleanups to pkg-comment and pkg-descr. Submitted by: maintainer Notes: svn path=/head/; revision=37916
* Fix brokeness due to recent libgcc* changes.Maxim Sobolev2001-01-301-19/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=37787
* Upgrade to 20010112.Vanilla I. Shu2001-01-157-38/+37
| | | | | | | | PR: ports/24346 Submitted by: maintainer Notes: svn path=/head/; revision=37238
* Make this port more efficient with perl regexes; add a directory to theWill Andrews2001-01-141-5/+1
| | | | | | | | | regex commands. Approved by: maintainer Notes: svn path=/head/; revision=37205
* Update MAN1 and pkg-plist.Daniel Harris2000-12-292-1/+4
| | | | | | | | | PR: 23847 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Approved by: maintainer Notes: svn path=/head/; revision=36443
* I forgot to cvs add this file when I upgraded the port.Jean-Marc Zucconi2000-12-231-0/+11
| | | | Notes: svn path=/head/; revision=36290
* Upgrade to version 2000-12-12Jean-Marc Zucconi2000-12-235-94/+28
| | | | | | | | PR: ports/23786 Submitted by: maintainer Notes: svn path=/head/; revision=36259
* Fix PLIST and manpage packaging.Will Andrews2000-12-212-1/+6
| | | | | | | | PR: 23664 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36189
* Makefile cleanup.Daniel Harris2000-11-261-3/+3
| | | | | | | | | | | | | Do not depend on GNU bison, properly create directories during installaton in all cases, always install manpages. Do not bump PORTREVISION as these changes do not warrant upgrade by users using the current package. PR: 22974 Submitted by: maintainer Notes: svn path=/head/; revision=35452
* Upgrade to version 2000.10.26Kevin Lo2000-11-023-10/+8
| | | | | | | PR: 22538 Notes: svn path=/head/; revision=34651
* Update to version 2000.10.02.Trevor Johnson2000-10-154-9/+33
| | | | | | | | PR: 21961 Submitted by: maintainer Notes: svn path=/head/; revision=33850
* Rename ${FILESDIR}/patch-3.3-sys-sigtrap toSatoshi Asami2000-10-071-2/+2
| | | | | | | | ${FILESDIR}/install-patch-3.3-sys-sigtrap. (This patch applies to /usr/src/sys and is installed alongside wine as a guide to the user.) Notes: svn path=/head/; revision=33481
* Update port to 2000.08.21.Alexander Langer2000-09-155-36/+133
| | | | | | | | | | | | | | | | This breaks the port (hopefully temporarily) for CURRENT, but it is verified to work in both, RELENG_3 and RELENG_4. It also corrects problems with RELENG_3, which is more important than CURRENT. PR: 20951 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Furthermore: James McNaughton <jtm63@enteract.com> submitted PR 21147, which is solved with this commit, and tested this version on RELENG_3 Notes: svn path=/head/; revision=32648
* 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