From 1ff22df3296bb9002ceb555f6adbff2bc005c159 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Thu, 12 Jun 2025 23:51:51 +0900 Subject: devel/eclipse-titan: Add new port Eclipse Titan is an open-source implementation of TTCN-3 compilation and execution environment. TTCN-3 is a modular language specifically designed for testing, standardized by ETSI, and endorsed by ITU. --- devel/eclipse-titan/files/patch-help-ttcn3_help | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/eclipse-titan/files/patch-help-ttcn3_help (limited to 'devel/eclipse-titan/files/patch-help-ttcn3_help') diff --git a/devel/eclipse-titan/files/patch-help-ttcn3_help b/devel/eclipse-titan/files/patch-help-ttcn3_help new file mode 100644 index 000000000000..b6ff73141aa9 --- /dev/null +++ b/devel/eclipse-titan/files/patch-help-ttcn3_help @@ -0,0 +1,14 @@ +--- help/ttcn3_help.orig 2025-05-28 08:04:59 UTC ++++ help/ttcn3_help +@@ -32,7 +32,10 @@ if test "${TTCN3_DIR}" = "" + + # check for necessary environment variables + if test "${TTCN3_DIR}" = "" +-then echo "Error: TTCN3_DIR environment variable is not set"; exit 1; ++then if test -d "%%TTCN3_DIR%%" ++ then TTCN3_DIR=%%TTCN3_DIR%% ++ else echo "Error: TTCN3_DIR environment variable is not set"; exit 1; ++ fi + fi + + # file extension for help files -- cgit v1.2.3