From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 20 17:00:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C921F106568B for ; Fri, 20 Nov 2009 17:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 819CE8FC18 for ; Fri, 20 Nov 2009 17:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAKH074V015918 for ; Fri, 20 Nov 2009 17:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAKH07ox015917; Fri, 20 Nov 2009 17:00:07 GMT (envelope-from gnats) Resent-Date: Fri, 20 Nov 2009 17:00:07 GMT Resent-Message-Id: <200911201700.nAKH07ox015917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Joseph S. Atkinson" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889E8106566C for ; Fri, 20 Nov 2009 16:59:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC8B8FC1F for ; Fri, 20 Nov 2009 16:59:45 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAKGxioO088203 for ; Fri, 20 Nov 2009 16:59:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAKGxiSX088201; Fri, 20 Nov 2009 16:59:44 GMT (envelope-from nobody) Message-Id: <200911201659.nAKGxiSX088201@www.freebsd.org> Date: Fri, 20 Nov 2009 16:59:44 GMT From: "Joseph S. Atkinson" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140726: Update graphics/pngcrush to 1.7.5 and add color counting feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:00:08 -0000 >Number: 140726 >Category: ports >Synopsis: Update graphics/pngcrush to 1.7.5 and add color counting feature >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 20 17:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Joseph S. Atkinson >Release: >Organization: >Environment: >Description: @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. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru /usr/ports/graphics/pngcrush/Makefile pngcrush/Makefile --- /usr/ports/graphics/pngcrush/Makefile 2009-11-02 16:22:25.000000000 -0500 +++ pngcrush/Makefile 2009-11-20 11:40:28.000000000 -0500 @@ -6,15 +6,16 @@ # PORTNAME= pngcrush -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.5 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pmt/${PORTNAME}/00-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= An optimizer for PNG files USE_BZIP2= yes USE_GMAKE= yes +CFLAGS+= -DPNGCRUSH_COUNT_COLORS MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" MAKE_JOBS_SAFE= yes diff -ru /usr/ports/graphics/pngcrush/distinfo pngcrush/distinfo --- /usr/ports/graphics/pngcrush/distinfo 2009-11-02 16:22:25.000000000 -0500 +++ pngcrush/distinfo 2009-11-20 11:40:46.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (pngcrush-1.7.0.tar.bz2) = 033f1542ef452952b1ba585cf21be70b -SHA256 (pngcrush-1.7.0.tar.bz2) = d7ef844e0795f297fdd5c6f395a5ac85b11d809e22deab2ca7481c1aa39b3084 -SIZE (pngcrush-1.7.0.tar.bz2) = 270086 +MD5 (pngcrush-1.7.5.tar.bz2) = 1f3a6a43d7f4e60ce6eac7af6a2d74c6 +SHA256 (pngcrush-1.7.5.tar.bz2) = ecd9894a8aecc9293327783a341a7bdb7156ae37bdb94d21e6177c89633f8a0a +SIZE (pngcrush-1.7.5.tar.bz2) = 269088 >Release-Note: >Audit-Trail: >Unformatted: