Re: git: 61e4a788ecab - main - ports-mgmt/dialog4ports: mark as deprecated and broken on current

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 21 Dec 2023 11:35:22 UTC
On Wed, Dec 20, 2023 at 05:02:43PM +0000, Baptiste Daroussin wrote:
> commit 61e4a788ecab79b43ad76b9a76128d4f26fc81fd
> 
>     ports-mgmt/dialog4ports: mark as deprecated and broken on current
> ---
> +.if !exists(/usr/lib/libdialog.so)
> +BROKEN=		Requires libdialog in base
> +.endif
> +
> +DEPRECATED=	Consider using ports-mgmt/portconfig which is a dropin replacement

Are there any plans to make it look like `ports-mgmt/dialog4ports'?  Because
right now it looks like shit so I had to add

  DIALOG4PORTS=${LOCALBASE}/bin/dialog4ports

in my /etc/make.conf.

./danfe