head	1.4;
access;
symbols
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.10.11.03.09.54;	author stas;	state dead;
branches;
next	1.3;

1.3
date	2009.02.11.00.47.29;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.09.17.49.51;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.06.08.58.13;	author stas;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update ruby19 to 1.9.2.
- Do not link agains librt. [1]

PR:		ports/149003 [1]
Submitted by:	Anonymous <swell.k@@gmail.com> [1]
@
text
@--- configure.orig	2009-01-30 18:26:04.000000000 +0300
+++ configure	2009-02-11 03:22:46.000000000 +0300
@@@@ -20418,7 +20418,7 @@@@
 
 
 if test x"$enable_pthread" = xyes; then
-    for pthread_lib in thr pthread pthreads c c_r root; do
+    for pthread_lib in pthread thr pthreads c c_r root; do
 	as_ac_Lib=`$as_echo "ac_cv_lib_$pthread_lib''_pthread_kill" | $as_tr_sh`
 { $as_echo "$as_me:$LINENO: checking for pthread_kill in -l$pthread_lib" >&5
 $as_echo_n "checking for pthread_kill in -l$pthread_lib... " >&6; }
@@@@ -22406,7 +22406,7 @@@@
     rubyw_install_name="$RUBYW_INSTALL_NAME"
     ;;
 esac
-RUBY_LIB_PREFIX=`eval echo \\"${libdir}/${RUBY_INSTALL_NAME}\\"`
+RUBY_LIB_PREFIX=`eval echo \\"${libdir}/ruby\\"`
 
 
 # Check whether --with-ruby-version was given.
@


1.3
log
@- Use correct library dir.

Reported by:	Andrew <refresh.xss@@gmail.com>
@
text
@@


1.2
log
@- Update ruby19 to 1.9.1.

PR:		ports/129818 (based on)
Submitted by:	Hung-Yi Chen <gaod@@hychen.org>
@
text
@d2 1
a2 1
+++ configure	2009-02-09 19:17:18.000000000 +0300
d12 9
@


1.1
log
@- 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@@
@
text
@d1 3
a3 3
--- configure.orig	Thu Jan 17 15:14:30 2008
+++ configure	Thu Jan 17 15:15:00 2008
@@@@ -18065,7 +18065,7 @@@@
d7 5
a11 5
-    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; }
@

