git: 9c1d7dcbc162 - main - www/dillo2: Add GIF option

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 18 Feb 2025 18:31:47 UTC
The branch main has been updated by cy:

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

commit 9c1d7dcbc16262b2c2f10cb92be102de6a97638d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-02-18 15:17:56 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-02-18 18:31:05 +0000

    www/dillo2: Add GIF option
    
    This option was enabled by default by the dillo2 ./configurure. Add
    a knob to control this option.
    
    PR:             284873
---
 www/dillo2/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile
index daeb946a9f9b..fb1e9cb200da 100644
--- a/www/dillo2/Makefile
+++ b/www/dillo2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dillo
 DISTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/dillo-browser/dillo/releases/download/v${DISTVERSION}/ \
 		LOCAL/bf/dillo/ \
@@ -35,9 +36,9 @@ CFLAGS+=	-fcommon
 
 PORTDOCS=	*
 
-OPTIONS_DEFINE=		COOKIES DEBUG DOCS HYPHENATION IPV6 JPEG PNG SSL \
+OPTIONS_DEFINE=		COOKIES DEBUG DOCS GIF HYPHENATION IPV6 JPEG PNG SSL \
 			THREADS
-OPTIONS_DEFAULT=	COOKIES IPV6 JPEG PNG THREADS
+OPTIONS_DEFAULT=	COOKIES GIF IPV6 JPEG PNG THREADS
 
 COOKIES_DESC=		Cookie support
 HYPHENATION_DESC=	Hyphenation file(s) for HYPHENATION_LANGS
@@ -46,6 +47,8 @@ DEBUG_CONFIGURE_ENABLE=	gprof rtfl
 
 COOKIES_CONFIGURE_ENABLE=	cookies
 
+GIF_CONFIGURE_ENABLE=	gif
+
 IPV6_CONFIGURE_ENABLE=	ipv6
 
 JPEG_CONFIGURE_ENABLE=	jpeg