Commit graph

195 commits

Author SHA1 Message Date
wiz
107da423dc Remove empty PLIST.common_end. 2009-07-22 09:23:47 +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
adam
60578af3ec Fix building on Darwin; fix PLIST (added common_end) 2009-04-20 18:55:42 +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
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
3fa07441ac Changes 1.0.1:
* Bugfix release
2008-10-18 11:55:27 +00:00
sborrill
662d63eeb6 wined3d components aren't dependent on opengl option.
Don't bother bumping PKGREVISION as you wouldn't have been able to create a
binary package with -opengl in the PKG_OPTION before
2008-06-28 12:34:48 +00:00
jmcneill
6179ea57a8 Redundant; the code already handles the __NetBSD__ case. 2008-06-28 06:02:26 +00:00
jmcneill
0e2d2108ce winex11.drv: if 800x600 is not available, attempt 800x480 before giving up.
This lets me launch Diablo II on an EeePC, which runs menus at 800x600 but
allows the actual game itself to run at 640x480, without hooking up an
external VGA monitor.
2008-06-28 05:18:57 +00:00
jmcneill
874f73791a Regen patchsum, bump PKGREVISION for exception handling fixes. 2008-06-28 00:13:08 +00:00
jmcneill
a72b1fa5ce Fix exception handling on i386. 2008-06-28 00:12:40 +00:00
sborrill
2f5bb93c64 Bump PKGREVISION for addition of patch-bb:
__errno and ___errno overrides must exist, so #undef them rather than
not overriding at all on NetBSD.
2008-06-27 12:06:09 +00:00
jmcneill
e182ae2070 Regen for patch-bb 2008-06-27 11:47:43 +00:00
jmcneill
52919497c3 __errno and ___errno overrides must exist, so #undef them rather than
not overriding at all on NetBSD.
2008-06-27 11:47:24 +00:00
jmcneill
971fcd8721 bjs told me to bump PKGREVISION now that this actually works on NetBSD 2008-06-27 02:53:21 +00:00
jmcneill
ef7294e929 Regen for patch-bc 2008-06-27 02:51:24 +00:00
jmcneill
b43660ae4a Use /dev/sound on NetBSD 2008-06-27 02:51:11 +00:00
jmcneill
4663e48599 Regen. 2008-06-26 19:47:50 +00:00
jmcneill
9c54e536de Enable kthread loader as the default on NetBSD; this package now works on
a 4.99.66/i386 kernel.
2008-06-26 19:46:56 +00:00
dholland
4ed11ac7c7 DESTDIR support, from Aleksej Saushev. 2008-06-23 16:58:20 +00:00
dholland
263ec937a6 Fix the PKG_OPTIONS=-x11 build. 2008-06-23 16:57:08 +00:00
dholland
8fb581fcd1 Update emulators/wine to 1.0, as requested in PR pkg/38985.
Add missing dep on libxml2.

Also merge some stuff from wip/wine:
  - more options (esound, ldap, dbus, ssl, x11)
  - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320)

