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

History of commit frequency

CVS Commit History:


   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-05-19 00:18:42 by David Brownlee | Files touched by this commit (1)
Log message:
PKG_DESTDIR_SUPPORT needs to be before .include "options.mk"
   2009-04-12 02:29:26 by Jens Rehsack | Files touched by this commit (5)
Log message:
PkgSrc changes:
  - allow optionally build a gd which supports xpm
   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

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