FreeBSD Bugzilla – Attachment 128650 Details for
Bug 172505
graphics/pngquant: Update to version 1.7.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics_pngquant.diff
graphics_pngquant.diff (text/x-diff), 2.37 KB, created by
tkato432
on 2012-12-16 18:00:01 UTC
(
hide
)
Description:
graphics_pngquant.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-16 18:00:01 UTC
Size:
2.37 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172505
:
128649
| 128650