Commit graph

20 commits

Author SHA1 Message Date
schwarz
36bbfdfac8 completely removed empty if clause in configure (had caused configure to
fail on MacOS X)
2010-02-20 08:59:03 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
e2fb363b9e wine-devel is only for i386/x86_64. Both don't work on NetBSD though. 2010-01-04 15:30:08 +00:00
mishka
64ec616ea3 The ${LDD} may also have options (e.g. otool -L), and thus must be quoted
when passed to configure.
2009-12-29 13:46:43 +00:00
reinoud
ffc32a6d74 Let wine compile and work again. There are still some minor issues that need
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-09-07 20:27:25 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
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-07-22 09:01:16 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
adam
5a230f533f Changes 1.1.16:
* 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-28 15:30:13 +00:00
adam
d10bc269fa Changes 1.1.15:
* 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-02-19 19:26:17 +00:00
adam
687cb6076e Changes 1.1.14:
* 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-30 19:39:04 +00:00
adam
30712cd8ca Changes 1.1.13:
* 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-17 10:11:14 +00:00
adam
3a24a4b1f1 Changes 1.1.12:
* 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.
2009-01-03 20:12:43 +00:00
jmcneill
e32bda129f The Wine development release 1.1.11 is now available.
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-21 02:17:27 +00:00
jmcneill
82747abf41 Fix -m32 build on amd64. Make sure the appropriate multilib options are
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-16 13:27:30 +00:00
jmcneill
33eea22b93 Enable HAL, bump PKGREVISION 2008-12-07 15:31:57 +00:00
adam
5dcbd2abdc Changes 1.1.10:
- 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-12-07 00:43:03 +00:00
adam
943a7b7a45 Changes 1.1.9:
- 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-21 18:54:56 +00:00
adam
ad73ee177d Wine is a program which allows running Microsoft Windows programs
(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.
2008-11-21 17:40:29 +00:00