summaryrefslogtreecommitdiff
path: root/lang/ruby19-base/patches/patch-ak
diff options
context:
space:
mode:
authortaca <taca>2012-09-16 15:15:59 +0000
committertaca <taca>2012-09-16 15:15:59 +0000
commit2ba9f5e9f04fdb883a2f9fe9977390e8f32bc540 (patch)
treef1278a7be9d07764e208b451778154238468c62e /lang/ruby19-base/patches/patch-ak
parent1eec88b99d9673a198da87a9fb7f6c8805d2a036 (diff)
downloadpkgsrc-2ba9f5e9f04fdb883a2f9fe9977390e8f32bc540.tar.gz
Remove ruby19 package (Ruby 1.9.2).
Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough compatibility for pkgsrc's packages and migration terms on pkgsrc now ended. And it costs to supporing multiple versions of Ruby along with multiple versions of Ruby on Rails, too.
Diffstat (limited to 'lang/ruby19-base/patches/patch-ak')
-rw-r--r--lang/ruby19-base/patches/patch-ak15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ruby19-base/patches/patch-ak b/lang/ruby19-base/patches/patch-ak
deleted file mode 100644
index 29be73ed757..00000000000
--- a/lang/ruby19-base/patches/patch-ak
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ak,v 1.1.1.1 2010/09/12 03:50:06 taca Exp $
-
-Use vendordir instead of sitedir.
-
---- lib/rubygems/defaults.rb.orig 2010-04-22 08:24:42.000000000 +0000
-+++ lib/rubygems/defaults.rb
-@@ -18,7 +18,7 @@ module Gem
-
- def self.default_dir
- if defined? RUBY_FRAMEWORK_VERSION then
-- File.join File.dirname(ConfigMap[:sitedir]), 'Gems',
-+ File.join File.dirname(ConfigMap[:vendordir]), 'Gems',
- ConfigMap[:ruby_version]
- elsif ConfigMap[:rubylibprefix] then
- File.join(ConfigMap[:rubylibprefix], 'gems',