aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-01-02 10:35:40 +0800
committerswills <swills@FreeBSD.org>2014-01-02 10:35:40 +0800
commit503b7283f690fc0d4eec9630abf9f37e75f48356 (patch)
tree1378db8d4bf7e86e9d4ce7775074783fcc869c0d /lang
parent7bc6430626ae10196ed9adbfd79fcccc00e5e6bc (diff)
downloadfreebsd-ports-graphics-503b7283f690fc0d4eec9630abf9f37e75f48356.tar.gz
freebsd-ports-graphics-503b7283f690fc0d4eec9630abf9f37e75f48356.tar.zst
freebsd-ports-graphics-503b7283f690fc0d4eec9630abf9f37e75f48356.zip
- 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
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby20/files/patch-lib__rdoc__ruby_lex.rb11
1 files changed, 11 insertions, 0 deletions
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 << '"'