From 503b7283f690fc0d4eec9630abf9f37e75f48356 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 2 Jan 2014 02:35:40 +0000 Subject: - Add patch to bundled rdoc to fix issue which causes some ports to fail to build Obtained from: https://github.com/rdoc/rdoc/commit/f4f5b94285aa9b20cacf78bda61450e17be63a22 --- lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb (limited to 'lang') diff --git a/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb b/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb new file mode 100644 index 00000000000..212886386bc --- /dev/null +++ b/lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb @@ -0,0 +1,11 @@ +--- ./lib/rdoc/ruby_lex.rb.orig 2012-12-18 07:31:36.000000000 +0000 ++++ ./lib/rdoc/ruby_lex.rb 2014-01-02 01:09:06.630327388 +0000 +@@ -1028,6 +1028,8 @@ + end + + if output_heredoc then ++ raise Error, "Missing terminating #{quoted} for string" unless l ++ + doc << l.chomp + else + doc << '"' -- cgit