pkgsrc/emulators/wine
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
..
patches Redundant; the code already handles the __NetBSD__ case. 2008-06-28 06:02:26 +00:00
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR Remove paragraph about license. Also it mentioned package that 2006-04-02 07:56:58 +00:00
distinfo Changes 1.0.1: 2008-10-18 11:55:27 +00:00
Makefile Fix -m32 build on amd64. Make sure the appropriate multilib options are 2008-12-16 13:27:30 +00:00
options.mk Enable HAL, bump PKGREVISION 2008-12-07 15:31:57 +00:00
PLIST.common wined3d components aren't dependent on opengl option. 2008-06-28 12:34:48 +00:00
PLIST.FreeBSD Update emulators/wine to 1.0, as requested in PR pkg/38985. 2008-06-22 23:38:18 +00:00
PLIST.Linux Changes 1.0.1: 2008-10-18 11:55:27 +00:00
PLIST.NetBSD Enable kthread loader as the default on NetBSD; this package now works on 2008-06-26 19:46:56 +00:00