head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.05.04.13.12.44; author adam; state dead; branches; next 1.1; commitid quNfhqBu4BtaHATF; 1.1 date 2025.04.01.09.37.54; author adam; state Exp; branches; next ; commitid uMc67oerwzBpzkPF; desc @@ 1.2 log @libtorrent rtorrent: updated to 0.15.3 0.15.3 Fixed slow SCGI replies. Cleaned up thread/scheduler code. Improved example configs. Code bug fixes and cleanup. @ text @$NetBSD: patch-configure,v 1.1 2025/04/01 09:37:54 adam Exp $ Portability fix. --- configure.orig 2025-04-01 09:32:44.985682824 +0000 +++ configure @@@@ -17587,8 +17587,7 @@@@ printf "%s\n" "#define API_VERSION 11" > if test -z "${unwanted_values}"; then CXX="$CXX" else - result=`echo "${values_to_check}" | $GREP -Fvx -- "${unwanted_values}" | $GREP -v '^$'` - CXX=${result//$'\n'/ } + CXX=`echo "${values_to_check}" | $GREP -Fvx -- "${unwanted_values}" | $GREP -v '^$' | tr '\n' ' '` fi @ 1.1 log @rtorrent: updated to 0.15.2 0.15.2 Support for colors. Add JSON-RPC capability. Lua support. Close low diskspace normal. Fix various macos issues. Added new tracker list commands. Fix possible crash with save_input_history. Added 'system.files.session.fdatasync' config option. @ text @d1 1 a1 1 $NetBSD$ @