pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/cairo



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Aug 25 15:36:18 UTC 2008

Modified Files:
        pkgsrc/graphics/cairo: Makefile distinfo
Added Files:
        pkgsrc/graphics/cairo/patches: patch-ad

Log Message:
Fix png backend with libpng 1.2.30. Older libpng versions flushed the
output at the end of the write and this was restored with 1.2.30, but
cairo didn't override the flush function, resulting in fflush on a
non-stream. This in turn resulted in crashes of graphviz when compiling
doxygen. Bump revision.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 pkgsrc/graphics/cairo/Makefile
cvs rdiff -r1.42 -r1.43 pkgsrc/graphics/cairo/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/graphics/cairo/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index