summaryrefslogtreecommitdiff
path: root/emulators/wine
AgeCommit message (Collapse)AuthorFilesLines
2002-04-20Update wine to 20020411. Changes include:rh4-136/+157
* Licence changed to LGPL. * Beginnings of an SMB client implementation. * New naming scheme and location for builtin dlls. * aRts sound driver. * A bunch of unit tests. * Much more complete setupapi implementation. * Some dll separation progress. * The usual common controls rewrites. * Much improved Microsoft Office support. * Lots of bug fixes.
2002-04-12Back out previous. Wine won't be able to run any nontrivial apps onjunyoung2-17/+1
1.5.x releases due to lack of support for clone(2).
2002-04-05Restrict NetBSD version. This version of Wine does not work on NetBSDkent1-2/+2
1.5.x release or earlier.
2002-04-05Seems wine needs <sys/inttypes.h> in one place...hubertf2-1/+17
(couldn't types.h pull that in????)
2002-03-15Update Wine to 20020228 snapshot.junyoung21-1323/+402
2001-12-26Buildlinkify.wiz3-9/+10
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-22/+20
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+4
2000-08-23Properly mark as BROKEN on ELF systems.wiz1-6/+6
1999-12-29fewer pkglint warnings by removing unnecessary lines in pkg/DESCRwiz2-3/+3
and reordering lines in Makefile
1999-11-27defuzzrh4-23/+23
1999-08-27Provide an error message if an attempt is made to build this packageagc1-1/+7
on a NetBSD/i386 ELF platform.
1999-07-09Add package patch-sum filesagc1-0/+19
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-2/+2
pattern match format. Minor pkglint along the way.
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-12-14Update to 981211. Works even better now, though the compile-for-nativetv15-1048/+765
still does not work quite right (the global constructors created by wrc don't work).
1998-11-12Some more pkglint stuff.frueauf1-4/+4
1998-08-20The Grand Homepagification:tsarna1-2/+3
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc14-0/+28
1998-07-15Use automatic shared object handlingagc2-6/+2
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-06-19"wine" builds fine with our "make".tron1-2/+1
1998-06-19Get package to work with NetBSD 1.3, 1.3.1 and 1.3.2.tron1-4/+8
1998-06-19Package conflicts with "wine-980215".tron1-1/+3
1998-06-18Update Wine to 14-Jun-98 snapshot.tron17-1415/+1554
XXX Audio support is probably broken due to massive use of unsupported XXX Linux stuff in the OSS interface which I commented out. However XXX I don't have an application to test it.
1998-06-04add dependency on xpm, per PR 5537 from Ty Sarnahubertf1-1/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16portlint: use standard comment header.frueauf1-2/+2
1998-03-16portlint: add comment with NetBSD Id.frueauf1-0/+1
1998-03-16Run ldconfig here, too.mycroft1-1/+4
1998-03-16Run ldconfig at installation time.mycroft1-0/+2
1998-03-16Build libwine shared.mycroft4-631/+1415
Port some of the audio stuff.
1998-03-16WINE, the Windows emulatormycroft7-0/+659