summaryrefslogtreecommitdiff
path: root/misc/rubygems/patches
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2006-10-05 09:30:27 +0000
committercube <cube@pkgsrc.org>2006-10-05 09:30:27 +0000
commit8473f0a4f81b4902b1a7305031df525b2cdcdaf5 (patch)
tree12dfc5d80ece81539a4a1b4611fa1099a8b867e9 /misc/rubygems/patches
parent9a7f66561b1a630c9b45bba64cef1a9958a41419 (diff)
downloadpkgsrc-8473f0a4f81b4902b1a7305031df525b2cdcdaf5.tar.gz
Add a patch to make "gem contents" work.
http://rubyforge.org/tracker/index.php?func=detail&aid=6032&group_id=126&atid=575
Diffstat (limited to 'misc/rubygems/patches')
-rw-r--r--misc/rubygems/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/rubygems/patches/patch-aa b/misc/rubygems/patches/patch-aa
new file mode 100644
index 00000000000..a13a2bf9da0
--- /dev/null
+++ b/misc/rubygems/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/10/05 09:30:27 cube Exp $
+
+--- lib/rubygems/gem_commands.rb.orig 2006-06-22 04:44:51.000000000 +0200
++++ lib/rubygems/gem_commands.rb
+@@ -1329,6 +1329,7 @@ module Gem
+ if s.empty?
+ path_kind = "default gem paths"
+ system = true
++ s = Gem::SourceIndex.installed_spec_directories
+ else
+ path_kind = "specified path"
+ system = false