FreeBSD Bugzilla – Attachment 239444 Details for
Bug 268931
graphics/pngquant: unbundle libimagequant
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug268931.diff (text/plain), 1.11 KB, created by
Jan Beich
on 2023-01-13 14:47:14 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-01-13 14:47:14 UTC
Size:
1.11 KB
patch
obsolete
>From 3c3a3b8f252d50e932a83934aac9192fc443cced Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 13 Jan 2023 14:40:40 +0000 >Subject: [PATCH] graphics/pngquant: unbundle libimagequant > >PR: 268931 >Inspired by: Alpine, Arch, Debian, Fedora, Void >Approved by: ak (maintainer) >--- > graphics/pngquant/Makefile | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile >index 1a7b280a249f..6c4a7241b85a 100644 >--- a/graphics/pngquant/Makefile >+++ b/graphics/pngquant/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= pngquant > PORTVERSION= 2.17.0 > DISTVERSIONSUFFIX= -src >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= https://pngquant.org/ > >@@ -11,12 +12,14 @@ WWW= https://pngquant.org/ > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYRIGHT > >-LIB_DEPENDS= libpng.so:graphics/png >+LIB_DEPENDS= libimagequant.so:graphics/libimagequant \ >+ libpng.so:graphics/png > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > USES= cpe gmake pkgconfig > HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --with-libimagequant > > PORTDOCS= CHANGELOG README.md > PLIST_FILES= bin/pngquant \
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 268931
: 239444