summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-05more PKGREV bumps for gnutls updatedrochner1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-25emulators/wine-devel: regen broken distinfomarino1-4/+4
The first distinfo was bad for the three changed patches -- I can't really explain it, but the committed patches were correct.
2012-05-23emulators/wine-devel: Add DragonFly supportmarino9-16/+326
I have no idea if this actually works, but at least it builds which was not the case before.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-25Update PLIST.Linuxsbd2-3/+5
Bump PKGREVISION.
2012-03-03More pcre PKGREVISION bumps.wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-26requires flex>=2.5.33hans1-1/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-08-20Changes 1.3.26:adam3-7/+14
* Various improvements to the builtin Internet Explorer. * Support for Get/SetDIBits in the DIB engine. * Support for enhanced metafiles in the View tool. * Many improvements in WinHTTP. * A number of fixes to the COM stubless marshaller. * Improved mechanism for DLL registrations. * Various bug fixes.
2011-07-09Update to WINE 1.3.24asau3-8/+19
Changes in 1.3.24: * Various DirectInput improvements. * Support for line breaking in Uniscribe. * More UI elements in builtin Shell Explorer. * Some more D3DX9 functions. * Improved support for shell known folders. * Various bug fixes. Changes in 1.3.23: * Support for stubless COM proxies on x86-64. * Builtin dxdiag now outputs real information. * Monochrome bitmap format in the DIB engine. * Beginnings of a true shell Explorer builtin. * A number of new D3DX9 functions. * More support for Indic text shaping. * Various bug fixes.
2011-06-15Changes 1.3.22:adam3-7/+11
* Support for Indic text shaping. * Generation of stubless code in the IDL compiler. * Support for X files in D3DX. * 4- and 24-bit bitmap formats in the DIB engine. * Listview performance improvements. * Various bug fixes.
2011-06-02Changes 1.3.21:adam3-7/+14
* Support for installation rollbacks in MSI. * 8- and 16-bit bitmap formats in the DIB engine. * Fixes in the XInput2 mouse support. * Better support for text shaping in Uniscribe. * Improvements to the Item common dialog. * More MSVC runtime functions. * Various bug fixes.
2011-05-27Changes 1.3.20:adam3-7/+13
* Option to clip the mouse inside fullscreen windows. * Support for persistent HTTP connections. * Initial implementation of the XML writer. * Support for drawing rectangles in the DIB engine. * Volume control in MMDevAPI. * More MSVC runtime functions. * Various bug fixes.
2011-05-05patch-bb should have been long goneadam2-21/+1
2011-05-02Added PLIST.Darwinadam1-0/+13
2011-05-02Changes 1.3.19:adam22-343/+945
* New sound driver architecture for MMDevAPI. * Better support for relative mouse events in DInput. * Debugger support for the ARM platform. * Various improvements in D3DX9. * More MSVC runtime functions. * Various bug fixes.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-02-20completely removed empty if clause in configure (had caused configure toschwarz2-11/+16
fail on MacOS X)
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-04wine-devel is only for i386/x86_64. Both don't work on NetBSD though.joerg1-1/+5
2009-12-29The ${LDD} may also have options (e.g. otool -L), and thus must be quotedmishka1-2/+2
when passed to configure.
2009-09-07Let wine compile and work again. There are still some minor issues that needreinoud7-3/+77
to be adressed but example programs i had installed before worked fine. The errors i currently get are: 1 Could not load Mozilla. HTML rendering will be disabled. 2 err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. Where 1) is annoying but 2) is more revealing.
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-28Changes 1.1.16:adam6-34/+37
* Improved SANE scanner support. * Support for digital CD audio playback. * Improved cookies management in Wininet. * Support for building stand-alone 16-bit modules. * Many fixes to the regression tests on Windows. * Various bug fixes.
2009-02-19Changes 1.1.15:adam5-21/+35
* Gecko engine update. * Better region support in GdiPlus. * Support for cross-compilation in winegcc. * Beginnings of MS Text Framework support. * Many fixes to the regression tests on Windows. * Various bug fixes.
2009-01-30Changes 1.1.14:adam8-184/+55
* Various bug fixes for Internet Explorer 7. * Many crypt32 improvements, including new export wizard. * Better support for windowless Richedit. * Improvements to the print dialog. * Many fixes to the regression tests on Windows. * Various bug fixes.
2009-01-17Changes 1.1.13:adam8-32/+106
* Freedesktop.org-compliant startup notifications. * Many fixes for 64-bit application support. * Improved graphics support in Internet Explorer. * Various Richedit improvements. * Better certificate manager dialog. * Various bug fixes.
2009-01-03Changes 1.1.12:adam4-14/+14
* Some simple 64-bit apps should now run. * Support for subpixel font rendering. * 64-bit code generation in the IDL compiler. * New version of the Gecko engine. * Various bug fixes.
2008-12-21The Wine development release 1.1.11 is now available.jmcneill3-8/+14
What's new in this release: * Numerous fixes for IE7 support. * Support for 64-bit cross-compile using Mingw64. * User interface support for crypto certificates. * Better support for MSI installation patches. * Various Direct3D optimizations. * Various bug fixes.
2008-12-16Fix -m32 build on amd64. Make sure the appropriate multilib options arejmcneill1-1/+13
passed to configure for CC, CXX, AS, and LD as these options are passed through to winegcc, which the buildlink wrapper doesn't handle. Also pass LDD to configure so it can be overridden.
2008-12-07Enable HAL, bump PKGREVISIONjmcneill2-4/+11
2008-12-07Changes 1.1.10:adam5-22/+22
- Support for virtual memory write watches. - Workarounds for the WINAPI compiler bug on Mac OS. - Several fixes for the 64-bit build. - Some more GdiPlus functions. - Various bug fixes.
2008-11-21Changes 1.1.9:adam7-34/+26
- A large number of regression test fixes. - Performance improvements in memory management. - Improved POP3 support in inetcomm. - Initial implementation of the XInput DLL. - Various bug fixes.
2008-11-21Wine is a program which allows running Microsoft Windows programsadam24-0/+1765
(including DOS, Windows 3.x and Win32 executables) on Unix. It consists of a program loader which loads and executes an Microsoft Windows binary, and a library that implements Windows API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables.