[Bug 293643] print/freetype2: Update to 2.14.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 14 Mar 2026 05:59:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293643

Gleb Popov <arrowd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(deskto |maintainer-feedback+
                   |p@FreeBSD.org)              |
             Status|New                         |In Progress
           Assignee|desktop@FreeBSD.org         |arrowd@FreeBSD.org

--- Comment #12 from Gleb Popov <arrowd@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #0)
> * Remove LCD_FILTERING option and RENDERING grouping, LCD_FILTERING is default upstream and is overridden when LCD_RENDERING is set

I'm confused by this. Before the change we had two OPTIONS:

1. LCD_FILTERING
2. LCD_RENDERING

Enabling LCD_FILTERING was resulting in FT_CONFIG_OPTION_SUBPIXEL_RENDERING
being set. Enabling LCD_RENDERING seemingly did nothing (using default).

Now there is only

1. LCD_RENDERING

option, and enabling it results in FT_CONFIG_OPTION_SUBPIXEL_RENDERING being
set.

So, compared to the previous version, the LCD_RENDERING changed its meaning. It
feels like we should rename LCD_RENDERING to LCD_FILTERING?

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