pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-eruby Change order in CFLAGS, trying to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aafdffe25948
branches:  trunk
changeset: 470002:aafdffe25948
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Mar 04 17:29:51 2004 +0000

description:
Change order in CFLAGS, trying to fix bulk build problem.

diffstat:

 textproc/ruby-eruby/distinfo         |   4 ++--
 textproc/ruby-eruby/patches/patch-aa |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 9c6e6d6b8c92 -r aafdffe25948 textproc/ruby-eruby/distinfo
--- a/textproc/ruby-eruby/distinfo      Thu Mar 04 17:07:21 2004 +0000
+++ b/textproc/ruby-eruby/distinfo      Thu Mar 04 17:29:51 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2002/01/19 09:42:48 taca Exp $
+$NetBSD: distinfo,v 1.4 2004/03/04 17:29:51 taca Exp $
 
 SHA1 (ruby/eruby-0.9.7.tar.gz) = 690b43c6031579bceb9e031d08f2ce6aeaf992b7
 Size (ruby/eruby-0.9.7.tar.gz) = 60589 bytes
-SHA1 (patch-aa) = feed0f33b7d16f878054db13b349f0f0a7a7a31c
+SHA1 (patch-aa) = 4715a4b23d662e036c9d6ef31c6bdc8d4f21aead
 SHA1 (patch-ab) = 55f0b3661286a107858e71599f9522ae2fc8389c
 SHA1 (patch-ac) = f2bc2d847ea84b28acbfea8733e309c2bee6b1b0
diff -r 9c6e6d6b8c92 -r aafdffe25948 textproc/ruby-eruby/patches/patch-aa
--- a/textproc/ruby-eruby/patches/patch-aa      Thu Mar 04 17:07:21 2004 +0000
+++ b/textproc/ruby-eruby/patches/patch-aa      Thu Mar 04 17:29:51 2004 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 14:01:56 taca Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/04 17:29:51 taca Exp $
 
---- Makefile.in.orig   Wed Jun 20 15:52:31 2001
+--- Makefile.in.orig   2001-10-10 11:39:12.000000000 +0900
 +++ Makefile.in
-@@ -37,7 +37,7 @@
+@@ -28,7 +28,7 @@ LD = @LD@
+ RANLIB = @RANLIB@
+ RUBY = $(RUBY_INSTALL_NAME)
+ 
+-CFLAGS = @CFLAGS@ -I. -I$(hdrdir)
++CFLAGS = -I. -I$(hdrdir) @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ XLDFLAGS = @XLDFLAGS@
+@@ -37,7 +37,7 @@ LDSHARED = @LDSHARED@
  EXT_DLDFLAGS = @EXT_DLDFLAGS@
  INSTALL_PROGRAM = $(RUBY) -r ftools -e 'File.install ARGV[0], ARGV[1], 0755, true'
  INSTALL_DLLIB = $(RUBY) -r ftools -e 'File.install ARGV[0], ARGV[1], 0555, true'



Home | Main Index | Thread Index | Old Index