head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @-- @; 1.1 date 2025.10.07.20.45.10; author dkazankov; state Exp; branches; next ; commitid EBysylHjpPyMbGdG; desc @@ 1.1 log @ada-gnatcoll-core-25: bug fixing * Add tests support * Many (not all) NetBSD port bugs fixed after tests: PASS 431 FAIL 16 SKIP 1 @ text @$NetBSD: patch-core_src_executable__path.c,v 1.1 2025/07/10 18:52:41 dkazankov Exp $ Unportable fix - most close BSD variant is -T BSD variant is -R, Linux also understands it --- core/src/gnatcoll-io-remote-unix.adb.orig 2024-09-24 12:28:32.000000000 +0300 +++ core/src/gnatcoll-io-remote-unix.adb @@@@ -295,7 +295,7 @@@@ Args : GNAT.OS_Lib.Argument_List := (new String'("ls"), new String'("-l"), - new String'("--time-style=full-iso"), + new String'("-T"), new String'("""" & String (File) & """"), new String'("2>"), new String'("/dev/null")); @@@@ -755,7 +755,7 @@@@ is Args : GNAT.OS_Lib.Argument_List := (new String'("cp"), - new String'("-rf"), + new String'("-Rf"), new String'("'" & String (From) & "'"), new String'("'" & String (Dest) & "'")); @