diff options
Diffstat (limited to 'lang/ruby/files')
| -rw-r--r-- | lang/ruby/files/CVS/Entries | 3 | ||||
| -rw-r--r-- | lang/ruby/files/CVS/Repository | 1 | ||||
| -rw-r--r-- | lang/ruby/files/rbconfig_fix.rb | 20 | ||||
| -rw-r--r-- | lang/ruby/files/testrb.rb | 5 |
4 files changed, 0 insertions, 29 deletions
diff --git a/lang/ruby/files/CVS/Entries b/lang/ruby/files/CVS/Entries deleted file mode 100644 index 929fd36..0000000 --- a/lang/ruby/files/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /rbconfig_fix.rb/1.1/Wed Oct 15 02:06:36 2014// | ||
| 2 | /testrb.rb/1.2/Sat Mar 12 08:16:48 2022// | ||
| 3 | D | ||
diff --git a/lang/ruby/files/CVS/Repository b/lang/ruby/files/CVS/Repository deleted file mode 100644 index 615772a..0000000 --- a/lang/ruby/files/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/lang/ruby/files | ||
diff --git a/lang/ruby/files/rbconfig_fix.rb b/lang/ruby/files/rbconfig_fix.rb deleted file mode 100644 index ba837ae..0000000 --- a/lang/ruby/files/rbconfig_fix.rb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | install = '/usr/bin/install INSTALL_ARGS' | ||
| 2 | c = RbConfig::CONFIG | ||
| 3 | m = RbConfig::MAKEFILE_CONFIG | ||
| 4 | if v = ENV['BSD_INSTALL_SCRIPT'] | ||
| 5 | m['INSTALL'] = c['INSTALL'] = v.sub('-m 755', '') | ||
| 6 | m['INSTALL_SCRIPT'] = c['INSTALL_SCRIPT'] = v | ||
| 7 | else | ||
| 8 | m['INSTALL'] = c['INSTALL'] = "#{install}" | ||
| 9 | m['INSTALL_SCRIPT'] = c['INSTALL_SCRIPT'] = "#{install} -m 755" | ||
| 10 | end | ||
| 11 | if v = ENV['BSD_INSTALL_PROGRAM'] | ||
| 12 | m['INSTALL_PROGRAM'] = c['INSTALL_PROGRAM'] = v | ||
| 13 | else | ||
| 14 | m['INSTALL_PROGRAM'] = c['INSTALL_PROGRAM'] = "#{install} -s -m 755" | ||
| 15 | end | ||
| 16 | if v = ENV['BSD_INSTALL_DATA'] | ||
| 17 | m['INSTALL_DATA'] = c['INSTALL_DATA'] = v | ||
| 18 | else | ||
| 19 | m['INSTALL_DATA'] = c['INSTALL_DATA'] = "#{install} -m 644" | ||
| 20 | end | ||
diff --git a/lang/ruby/files/testrb.rb b/lang/ruby/files/testrb.rb deleted file mode 100644 index 3490780..0000000 --- a/lang/ruby/files/testrb.rb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #!/usr/bin/env ruby | ||
| 2 | # | ||
| 3 | # testrb for use by ruby.port.mk for Ruby >= 2.2 | ||
| 4 | require 'test/unit' | ||
| 5 | exit Test::Unit::AutoRunner.run(true) | ||
