@amdmi3: Was investigating the long standing "color counting not supported" message, and discovered that it simply needed to be defined in CFLAGS. It enables counting of colors to be used in creating indexed color palettes. While I was reading on it, noticed there was a new version (1.7.1) according to that changelog. After a bit more poking, discovered that release announcements aren't on the main page regularly... and the current version is 1.7.5 as of 11/03/2009. (And for some perplexing reason now has a 00- prepended to the directory name on SF...) Since I was already there, I figured I would kill two birds with one stone. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool)
amdmi3 2009-11-21 19:35:23 UTC FreeBSD ports repository Modified files: graphics/pngcrush Makefile distinfo Log: - Update to 1.7.5 - Add support for color counting - Pass maintainership to submitter PR: 140726 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Revision Changes Path 1.46 +4 -3 ports/graphics/pngcrush/Makefile 1.38 +3 -3 ports/graphics/pngcrush/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!