Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 15:29:43 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4698c6bc00b6 - main - graphics/gifsicle: Enable option X11 by default
Message-ID:  <202111101529.1AAFThq0007113@gitrepo.freebsd.org>

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

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

commit 4698c6bc00b6c6b2f574b9e8e070473e456f2940
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-10 15:26:20 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-10 15:29:33 +0000

    graphics/gifsicle: Enable option X11 by default
    
    This way the default package is going to provide gifview.
    
    PR:             259715
    Approved by:    tagattie (maintainer)
---
 graphics/gifsicle/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile
index 14f807f3f6f3..57b5fc2e0406 100644
--- a/graphics/gifsicle/Makefile
+++ b/graphics/gifsicle/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gifsicle
 PORTVERSION=	1.93
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.lcdf.org/gifsicle/
 
@@ -25,7 +26,7 @@ PLIST_FILES=	bin/gifdiff bin/gifsicle \
 		man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
 
 OPTIONS_DEFINE=		DOCS X11
-OPTIONS_DEFAULT=
+OPTIONS_DEFAULT=	X11
 
 X11_USES=		xorg
 X11_USE=		xorg=x11



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