Next | Query returned 277 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2009-04-20 20:55:43 by Adam Ciarcinski | Files touched by this commit (9)
Log message:
Fix building on Darwin; fix PLIST (added common_end)
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
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.
   2008-12-16 14:27:30 by Jared D. McNeill | Files touched by this commit (1)
Log message:
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-07 16:31:57 by Jared D. McNeill | Files touched by this commit (2)
Log message:
Enable HAL, bump PKGREVISION
   2008-10-18 13:55:27 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 1.0.1:
* Bugfix release
   2008-06-28 14:34:48 by Stephen Borrill | Files touched by this commit (1)
Log message:
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 08:02:26 by Jared D. McNeill | Files touched by this commit (2)
Log message:
Redundant; the code already handles the __NetBSD__ case.
   2008-06-28 07:18:57 by Jared D. McNeill | Files touched by this commit (2)
Log message:
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 02:13:08 by Jared D. McNeill | Files touched by this commit (2)
Log message:
Regen patchsum, bump PKGREVISION for exception handling fixes.
   2008-06-28 02:12:40 by Jared D. McNeill | Files touched by this commit (1)
Log message:
Fix exception handling on i386.

Next | Query returned 277 messages, browsing 121 to 130 | Previous