Next | Query returned 144 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   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-11-20 18:25:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
Package now depends on fontconfig, so its dependencies should see
fontconfig as well. Fixes e.g. mldonkey build.
   2008-11-16 09:58:08 by David A. Holland | Files touched by this commit (1)
Log message:
Bump PKGREVISION for previous (adding fontconfig) because it changes the
package deps.

(I think also for pkgsrc xorg it causes it to start finding and using
fontconfig when it previously didn't.)
   2008-11-14 20:11:44 by Chuck Cranor | Files touched by this commit (1)
Log message:
explicitly link in with fontconfig since it will grab it anyway, see
http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html
   2008-09-22 19:44:49 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Avoid dependency on libXpm; thanks to adrianp
   2007-09-21 18:56:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add DESTDIR support.
   2007-07-01 09:54:25 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.0.35:
* Fix valgrind error in gdImageFillTiled
* Add missing custom cmake macros
* Avoid signature buffer copy  in gd_gif_c
* Race condition in gdImageStringFTEx
* Reading GIF images is not thread safe (static usage in private functions)
* GIF Local palette is read twice
* GIF, Use local frame dimension when possible instead of the logical screen size
* OpenVMS build support, see VMS/README.VMS for the details
* GIF, do not try to use the global colmap if it does not exist
* gdImageAALine draws axis lines with two pixels width
* TTF usage doesn't work properly on Netware
* gdImageArc CPU usage with large angles
* gdImageFilledRectangle regression fixed when used with reversed edges
* Possible infinite loop in libgd/gd_png.c, flaw found by Xavier Roche
* Fixed segfault when an invalid color index is present in a GIF image data
* Possible integer overflow in gdImageCreateTrueColor
* gdImageCreateXbm can crash if gdImageCreate fails
   2007-05-16 15:12:39 by Greg Troxel | Files touched by this commit (1)
Log message:
# fails in test not finding libgd.a
MAKE_JOBS_SAFE=		no
   2007-02-22 18:21:18 by Matthias Drochner | Files touched by this commit (2)
Log message:
CVE-2006-2906 has been fixed upstream another way; this patch is unneeded
   2007-02-17 08:04:45 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Patch patch-ac

Next | Query returned 144 messages, browsing 81 to 90 | Previous