diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-06 08:58:21 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-06 08:58:21 +0000 |
commit | fae8e0f615b1dfcff35249a7a11ebfba7391bc56 (patch) | |
tree | cbba292aa57c0d2e7bb423ca0366362b198eec85 /lang/ruby19/files/patch-configure | |
parent | - Add entry for mail/postfix-policyd-weight (diff) |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
Notes
Notes:
svn path=/head/; revision=210636
Diffstat (limited to 'lang/ruby19/files/patch-configure')
-rw-r--r-- | lang/ruby19/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby19/files/patch-configure b/lang/ruby19/files/patch-configure new file mode 100644 index 000000000000..f7d79075f0d5 --- /dev/null +++ b/lang/ruby19/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Jan 17 15:14:30 2008 ++++ configure Thu Jan 17 15:15:00 2008 +@@ -18065,7 +18065,7 @@ + + + if test x"$enable_pthread" = xyes; then +- for pthread_lib in thr pthread pthreads c c_r; do ++ for pthread_lib in pthread thr pthreads c c_r; do + as_ac_Lib=`echo "ac_cv_lib_$pthread_lib''_pthread_kill" | $as_tr_sh` + { echo "$as_me:$LINENO: checking for pthread_kill in -l$pthread_lib" >&5 + echo $ECHO_N "checking for pthread_kill in -l$pthread_lib... $ECHO_C" >&6; } |