Re: git: a8736cd18781 - main - security/pcsc-tools: Fix pkg build, port needs gettext-tools

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Mon, 16 Oct 2023 20:06:25 UTC
On 2023-10-16T20:42:57.000+02:00, Tilman Keskinoz <arved@FreeBSD.org>
wrote:

> The branch main has been updated by arved:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a8736cd18781e4742f38c160d715ac60dd147e8b
> 
> commit a8736cd18781e4742f38c160d715ac60dd147e8b
> 
> Author:     Tilman Keskinoz <arved@FreeBSD.org>
> 
> AuthorDate: 2023-10-16 18:41:30 +0000
> 
> Commit:     Tilman Keskinoz <arved@FreeBSD.org>
> 
> CommitDate: 2023-10-16 18:42:39 +0000
> 
>     security/pcsc-tools: Fix pkg build, port needs gettext-tools
> 
>     
> 
>     Reported by:    Stefan Ehmann
> 
> ---
> 
>  security/pcsc-tools/Makefile | 2 +-
> 
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
> 
> index 74e48b4d4feb..c997e9d3cbe8 100644
> 
> --- a/security/pcsc-tools/Makefile
> 
> +++ b/security/pcsc-tools/Makefile
> 
> @@ -13,7 +13,7 @@ LIB_DEPENDS=    libpcsclite.so:devel/pcsc-lite [http://libpcsclite.so:devel/pcsc-lite]
> 
>  RUN_DEPENDS=    p5-PCSC-Card&gt;=0:devel/p5-PCSC-Card \
> 
>          p5-Gtk3&gt;=0:x11-toolkits/p5-Gtk3
> 
>  
> 
> -USES=        gmake pkgconfig tar:bzip2
> 
> +USES=        gmake pkgconfig tar:bzip2 gettext-tools
> 
>  
> 
>  GNU_CONFIGURE=    yes

Hi,

Does it provide any useful functionality otherwise there's a toggle to
disable it.

https://github.com/LudovicRousseau/pcsc-tools/blob/master/configure.ac#L22

Best regards

Daniel (diizzy@)