head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.01.17.17.44.22; author rhialto; state Exp; branches; next 1.1; commitid iHCA78dbjRjoDRFF; 1.1 date 2024.04.02.18.59.16; author rhialto; state Exp; branches; next ; commitid hhwDU721hwmrnB4F; desc @@ 1.2 log @lang/oorexx: stop rxapi server which is started during the build. This adds some patches so that the rxapi command gets an argument to tell it to stop a currently running rxapi server. Reported upstream as https://mastodon.social/@@dec_hl/113843692204297339 @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2024/04/02 18:59:16 rhialto Exp $ Doesn't respect CMAKE_INSTALL_MANDIR. Add a command to terminate rxapi after it was started. https://sourceforge.net/p/oorexx/bugs/1993/ --- CMakeLists.txt.orig 2023-04-19 14:25:14.000000000 +0000 +++ CMakeLists.txt @@@@ -290,7 +290,7 @@@@ else () set (INSTALL_INCLUDE_DIR include) set (INSTALL_SAMPLES_DIR share/${CMAKE_PROJECT_NAME}/samples) set (INSTALL_DOC_DIR share/${CMAKE_PROJECT_NAME}/doc) - set (INSTALL_MAN_DIR share/man) + set (INSTALL_MAN_DIR ${CMAKE_INSTALL_MANDIR}) endif () # Set compiler and linker flags common to all build environments @@@@ -1035,6 +1035,7 @@@@ endif () # Build the rexx.img file add_custom_command(OUTPUT ${ORX_IMAGE_OUTPUT_LOCATION}/rexx.img COMMAND $ ${ORX_IMAGE_OUTPUT_LOCATION}/rexx.img + COMMAND $ stop DEPENDS rexximage rxapi ${image_class_files} ${platform_rexx_img_depends} WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) @ 1.1 log @lang/oorexx: added, version 5.0.0-12583. @ text @d1 1 a1 1 $NetBSD$ d4 2 d7 1 a7 1 --- CMakeLists.txt.orig 2024-03-28 19:06:54.459436295 +0000 d18 8 @