This also fixes the broken build against current openldap. (PR pkg/38025)
2008-06-22 23:38:18 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
reinoud
3692ed5cbd Fix wine directory reading correctly.
patch-ac was wrong since __NetBSD_Version should have been
__NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct
dirent12s having 32 bit ino_t and not the included struct dirent having 64
bit ino_t.
2008-01-09 17:46:41 +00:00
rillig
73a01d90d0 The w in wine is already lower-case. 2007-10-14 13:01:05 +00:00
adam
6653501097 Changes 0.9.44:
- Better heuristics for making windows managed.
- Automatic detection of timezone parameters.
- Improvements to the builtin WordPad.
- Better signatures support in crypt32.
- Still more gdiplus functions.
- Lots of bug fixes.
2007-08-29 14:42:25 +00:00
adam
b4233a8245 Changes 0.9.43:
- Direct3D support on top of WGL instead of GLX for better portability.
- Many DirectSound fixes.
- Still more gdiplus functions.
- Many crypt32 improvements.
- Lots of bug fixes.
2007-08-11 11:06:09 +00:00
adam
e73214ccd4 Changes 0.9.42:
- Support for activation contexts and side-by-side assemblies.
- Many more gdiplus functions.
- More messaging support in crypt32.dll.
- Many HTTP protocol handling fixes.
- Lots of bug fixes.
2007-07-31 09:28:22 +00:00
adam
72e7441082 Changes 0.9.41:
- A number of gdiplus functions.
- More complete pdh.dll implementation.
- Support for MSI remote calls.
- Messaging support in crypt32.dll.
- Lots of bug fixes.
2007-07-17 12:29:16 +00:00
adam
9230469a9e Changes 0.9.40:
- Many MSHTML improvements
- A few more sound fixes
- Many Direct3D fixes
- Lots of bug fixes
2007-07-01 10:04:26 +00:00
adam
8fdfadc750 Changes 0.9.39:
- Many MSHTML improvements.
- Several improvements to the sound support.
- A number of Winsock fixes.
- Several new supported constructs in the IDL compiler.
- Many Direct3D threading fixes.
- Lots of bug fixes.
2007-06-16 07:42:36 +00:00
adam
b6db529ca3 Changes 0.9.37:
- MSI automation with JScript/VBScript support.
- Various MSHTML improvements.
- The usual assortment of Direct3D fixes.
- Support for a few more exe protection schemes.
- Lots of bug fixes.
2007-05-12 20:40:43 +00:00
tnn
ef2df3f841 Don't explicitly depend on libXau and libXdmcp. Both are pulled
in implicitly by x11/libX11/buildlink3.mk. Should fix PR 36258.
2007-05-02 13:28:28 +00:00
adam
92afa5a16b Changes 0.9.36:
- Midi support in the CoreAudio driver.
- Mixer support in the Alsa driver.
- A lot of MSI fixes.
- Implementation for most D3DRM functions.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
2007-04-29 12:48:05 +00:00
tnn
22e1e344e0 - update to modular xorg
- add fontconfig dependency
- bump pkgrevision
2007-04-20 10:52:20 +00:00
adam
630bf056ac Changes 0.9.35:
- Broken aRts sound driver now removed for good.
- Many fixes to the Quartz DLL sound support.
- File I/O performance improvements.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
2007-04-13 21:25:48 +00:00
adam
fc13845f2f Changes 0.9.34:
- Support for Xcursor.
- A range of fixes for various installers.
- New builtin xcopy tool.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
2007-04-10 13:17:48 +00:00
rillig
9e0966a477 Uses the new pkg-build-options.mk file to determine the PKG_OPTIONS. 2007-03-18 11:11:09 +00:00
adam
9688d3a48d Changes 0.9.33:
- Many Direct3D fixes and performance improvements.
- More comctl32 tests and some bug fixes.
- Compatibility improvements in cmd.exe.
- Still more fixes to builtin OLE.
- Support for process control on Solaris.
- Lots of bug fixes.
2007-03-17 23:07:57 +00:00
adam
dd7a60bd71 Changes 0.9.32:
- Many Direct3D fixes and performance improvements.
- Several new features in the builtin cmd.exe.
- Improvements to HTML help support.
- Lots of bug fixes.
2007-03-05 22:12:30 +00:00
rillig
a3b521c018 Added a missing header to fix the build on NetBSD 3.0.
Fixes PR 35714.
2007-02-19 17:30:02 +00:00
adam
dd8aeb1275 Changes 0.9.31:
- Many Direct3D fixes and performance improvements.
- Several new comctl32 test cases.
- IDL compiler improvements.
- More OLE32 marshalling fixes.
- Lots of bug fixes.
2007-02-17 10:19:37 +00:00
adam
da85c9a227 Changes 0.9.30:
- Many improvements to Direct3D shaders and state management.
- Support for inter-process memory allocations.
- OLE32 marshalling fixes.
- Lots of bug fixes.
2007-01-30 13:11:04 +00:00
adam
702c5afa85 Changes 0.9.29:
- More work on the new Direct3D state management.
- Debugger support for Mac OS.
- Many OLE fixes and improvements.
- Audio input support on Mac OS.
- Lots of bug fixes.
2007-01-10 09:09:49 +00:00
adam
b1bf5cd68a Changes 0.9.28:
- OpenGL in child windows should work again.
- Better mouse support in games.
- Beginnings of new state management in Direct3D.
- Improved audio and font support on Mac OS.
- Lots of bug fixes.
2007-01-02 15:33:33 +00:00
adam
5302cd78ba Changes 0.9.27:
- Better support for noexec kernels.
- Better Dwarf support in dbghelp.
- Several Winsock fixes.
- Various code cleanups.
- Lots of bug fixes.
2006-12-09 19:42:43 +00:00