Date: Tue, 12 Oct 2021 15:46:15 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Tobias Kortkamp <tobik@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ae22a7846afe - main - *: Clean up some things Message-ID: <YWWtx6CP/Wy24u5c@FreeBSD.org> In-Reply-To: <202110121502.19CF2b2M096892@gitrepo.freebsd.org> References: <202110121502.19CF2b2M096892@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YWWtx6CP/Wy24u5c>