head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.09.16.49.07; author ryoon; state Exp; branches; next ; commitid XVxfj16rYJVGRItG; desc @@ 1.1 log @fonts/afdko: import afdko-4.0.3 The AFDKO is a set of tools for building OpenType font files from PostScript and TrueType font data. @ text @$NetBSD$ * Do not use internal ANTLR4. --- CMakeLists.txt.orig 2026-02-04 12:21:29.151186673 +0000 +++ CMakeLists.txt @@@@ -27,23 +27,6 @@@@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -# Antlr 4 configuration - -# This is an alternate way of supplying the Antlr 4 sources that will override -# the git clone of the tag listed below. This is especially useful if you -# encounter compiler problems and need to make small edits to compensate. Start -# with the Antlr project's sources, e.g. -# https://www.antlr.org/download/antlr4-cpp-runtime-4.9.3-source.zip -# set(ANTLR4_ZIP_REPOSITORY "/path_to_antlr4_archive/a4.zip") - -add_definitions(-DANTLR4CPP_STATIC) -set(ANTLR4_WITH_STATIC_CRT OFF) -# set(ANTLR4_TAG tags/4.13.2) -# This is a more recent commit than 4.13.2 that addresses a missing -# include directive needed in more recent Visual Studio releases -set(ANTLR4_TAG df4d68c09cdef73e023b8838a8bc7ca4dff1d1de) -include(ExternalAntlr4Cpp) - if (DEFINED ENV{FORCE_BUILD_LIBXML2}) set(BUILD_STATIC_LIBXML2 TRUE) @