summaryrefslogtreecommitdiff
path: root/lang/ruby/replace.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Make maching pattern of REPLACE_RUBY_DIRS same as REPLACE_RUBY.taca1-2/+2
2010-09-10Allow RUBY_ENCODING_ARG to add extra option to shbang line.taca1-1/+6
2009-02-19Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8".obache1-2/+2
2008-09-22Make the change made in replace.mk 1.10 work on Solaris.minskim1-2/+4
Previously, a non-existing directory in REPLACE_RUBY_DIRS stopped the build on Solaris.
2008-09-21Make sure the shebang line replacement for Ruby alters only a shebang line.minskim1-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-15Accept none existing directory in REPLACE_RUBY_DIRS.taca1-3/+10
2008-03-17Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}.jlam1-3/+4
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-8/+8
2007-05-01Make the shebang line regex less restrictive, so that it matchesminskim1-2/+2
"ruby" followed by a version number.
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam1-4/+4
_REPLACE.* handling from replace-interpreter.mk.
2006-06-25replace.mk needs rubyversion.mk.rillig1-1/+3
2006-01-30Simplify pattern for REPLACE_RUBY to fix some packages which containstaca1-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-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-02Use subst framework to process REPLACE_RUBY.taca1-29/+16
2004-11-27Importing files for Ruby's new framework.taca1-0/+63