summaryrefslogtreecommitdiff
path: root/lang/ruby193-base/patches/patch-configure.in
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-01-31 15:56:13 +0000
committertaca <taca@pkgsrc.org>2013-01-31 15:56:13 +0000
commite0fae0f7e34c532982c24c35db68993ce4909f7b (patch)
tree7b80f30ccd1bf054a61de11f0ca965351d57923e /lang/ruby193-base/patches/patch-configure.in
parent1840e832123ccdf96ab6f9b22d38f88b6ddf7a4e (diff)
downloadpkgsrc-e0fae0f7e34c532982c24c35db68993ce4909f7b.tar.gz
Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).
These releasess don't include any security fixes. Ruby 1.9.3-p362: This release includes other many bug fixes. Resolved build problems on Solaris. Windows 8 support (hopefully). other many bug fixes. Ruby 1.9.3-p374: This release includes many bug fixes. Especially, Fixed randomly SEGV problem (often reported with Rails) Windows 8 support (maybe, hopefully) other many bug fixes. See tickets and ChangeLog for details.
Diffstat (limited to 'lang/ruby193-base/patches/patch-configure.in')
-rw-r--r--lang/ruby193-base/patches/patch-configure.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/lang/ruby193-base/patches/patch-configure.in b/lang/ruby193-base/patches/patch-configure.in
index 1c6d7f95157..91e43d73ddd 100644
--- a/lang/ruby193-base/patches/patch-configure.in
+++ b/lang/ruby193-base/patches/patch-configure.in
@@ -1,11 +1,11 @@
-$NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
+$NetBSD: patch-configure.in,v 1.5 2013/01/31 15:56:14 taca Exp $
* Adding Interix and MirBSD support.
* Ignore doxygen.
---- configure.in.orig 2012-10-12 07:24:42.000000000 +0000
+--- configure.in.orig 2012-11-13 10:02:45.000000000 +0000
+++ configure.in
-@@ -1120,6 +1120,8 @@ main()
+@@ -1128,6 +1128,8 @@ main()
],
[superux*], [ ac_cv_func_setitimer=no
],
@@ -14,7 +14,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
[ LIBS="-lm $LIBS"])
AC_CHECK_LIB(crypt, crypt)
AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV
-@@ -1186,6 +1188,9 @@ AC_CHECK_MEMBERS([struct stat.st_ctimens
+@@ -1194,6 +1196,9 @@ AC_CHECK_MEMBERS([struct stat.st_ctimens
AC_CHECK_TYPES([struct timespec], [], [], [@%:@ifdef HAVE_TIME_H
@%:@include <time.h>
@@ -24,7 +24,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
@%:@endif])
AC_CHECK_TYPES([struct timezone], [], [], [@%:@ifdef HAVE_TIME_H
-@@ -1835,7 +1840,7 @@ if test x"$enable_pthread" = xyes; then
+@@ -1786,7 +1791,7 @@ if test x"$enable_pthread" = xyes; then
[root], [],
[c_r], [MAINLIBS="-pthread $MAINLIBS"],
[AS_CASE(["$target_os"],
@@ -33,7 +33,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
[LIBS="-l$pthread_lib $LIBS"])])
else
AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled")
-@@ -2066,7 +2071,9 @@ if test "$with_dln_a_out" != yes; then
+@@ -2017,7 +2022,9 @@ if test "$with_dln_a_out" != yes; then
rb_cv_dlopen=yes],
[interix*], [ : ${LDSHARED='$(CC) -shared'}
XLDFLAGS="$XLDFLAGS -Wl,-E"
@@ -43,7 +43,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
rb_cv_dlopen=yes],
[freebsd*|dragonfly*], [
: ${LDSHARED='$(CC) -shared'}
-@@ -2077,7 +2084,7 @@ if test "$with_dln_a_out" != yes; then
+@@ -2028,7 +2035,7 @@ if test "$with_dln_a_out" != yes; then
test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED="ld -Bshareable"
fi
rb_cv_dlopen=yes],
@@ -52,7 +52,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
if test "$rb_cv_binary_elf" = yes; then
LDFLAGS="$LDFLAGS -Wl,-E"
fi
-@@ -2376,7 +2383,7 @@ AS_CASE("$enable_shared", [yes], [
+@@ -2327,7 +2334,7 @@ AS_CASE("$enable_shared", [yes], [
],
[freebsd*|dragonfly*], [
SOLIBS='$(LIBS)'
@@ -61,7 +61,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
if test "$rb_cv_binary_elf" != "yes" ; then
LIBRUBY_SO="$LIBRUBY_SO.\$(TEENY)"
LIBRUBY_ALIASES=''
-@@ -2392,7 +2399,7 @@ AS_CASE("$enable_shared", [yes], [
+@@ -2343,7 +2350,7 @@ AS_CASE("$enable_shared", [yes], [
LIBRUBY_ALIASES=""
fi
],
@@ -70,7 +70,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
SOLIBS='$(LIBS)'
LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}`
],
-@@ -2442,7 +2449,12 @@ AS_CASE("$enable_shared", [yes], [
+@@ -2393,7 +2400,12 @@ AS_CASE("$enable_shared", [yes], [
LIBRUBY_ALIASES='lib$(RUBY_BASE_NAME).$(MAJOR).$(MINOR).dylib lib$(RUBY_INSTALL_NAME).dylib'
],
[interix*], [
@@ -84,7 +84,7 @@ $NetBSD: patch-configure.in,v 1.4 2012/10/12 14:51:31 taca Exp $
])
], [
LIBRUBYARG_SHARED=
-@@ -2487,11 +2499,7 @@ if test "$install_doc" != no; then
+@@ -2438,11 +2450,7 @@ if test "$install_doc" != no; then
else
RDOCTARGET="nodoc"
fi