| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-22 | Make maching pattern of REPLACE_RUBY_DIRS same as REPLACE_RUBY. | taca | 1 | -2/+2 | |
| 2010-09-10 | Allow RUBY_ENCODING_ARG to add extra option to shbang line. | taca | 1 | -1/+6 | |
| 2009-02-19 | Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8". | obache | 1 | -2/+2 | |
| 2008-09-22 | Make the change made in replace.mk 1.10 work on Solaris. | minskim | 1 | -2/+4 | |
| Previously, a non-existing directory in REPLACE_RUBY_DIRS stopped the build on Solaris. | |||||
| 2008-09-21 | Make sure the shebang line replacement for Ruby alters only a shebang line. | minskim | 1 | -3/+3 | |
| Previously, it altered lines that did not start with "#!". This, with the recent change in misc/rubygems/rubygems 1.39, broke www/rails. | |||||
| 2008-09-15 | Accept none existing directory in REPLACE_RUBY_DIRS. | taca | 1 | -3/+10 | |
| 2008-03-17 | Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}. | jlam | 1 | -3/+4 | |
| 2007-12-13 | Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/. | taca | 1 | -8/+8 | |
| 2007-05-01 | Make the shebang line regex less restrictive, so that it matches | minskim | 1 | -2/+2 | |
| "ruby" followed by a version number. | |||||
| 2006-07-20 | Change last instance of _REPLACE.* to REPLACE.*. Remove special | jlam | 1 | -4/+4 | |
| _REPLACE.* handling from replace-interpreter.mk. | |||||
| 2006-06-25 | replace.mk needs rubyversion.mk. | rillig | 1 | -1/+3 | |
| 2006-01-30 | Simplify pattern for REPLACE_RUBY to fix some packages which contains | taca | 1 | -2/+2 | |
| "/bin/env ruby" in bang line. It was broken after switching to use subst frame work. The problem was noted by OBATA Akio via private mail, thanks much. | |||||
| 2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
| example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
| 2005-11-02 | Use subst framework to process REPLACE_RUBY. | taca | 1 | -29/+16 | |
| 2004-11-27 | Importing files for Ruby's new framework. | taca | 1 | -0/+63 | |
