Re: git: 1370414543ae - main - graphics/gd: disable default for HEIF AVIF

From: Piotr Kubaj <pkubaj_at_anongoth.pl>
Date: Thu, 24 Feb 2022 08:06:37 UTC
You should bump PORTREVISION.

On 22-02-24 07:23:27, Dirk Meyer wrote:
> The branch main has been updated by dinoex:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=1370414543aefa35bae52681fe19dc41e53a5c9d
> 
> commit 1370414543aefa35bae52681fe19dc41e53a5c9d
> Author:     Dirk Meyer <dinoex@FreeBSD.org>
> AuthorDate: 2022-02-24 07:22:44 +0000
> Commit:     Dirk Meyer <dinoex@FreeBSD.org>
> CommitDate: 2022-02-24 07:22:44 +0000
> 
>     graphics/gd: disable default for HEIF AVIF
> ---
>  graphics/gd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
> index b22768d2c2e8..1e0168496712 100644
> --- a/graphics/gd/Makefile
> +++ b/graphics/gd/Makefile
> @@ -26,7 +26,7 @@ USE_LDCONFIG=	yes
>  TEST_TARGET=	check
>  
>  OPTIONS_DEFINE=	PNG JPEG WEBP HEIF AVIF TIFF FREETYPE FONTCONFIG RAQM XPM ICONV
> -OPTIONS_DEFAULT=PNG JPEG WEBP HEIF AVIF TIFF 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