Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2023 07:33:37 +0900
From:      Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
To:        dirk.meyer@dinoex.sub.org (Dirk Meyer)
Cc:        Rene Ladan <portmgr-secretary@freebsd.org>, Dima Panov <fluffy@FreeBSD.org>, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 78cbcc365c09 - main - graphics/graphviz: unbreak build with GHOSTSCRIPT enabled after dd152219f70d
Message-ID:  <20230704073337.a066bb45ac1df1f5fc948890@dec.sakura.ne.jp>
In-Reply-To: <wKGNDfaqVF@dmeyer.dinoex.sub.org>
References:  <20230703182208.2fec74ff298bc286d41f4b2e@dec.sakura.ne.jp> <wKGNDfaqVF@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 03 Jul 2023 22:16:14 +0200
dirk.meyer@dinoex.sub.org (Dirk Meyer) wrote:

> Hallo Tomoaki AOKI,
> 
> > BTW, is the line fixed still actually needed?
> > There is "GHOSTSCRIPT_USES=ghostscript" at line 93.
> > Isn't it sufficient?
> 
> no,
> 
> USES=ghostscript implies only RUN_DEPENDS.
> 
> test:
> $ make -V LIB_DEPENDS OPTIONS_SET=GHOSTSCRIPT | tr ' ' '\n' | grep ghost
> libgs.so:print/ghostscript9-agpl-base
> 
> kind regards Dirk
> 
> - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
> - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]

Ah, understood. LIB_DEPENDS to Ghostcsript port is unusual, so not
handled by USES (by default) would be reasonable.

But so, maybe additionally having ghostscript:lib, which implies
LIB_DEPENDS in conjunction with RUN_DEPEND would be nice.


-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>



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