head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.15.23.12.31; author gdt; state Exp; branches; next ; commitid Ad2XCBbDyFkXHS6G; desc @@ 1.1 log @graphic/gl2ps: Kludge for cmake 4, and convert to cmake/build.mk @ text @$NetBSD$ Kludge around cmake requirement that the minimum version be high enough. --- CMakeLists.txt.orig 2025-08-15 23:08:20.897300798 +0000 +++ CMakeLists.txt @@@@ -31,7 +31,7 @@@@ # # Please report all bugs and problems to . -cmake_minimum_required(VERSION 2.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.22 FATAL_ERROR) # do not warn about non-definition of WIN32 on Cygwin set(CMAKE_LEGACY_CYGWIN_WIN32 0) @