head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.05.21.04.18.57; author taca; state dead; branches; next 1.1; commitid dKMnLgz3yXhTsDGG; 1.1 date 2026.02.03.16.00.33; author taca; state Exp; branches 1.1.2.1; next ; commitid ZHiSjLRhbW9FMWsG; 1.1.2.1 date 2026.05.21.13.50.31; author maya; state dead; branches; next ; commitid NYlPqWk6LZe4DGGG; desc @@ 1.2 log @lang/ruby40: remove a unused patch file @ text @$NetBSD: patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_encoding.rb,v 1.1 2026/02/03 16:00:33 taca Exp $ * Always convert "\r\n" to "\n" since it cause rdoc processing error. --- .bundle/gems/rdoc-7.0.3/lib/rdoc/encoding.rb.orig 2025-12-25 03:20:42.000000000 +0000 +++ .bundle/gems/rdoc-7.0.3/lib/rdoc/encoding.rb @@@@ -31,7 +31,7 @@@@ module RDoc::Encoding def self.read_file(filename, encoding, force_transcode = false) content = File.open filename, "rb" do |f| f.read end - content.gsub!("\r\n", "\n") if RUBY_PLATFORM =~ /mswin|mingw/ + content.gsub!("\r\n", "\n") utf8 = content.sub!(/\A\xef\xbb\xbf/, '') @ 1.1 log @lang/ruby40: add version 4.0.1 Add Ruby 4.0.1 as lang/ruby40. Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible. Ruby 4.0 introduces a number of new features and performance improvements, here are some of them: * Ruby Box a new (experimental) feature to provide separation about definitions * Performance: ZJIT a new just-in-time (JIT) compiler, which is developed as the next generation of YJIT It is not enabled on pkgsrc for now. * Ractor Improvements * Stdlib updates * Retirement of RJIT: Experital pure-Ruby JIT compiler @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @ruby40: Remove unused patches, pointed out by taca in ticket #7124 @ text @d1 1 a1 1 $NetBSD: patch-.bundle_gems_rdoc-7.0.3_lib_rdoc_encoding.rb,v 1.1 2026/02/03 16:00:33 taca Exp $ @