From tkato432@yahoo.com  Mon Oct  8 18:01:43 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6B5681065672
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  8 Oct 2012 18:01:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 3AE548FC0C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  8 Oct 2012 18:01:43 +0000 (UTC)
Received: from localhost.localdomain (ZT030227.ppp.dion.ne.jp [59.128.30.227])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 30E244AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  9 Oct 2012 03:01:40 +0900 (JST)
Message-Id: <20121009025635.18dd03891ac1c8eddf6b31a3@yahoo.com>
Date: Tue, 9 Oct 2012 02:56:35 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: graphics/pngquant: Update to version 1.7.3

>Number:         172505
>Category:       ports
>Synopsis:       graphics/pngquant: Update to version 1.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 18:10:16 UTC 2012
>Closed-Date:    Mon Jan 21 03:45:50 UTC 2013
>Last-Modified:  Mon Jan 21 03:45:50 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.7.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/pngquant/Makefile graphics/pngquant/Makefile
--- /usr/ports/graphics/pngquant/Makefile	2012-06-13 06:42:31.000000000 +0900
+++ graphics/pngquant/Makefile	2012-10-09 01:57:21.000000000 +0900
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	pngcquant
-# Date created:				Fri 08 Feb 2002
-# Whom:					Alex Hayward <xelah@xelah.com>
-#
+# Created by: Alex Hayward <xelah@xelah.com>
 # $FreeBSD: ports/graphics/pngquant/Makefile,v 1.13 2012/06/12 21:42:31 bapt Exp $
-#
 
 PORTNAME=	pngquant
-PORTVERSION=	1.7.2
-PORTREVISION=	1
+PORTVERSION=	1.7.3
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	http://pngquant.org/
@@ -20,25 +15,28 @@
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP SSE2 DEBUG DOCS
+OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP DEBUG DOCS
+OPTIONS_DEFINE_i386=	SSE2
 OPENMP_DESC=	Enable OpenMP support
 SSE2_DESC=	Enable x86 SSE2 optimization
 
-NO_WRKSUBDIR=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_BZIP2=	yes
 USE_CSTD=	c99
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+USE_GMAKE=	yes
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 MAKE_JOBS_SAFE=	yes
 
-CFLAGS+=	`libpng-config --I_opts`
-LDFLAGS+=	`libpng-config --ldflags`
+CPPFLAGS+=	$$(libpng-config --I_opts)
+LDFLAGS+=	$$(libpng-config --ldflags) -lz -lm
 
 MAN1=		pngquant.1
 PORTDOCS=	CHANGELOG README.md
 PLIST_FILES=	bin/pngquant
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if empty(PORT_OPTIONS:MDEBUG)
 CFLAGS+=	-DNDEBUG
@@ -56,8 +54,8 @@
 .endif
 
 # SSE2 support is always enabled on amd64
-.if ${PORT_OPTIONS:MSSE2} && ${ARCH} == "i386"
-CFLAGS+=	-DUSE_SSE=1 -msse2
+.if ${PORT_OPTIONS:MSSE2}
+CFLAGS+=	-DUSE_SSE=1 -msse2 -mmmx
 .endif
 
 do-install:
