Revision
70246
Author
kimuraw@macports.org
Date
2010-08-03 05:52:43 -0700 (Tue, 03 Aug 2010)

Log Message

lang/ruby186: add comments for patchfiles

Modified Paths

Diff

Modified: trunk/dports/lang/ruby186/Portfile (70245 => 70246)


--- trunk/dports/lang/ruby186/Portfile	2010-08-03 11:31:18 UTC (rev 70245)
+++ trunk/dports/lang/ruby186/Portfile	2010-08-03 12:52:43 UTC (rev 70246)
@@ -93,6 +93,12 @@
 }
 
 platform darwin 9 {
+	# dot-darwin.diff: avoid "darwin" matches /win/ in lib/rdoc/options.rb
+	# etc-irbrc.diff: require /etc/irbrc when the platform is not Windows
+	# ignore-gsetcontext.diff: do not use getcontext()/setcontext()
+	# md5_sha1_commoncrypto.diff: use CommonCrypto when available
+	# use-setreugid.diff: use setreuid()/setrguid() on 10.5 or later
+	# words-bigendian-from-arch.diff: [ruby-core:12895], [ruby-dev:32160]
 	patchfiles-append      	dot-darwin.diff \
 							etc-irbrc.diff \
 							ignore-gsetcontext.diff \