Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 18:54:06 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b150e2c9817d - main - graphics/gd: disable option LIQ in defaults
Message-ID:  <202212261854.2BQIs6Lj081817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b150e2c9817d7689022d85d8cddb47f527176d28

commit b150e2c9817d7689022d85d8cddb47f527176d28
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-12-26 18:53:56 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-12-26 18:53:56 +0000

    graphics/gd: disable option LIQ in defaults
---
 graphics/gd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 591ac7ad0441..5aa0c8d80e74 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libgd
 PORTVERSION=	2.3.3
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES+=	graphics
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 TEST_TARGET=	check
 
 OPTIONS_DEFINE=	PNG JPEG WEBP TIFF XPM HEIF AVIF LIQ FREETYPE FONTCONFIG RAQM ICONV
-OPTIONS_DEFAULT=PNG JPEG WEBP TIFF LIQ FREETYPE FONTCONFIG ICONV
+OPTIONS_DEFAULT=PNG JPEG WEBP TIFF FREETYPE FONTCONFIG ICONV
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
 PNG_LIB_DEPENDS=	libpng.so:graphics/png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212261854.2BQIs6Lj081817>