pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2009Q1]: pkgsrc/lang/ruby18-base Pullup ticket #2761 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/483147f00593
branches:  pkgsrc-2009Q1
changeset: 556812:483147f00593
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun May 10 07:41:59 2009 +0000

description:
Pullup ticket #2761 - requested by taca
ruby18-base: Solaris build fix

Revisions pulled up:
- lang/ruby18-base/distinfo                     1.37
- lang/ruby18-base/patches/patch-bi             1.3
---
Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May  9 05:32:39 UTC 2009

Modified Files:
        pkgsrc/lang/ruby18-base: distinfo
Added Files:
        pkgsrc/lang/ruby18-base/patches: patch-bi

Log Message:
Apply a patch to fix compile error on Solaris 10.  The patch was supplied
by KAWAKUBO Hiroshi via PR pkg/41386.

diffstat:

 lang/ruby18-base/distinfo         |   3 ++-
 lang/ruby18-base/patches/patch-bi |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 375568b10f2e -r 483147f00593 lang/ruby18-base/distinfo
--- a/lang/ruby18-base/distinfo Fri May 08 10:13:40 2009 +0000
+++ b/lang/ruby18-base/distinfo Sun May 10 07:41:59 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35.2.1 2009/05/01 12:42:02 tron Exp $
+$NetBSD: distinfo,v 1.35.2.2 2009/05/10 07:41:59 tron Exp $
 
 SHA1 (ruby-1.8.7-p160.tar.bz2) = 64ed631a819f28d9dd86d2c699e1b0a94d7e5dc9
 RMD160 (ruby-1.8.7-p160.tar.bz2) = 77469c9c4e9303f2ec8ca72a0cbf98b674cb1415
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 59f4462dada7e7b00c7a773c8a95454f3dc4f994
 SHA1 (patch-ab) = 239872c5faf95c05d2a94fe5f40af5b8541423c7
 SHA1 (patch-ac) = eb4dd068729ba2a2c7d4d659f6bcdb1410227f3b
+SHA1 (patch-bi) = 4788a32945edfc6f992b7687688303afdb0408c4
diff -r 375568b10f2e -r 483147f00593 lang/ruby18-base/patches/patch-bi
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby18-base/patches/patch-bi Sun May 10 07:41:59 2009 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-bi,v 1.3.2.2 2009/05/10 07:41:59 tron Exp $
+
+Fix build problem on Solaris 10:
+       http://redmine.ruby-lang.org/repositories/revision/2?rev=22812
+
+--- file.c.orig        2009-03-23 17:44:31.000000000 +0900
++++ file.c
+@@ -68,6 +68,10 @@ char *strrchr _((const char*,const char)
+ #include <sys/mkdev.h>
+ #endif
+ 
++#if defined(HAVE_FCNTL_H)
++#include <fcntl.h>
++#endif
++
+ #if !defined HAVE_LSTAT && !defined lstat
+ #define lstat stat
+ #endif



Home | Main Index | Thread Index | Old Index