Re: git: ae22a7846afe - main - *: Clean up some things

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Tue, 12 Oct 2021 15:46:15 UTC
On Tue, Oct 12, 2021 at 03:02:37PM +0000, Tobias Kortkamp wrote:
> commit ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1
> 
>   Clean up some things [...]

Thanks for doing this, pretty neat script you have there :)

> diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
> index 6cf15d98c8bb..1d96aa0a14e4 100644
> --- a/irc/hexchat/Makefile
> +++ b/irc/hexchat/Makefile
> @@ -38,7 +38,7 @@ PORTDOCS=	*
>  OPTIONS_DEFINE=		CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA PERL TEXTFE \
>  			SYSINFO
>  
> -OPTIONS_DEFAULT=	CA_BUNDLE CANBERRA DBUS NOTIFY PERL
> +OPTIONS_DEFAULT=	CA_BUNDLE CANBERRA DBUS PERL
>  
>  OPTIONS_SUB=	yes
>  
> @@ -62,8 +60,6 @@ LUA_MESON_ON=		-Dwith-lua=lua-${LUA_VER}
>  LUA_MESON_OFF=		-Dwith-lua=false
>  LUA_USES=		lua
>  LUA_USE=		GCC=any
> -NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
> -NOTIFY_MESON_TRUE=	with-libnotify

Hmm, so NOTIFY had been removed from OPTIONS_DEFINE in 71c19b1917 but
left elsewhere.  Of course, this had not been recorded in the commit
log for that revision, hmm. :-/

./danfe