Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2021 12:51:15 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 139e75894d46 - 2021Q2 - graphics/gimp-app: use canonical name for AALIB option
Message-ID:  <202105281251.14SCpFSu074629@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by fluffy:

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

commit 139e75894d4643c41415dfd4895ef7753a330d92
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-05-28 12:49:09 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-05-28 12:51:03 +0000

    graphics/gimp-app: use canonical name for AALIB option
    
    PR:     255819
    Submitted by:   amdmi3@
    
    (cherry picked from commit b2d56ea4ae001063d2546bd1a772c053008bdd97)
---
 graphics/gimp-app/Makefile  | 10 +++++-----
 graphics/gimp-app/pkg-plist |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 4083df205b43..17f99eb2515f 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -82,9 +82,9 @@ PLIST_SUB+=	LIBVER=0.1000.${PORTVERSION:E}
 
 USES+=		desktop-file-utils
 
-OPTIONS_DEFINE?=	AA GHOSTSCRIPT \
+OPTIONS_DEFINE?=	AALIB GHOSTSCRIPT \
 			LIBHEIF LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
-OPTIONS_DEFAULT=	AA LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
+OPTIONS_DEFAULT=	AALIB LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
 OPTIONS_SUB=		yes
 
 .endif
@@ -101,9 +101,9 @@ LIB_DEPENDS+=	libgimp-2.0.so:graphics/gimp-app
 
 DEBUG_CONFIGURE_ON=	--enable-debug
 
-AA_DESC=		Ascii-art Plug-in
-AA_LIB_DEPENDS=		libaa.so:graphics/aalib
-AA_CONFIGURE_WITH=	aa
+AALIB_DESC=		Ascii-art Plug-in
+AALIB_LIB_DEPENDS=	libaa.so:graphics/aalib
+AALIB_CONFIGURE_WITH=	aa
 
 LIBHEIF_DESC=		ISO/IEC 23008-12:2017 HEIF file format support
 LIBHEIF_LIB_DEPENDS=	libheif.so:graphics/libheif
diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist
index 3c4440ffd45b..d6a2d8e5a5bb 100644
--- a/graphics/gimp-app/pkg-plist
+++ b/graphics/gimp-app/pkg-plist
@@ -309,7 +309,7 @@ libexec/gimp/2.2/plug-ins/despeckle/despeckle
 libexec/gimp/2.2/plug-ins/destripe/destripe
 libexec/gimp/2.2/plug-ins/edge-dog/edge-dog
 libexec/gimp/2.2/plug-ins/emboss/emboss
-%%AA%%libexec/gimp/2.2/plug-ins/file-aa/file-aa
+%%AALIB%%libexec/gimp/2.2/plug-ins/file-aa/file-aa
 libexec/gimp/2.2/plug-ins/file-bmp/file-bmp
 libexec/gimp/2.2/plug-ins/file-cel/file-cel
 libexec/gimp/2.2/plug-ins/file-compressor/file-compressor



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