From nobody Tue Oct 12 15:46:15 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EBCA417F7A46; Tue, 12 Oct 2021 15:46:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTKlC62BJz3swB; Tue, 12 Oct 2021 15:46:15 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1634053575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7O/S+HHpppJ5vSLfDGI9c0T8I7W3t8+V/0vD7GaVk60=; b=YxqRaX3a6Wdt6YoB0ifgh6qdZklHCBKykTbFZCmHdIpJEUdUR+ACeEfilgrgscH5eM9k3J u69BKy+PDbL4NZAdj4dYJ/lGHcUDglYYnNeUasoZviSY7Oir0tyR5griAoIWeYZzbQ5QLT sB/KxG/zh9oZCEuSwTY6i8ENZ8Bp4kgOkG6G38zaA25BePPbVBwxA+eL1DAHqNRnWYXKz4 1IgHGVvuzSnXVbqE69wt72jkht8XHXABPXo7xuoV3fwIEaafZBNzu/VVaCwnEJnQ0c6u9U q0Qra5eN4sOo4ADjm1hD9Q52gNxknKBn7d2HNNDmr29YdJ7U4Y/nBBs7RWKsUA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id A565DD4EA; Tue, 12 Oct 2021 15:46:15 +0000 (UTC) Date: Tue, 12 Oct 2021 15:46:15 +0000 From: Alexey Dokuchaev To: Tobias Kortkamp 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: References: <202110121502.19CF2b2M096892@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110121502.19CF2b2M096892@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1634053575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7O/S+HHpppJ5vSLfDGI9c0T8I7W3t8+V/0vD7GaVk60=; b=l1eGHPTTAJFwVFlaE85wR+9od836SwLFOUiLmOJscM0B0j1DXuE3bTWVvy0ea57+xX+GVU YKtfdsH6nByZH0Q13MyNZ8vEL5nAEnVzhO3pD4gAWQ1wV9dN0qG7zIhxfegtCE/dFThuFE lmcnxeu99c4KchYnEUgb6ql/VJbxB2AE5gGPtCexweJ1XfgGNFlLjKZXPW4QUOeFipvA8E UmeLjJSrGH4ruuZi7iA2UDH3UmiLImsCBxGg8jQenasqwSuNpYV09p3F0WlsxroislWOLm Jie8ZL1mXgEYQ49jnlXUa7bVgAY28UD1UYXlrt8FZi8u9UVXyjSnEFdynvph3g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1634053575; a=rsa-sha256; cv=none; b=fyQPIg0CDteFcwpX2spGyOm6OCfAYVJtGJpDyiigxaGLnghf6N9W1UpA7yH5kottCxg5/a wT4+B1/mNtEB4l+hzi1EUZWmXjboKQTxBU47lK384J5U8OZJXyBqXhu0OoMmKwOOjWDHYO YPGlubsuocewB+Rtvzgwy5hrOMcSfwMQSIE2m+epTH7lXY2ou95E4knrMCnjrpuMLNonGX jkzYbP5bGJne0jXPzhJoP4VCWFs1S1ATY99mm+/0v7W7oTA122gHO7KrCQL7vOkTFp82yn kYAtm/+tPPtXLYsd38bsHIlZdL0xCB4iUXzNqqawQVK3bDqhqgd9dpFN7o/rCQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N 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