Re: RAKE_BIN and ruby19

2010-12-26 Thread Alexander Logvinov
Hi! On 27.12.2010 02:07 Stanislav Sedov wrote: >> -RAKE_BIN=${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} >> +RAKE_BIN=${LOCALBASE}/bin/rake${RUBY_VER:S/.//} >> .endif >> .endif > This change was made because we had problems with old version of rake > bundled with ruby 1.9. That's why we made

Re: RAKE_BIN and ruby19

2010-12-26 Thread Stanislav Sedov
On Dec 26, 2010, at 8:41 AM, Alexander Logvinov wrote: > Hi! > > It seems this a typo: > > --- bsd.ruby.mk22 Nov 2010 05:47:07 -1.203 > +++ bsd.ruby.mk26 Dec 2010 16:32:33 - > @@ -551,7 +551,7 @@ > .if ${RUBY_VER} == 1.8 > RAKE_BIN=${LOCALBASE}/bin/rake > .else > -RAKE_

RAKE_BIN and ruby19

2010-12-26 Thread Alexander Logvinov
Hi! It seems this a typo: --- bsd.ruby.mk 22 Nov 2010 05:47:07 - 1.203 +++ bsd.ruby.mk 26 Dec 2010 16:32:33 - @@ -551,7 +551,7 @@ .if ${RUBY_VER} == 1.8 RAKE_BIN= ${LOCALBASE}/bin/rake .else -RAKE_BIN= ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} +RAKE_BIN= ${LOCALBASE