pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-readline Fix build problem when RUBY_VERSIO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/103c8eec0c20
branches:  trunk
changeset: 489258:103c8eec0c20
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 19 05:12:23 2005 +0000

description:
Fix build problem when RUBY_VERSION_DEFAULT set to 1.6.
No functional change.

diffstat:

 devel/ruby-readline/distinfo         |   6 ++++--
 devel/ruby-readline/patches/patch-aa |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 303239e76a39 -r 103c8eec0c20 devel/ruby-readline/distinfo
--- a/devel/ruby-readline/distinfo      Sat Feb 19 04:25:31 2005 +0000
+++ b/devel/ruby-readline/distinfo      Sat Feb 19 05:12:23 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/01/23 17:33:19 taca Exp $
+$NetBSD: distinfo,v 1.7 2005/02/19 05:12:23 taca Exp $
 
+SHA1 (ruby/ruby-1.6.8.tar.gz) = 4b475ac1c837cd62b6dfe85359e1502a71b08cd1
+Size (ruby/ruby-1.6.8.tar.gz) = 1023403 bytes
 SHA1 (ruby/ruby-1.8.2.tar.gz) = 409a917d3a0aba41f45bd053b767c85b2bc35ffa
 Size (ruby/ruby-1.8.2.tar.gz) = 3627349 bytes
-SHA1 (patch-aa) = 0a323bee76d9d312813050e06a2d94242d29274e
+SHA1 (patch-aa) = 04081e55e51c8b93b5bb5e77b180091747edaf01
diff -r 303239e76a39 -r 103c8eec0c20 devel/ruby-readline/patches/patch-aa
--- a/devel/ruby-readline/patches/patch-aa      Sat Feb 19 04:25:31 2005 +0000
+++ b/devel/ruby-readline/patches/patch-aa      Sat Feb 19 05:12:23 2005 +0000
@@ -1,9 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2005/01/23 17:33:19 taca Exp $
+$NetBSD: patch-aa,v 1.3 2005/02/19 05:12:24 taca Exp $
+
+This patch is generated with "diff -u -U 2".
 
 --- extconf.rb.orig    2004-07-15 23:11:38.000000000 +0900
-+++ extconf.rb
-@@ -5,8 +5,7 @@ dir_config('ncurses')
- dir_config('termcap')
++++ extconf.rb 2005-02-19 01:51:38.000000000 +0900
+@@ -6,6 +6,5 @@
  dir_config("readline")
  have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
 -have_library("ncurses", "tgetnum") or
@@ -11,4 +12,3 @@
 +have_library("termcap", "tgetnum") or
    have_library("curses", "tgetnum")
  
- if have_header("readline/readline.h") and



Home | Main Index | Thread Index | Old Index