FreeBSD Bugzilla – Attachment 136650 Details for
Bug 181894
graphics/pngquant: Update to version 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.89 KB, created by
tkato432
on 2013-09-06 19:10:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-09-06 19:10:06 UTC
Size:
1.89 KB
patch
obsolete
>diff -urN /usr/ports/graphics/pngquant/Makefile graphics/pngquant/Makefile >--- /usr/ports/graphics/pngquant/Makefile 2013-09-05 01:47:10.000000000 +0900 >+++ graphics/pngquant/Makefile 2013-09-07 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/graphics/pngquant/Makefile 324744 2013-08-14 22:35:50Z ak $ > > PORTNAME= pngquant >-PORTVERSION= 1.8.3 >+PORTVERSION= 2.0.0 > DISTVERSIONSUFFIX= -src > CATEGORIES= graphics > MASTER_SITES= http://pngquant.org/ >@@ -21,13 +21,11 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > USE_BZIP2= yes >-USE_CSTD= c99 >-USE_GMAKE= yes >-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \ >- LDFLAGS="${LDFLAGS}" >+USES= gmake >+MAKE_ENV= CFLAGSADD="${CPPFLAGS}" > > CPPFLAGS+= $$(libpng-config --I_opts) >-LDFLAGS+= $$(libpng-config --ldflags) -lz -lm >+LDFLAGS+= $$(libpng-config --ldflags) > > MAN1= pngquant.1 > PORTDOCS= CHANGELOG README.md >@@ -46,8 +44,8 @@ > .endif > > .if ${PORT_OPTIONS:MOPENMP} >-CFLAGS+= ${PTHREAD_CFLAGS} -fopenmp >-LDFLAGS+= ${PTHREAD_LIBS} -lgomp >+CFLAGS+= -fopenmp >+LDFLAGS+= -lgomp -pthread > .endif > > # SSE2 support is always enabled on amd64 >@@ -55,6 +53,10 @@ > CFLAGS+= -DUSE_SSE=1 -msse2 > .endif > >+post-patch: >+ @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ >+ 's|^CC|#CC|' >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${MANPREFIX}/man/man1 >diff -urN /usr/ports/graphics/pngquant/distinfo graphics/pngquant/distinfo >--- /usr/ports/graphics/pngquant/distinfo 2013-09-05 01:47:10.000000000 +0900 >+++ graphics/pngquant/distinfo 2013-09-07 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (pngquant-1.8.3-src.tar.bz2) = e3d18b12ddf4ee159a696408b147d667674e52121f11660fc15ce3967dd053b9 >-SIZE (pngquant-1.8.3-src.tar.bz2) = 32287 >+SHA256 (pngquant-2.0.0-src.tar.bz2) = 449a4e1a7e6bf2e19b4dd3c91e8239c51cc651eeb5781c38cbaf7c852384039f >+SIZE (pngquant-2.0.0-src.tar.bz2) = 44613
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 181894
: 136650