@@ -69,4 +67,4 @@
 	${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/graphics/pngquant/distinfo graphics/pngquant/distinfo
--- /usr/ports/graphics/pngquant/distinfo	2012-04-22 03:48:11.000000000 +0900
+++ graphics/pngquant/distinfo	2012-10-06 06:15:34.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pngquant-1.7.2-src.tar.bz2) = 4e8b3378aeb573ed092f555483cdbbec94c5d5d19e709d8b338b2026b2e9a2bc
-SIZE (pngquant-1.7.2-src.tar.bz2) = 27223
+SHA256 (pngquant-1.7.3-src.tar.bz2) = 964f3ae88a5728e6fcf351b980d67ea0be8eb23646683467aa83a442b6a0048c
+SIZE (pngquant-1.7.3-src.tar.bz2) = 27502
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 8 18:11:23 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172505 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:40:23 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172505 
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Dec 11 13:03:42 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172505 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172505: graphics/pngquant: Update to version 1.7.3
Date: Mon, 17 Dec 2012 03:00:01 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Mon__17_Dec_2012_03_00_01_+0900_Px1muWCCW_Ttxgyl
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Version 1.8.1 has been released.
 
 --Multipart=_Mon__17_Dec_2012_03_00_01_+0900_Px1muWCCW_Ttxgyl
 Content-Type: text/x-diff;
  name="graphics_pngquant.diff"
 Content-Disposition: attachment;
  filename="graphics_pngquant.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/graphics/pngquant/Makefile graphics/pngquant/Makefile
 --- /usr/ports/graphics/pngquant/Makefile	2012-11-08 09:37:43.000000000 +0900
 +++ graphics/pngquant/Makefile	2012-12-17 02:48:29.000000000 +0900
 @@ -1,13 +1,8 @@
 -# New ports collection makefile for:	pngcquant
 -# Date created:				Fri 08 Feb 2002
 -# Whom:					Alex Hayward <xelah@xelah.com>
 -#
 +# Created by: Alex Hayward <xelah@xelah.com>
  # $FreeBSD: head/graphics/pngquant/Makefile 300896 2012-07-14 13:54:48Z beat $
 -#
  
  PORTNAME=	pngquant
 -PORTVERSION=	1.7.2
 -PORTREVISION=	1
 +PORTVERSION=	1.8.1
  DISTVERSIONSUFFIX=	-src
  CATEGORIES=	graphics
  MASTER_SITES=	http://pngquant.org/
 @@ -20,25 +15,26 @@
  
  LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
  
 -OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP SSE2 DEBUG DOCS
 -OPENMP_DESC=	Enable OpenMP support
 -SSE2_DESC=	Enable x86 SSE2 optimization
 +OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP DEBUG DOCS
 +OPTIONS_DEFINE_i386=	SSE
  
 -NO_WRKSUBDIR=	yes
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
  USE_BZIP2=	yes
  USE_CSTD=	c99
 -MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 +USE_GMAKE=	yes
 +MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
 +		LDFLAGS="${LDFLAGS}"
  MAKE_JOBS_SAFE=	yes
  
 -CFLAGS+=	`libpng-config --I_opts`
 -LDFLAGS+=	`libpng-config --ldflags`
 +CPPFLAGS+=	$$(libpng-config --I_opts)
 +LDFLAGS+=	$$(libpng-config --ldflags) -lz -lm
  
  MAN1=		pngquant.1
  PORTDOCS=	CHANGELOG README.md
  PLIST_FILES=	bin/pngquant
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
  .if empty(PORT_OPTIONS:MDEBUG)
  CFLAGS+=	-DNDEBUG
 @@ -56,7 +52,7 @@
  .endif
  
  # SSE2 support is always enabled on amd64
 -.if ${PORT_OPTIONS:MSSE2} && ${ARCH} == "i386"
 +.if ${PORT_OPTIONS:MSSE}
  CFLAGS+=	-DUSE_SSE=1 -msse2
  .endif
  
 @@ -69,4 +65,4 @@
  	${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 diff -urN /usr/ports/graphics/pngquant/distinfo graphics/pngquant/distinfo
 --- /usr/ports/graphics/pngquant/distinfo	2012-11-08 09:37:43.000000000 +0900
 +++ graphics/pngquant/distinfo	2012-12-17 02:39:09.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (pngquant-1.7.2-src.tar.bz2) = 4e8b3378aeb573ed092f555483cdbbec94c5d5d19e709d8b338b2026b2e9a2bc
 -SIZE (pngquant-1.7.2-src.tar.bz2) = 27223
 +SHA256 (pngquant-1.8.1-src.tar.bz2) = 4fa4bb620913328d7bee1c45e1f3a241b3a6115d514b407dd110673b1d552c94
 +SIZE (pngquant-1.8.1-src.tar.bz2) = 31605
 
 --Multipart=_Mon__17_Dec_2012_03_00_01_+0900_Px1muWCCW_Ttxgyl--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172505: commit references a PR
Date: Mon, 21 Jan 2013 03:26:29 +0000 (UTC)

 Author: araujo
 Date: Mon Jan 21 03:26:21 2013
 New Revision: 310735
 URL: http://svnweb.freebsd.org/changeset/ports/310735
 
 Log:
   - Update to 1.8.1.
   - Trim header.
   
   PR:		ports/172505
   Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
 
 Modified:
   head/graphics/pngquant/Makefile   (contents, props changed)
   head/graphics/pngquant/distinfo   (contents, props changed)
 
 Modified: head/graphics/pngquant/Makefile
 ==============================================================================
 --- head/graphics/pngquant/Makefile	Mon Jan 21 03:25:47 2013	(r310734)
 +++ head/graphics/pngquant/Makefile	Mon Jan 21 03:26:21 2013	(r310735)
 @@ -1,13 +1,8 @@
 -# New ports collection makefile for:	pngcquant
 -# Date created:				Fri 08 Feb 2002
 -# Whom:					Alex Hayward <xelah@xelah.com>
 -#
 +# Created by: Alex Hayward <xelah@xelah.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	pngquant
 -PORTVERSION=	1.7.2
 -PORTREVISION=	1
 +PORTVERSION=	1.8.1
  DISTVERSIONSUFFIX=	-src
  CATEGORIES=	graphics
  MASTER_SITES=	http://pngquant.org/
 @@ -20,25 +15,26 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
  
  LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
  
 -OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP SSE2 DEBUG DOCS
 -OPENMP_DESC=	Enable OpenMP support
 -SSE2_DESC=	Enable x86 SSE2 optimization
 +OPTIONS_DEFINE=	OPTIMIZED_CFLAGS OPENMP DEBUG DOCS
 +OPTIONS_DEFINE_i386=	SSE
  
 -NO_WRKSUBDIR=	yes
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
  USE_BZIP2=	yes
  USE_CSTD=	c99
 -MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 +USE_GMAKE=	yes
 +MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
 +		LDFLAGS="${LDFLAGS}"
  MAKE_JOBS_SAFE=	yes
  
 -CFLAGS+=	`libpng-config --I_opts`
 -LDFLAGS+=	`libpng-config --ldflags`
 +CPPFLAGS+=	$$(libpng-config --I_opts)
 +LDFLAGS+=	$$(libpng-config --ldflags) -lz -lm
  
  MAN1=		pngquant.1
  PORTDOCS=	CHANGELOG README.md
  PLIST_FILES=	bin/pngquant
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
  .if empty(PORT_OPTIONS:MDEBUG)
  CFLAGS+=	-DNDEBUG
 @@ -56,7 +52,7 @@ LDFLAGS+=	${PTHREAD_LIBS} -lgomp
  .endif
  
  # SSE2 support is always enabled on amd64
 -.if ${PORT_OPTIONS:MSSE2} && ${ARCH} == "i386"
 +.if ${PORT_OPTIONS:MSSE}
  CFLAGS+=	-DUSE_SSE=1 -msse2
  .endif
  
 @@ -69,4 +65,4 @@ do-install:
  	${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
  .endif
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/graphics/pngquant/distinfo
 ==============================================================================
 --- head/graphics/pngquant/distinfo	Mon Jan 21 03:25:47 2013	(r310734)
 +++ head/graphics/pngquant/distinfo	Mon Jan 21 03:26:21 2013	(r310735)
 @@ -1,2 +1,2 @@
 -SHA256 (pngquant-1.7.2-src.tar.bz2) = 4e8b3378aeb573ed092f555483cdbbec94c5d5d19e709d8b338b2026b2e9a2bc
 -SIZE (pngquant-1.7.2-src.tar.bz2) = 27223
 +SHA256 (pngquant-1.8.1-src.tar.bz2) = 4fa4bb620913328d7bee1c45e1f3a241b3a6115d514b407dd110673b1d552c94
 +SIZE (pngquant-1.8.1-src.tar.bz2) = 31605
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Mon Jan 21 03:45:49 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172505 
>Unformatted:
