[Bug 276387] x11/xvt: removes DEPRECIATED and returns it to MAINTAINER

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Feb 2024 05:50:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276387

Gleb Popov <arrowd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |arrowd@FreeBSD.org
             Status|New                         |In Progress

--- Comment #14 from Gleb Popov <arrowd@FreeBSD.org> ---
One last nit-pick and this will be ready to get in.

I see that you first have the unconditional "--disable-languages" item in
CONFIGURE_ARGS which is then gets overriden with "--enable-languages" if the
corresponding option is on.

This is exactly when
https://docs.freebsd.org/en/books/porters-handbook/makefiles/#options-configure_enable
comes to help. Unless the configure script does something silly, you should be
able to use OPT_CONFIGURE_ENABLE instead of OPT_CONFIGURE_ON to get rid of most
of CONFIGURE_ARGS items.

-- 
You are receiving this mail because:
You are the assignee for the bug.