head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2024.09.18.12.57.35; author gdt; state dead; branches; next 1.1; commitid Bm3ibYsH40OhWhqF; 1.1 date 2024.08.22.16.16.30; author gdt; state Exp; branches; next ; commitid lC1Xr0hmXt1AUPmF; desc @@ 1.2 log @geography/mapserver: Update to 8.2.2 packaging changes: drop cherry-picked upstream patches for FreeType Upstream changes: fix build with recent FreeType @ text @$NetBSD: patch-src_mapagg.cpp,v 1.1 2024/08/22 16:16:30 gdt Exp $ Cope with API breakage in FreeType 2.13.3. https://github.com/MapServer/MapServer/issues/7142 --- src/mapagg.cpp.orig 2024-08-22 15:16:49.699944231 +0000 +++ src/mapagg.cpp @@@@ -291,10 +291,10 @@@@ bool decompose_ft_outline(const FT_Outli FT_Vector *point; FT_Vector *limit; - char *tags; + unsigned char *tags; int n; // index of contour in outline - int first; // index of first point in contour + unsigned first; // index of first point in contour char tag; // current point's state first = 0; @ 1.1 log @geography/mapserver: Add patches I remember cvs add on them, but CVS doesn't.... @ text @d1 1 a1 1 $NetBSD$ @