Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5530/10.3/unstable/main/finkinfo/libs/rubymods

Modified Files:
        ruby18-tcltk-x11.info ruby18-tcltk-x11.patch 
Log Message:
backport "Updated from tracker #1521781" from 10.4


Index: ruby18-tcltk-x11.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods/ruby18-tcltk-x11.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ruby18-tcltk-x11.patch      21 Feb 2006 05:54:38 -0000      1.1
+++ ruby18-tcltk-x11.patch      25 Sep 2006 01:39:07 -0000      1.2
@@ -29,3 +29,12 @@
      lib = "tkstub"
 
 
+--- ruby-1.8.4/ext/tk/tkutil/extconf.rb~       2005-11-02 12:19:30.000000000 
+0100
++++ ruby-1.8.4/ext/tk/tkutil/extconf.rb        2006-07-10 16:11:47.000000000 
+0200
+@@ -1,4 +1,4 @@
+-if compiled?('tk')
++#if compiled?('tk')
+   require 'mkmf'
+   create_makefile('tkutil')
+-end
++  #end

Index: ruby18-tcltk-x11.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods/ruby18-tcltk-x11.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ruby18-tcltk-x11.info       21 Feb 2006 05:54:38 -0000      1.3
+++ ruby18-tcltk-x11.info       25 Sep 2006 01:39:07 -0000      1.4
@@ -1,10 +1,10 @@
 Package: ruby18-tcltk-x11
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Description: Tcl/Tk (using X11) extensions for Ruby
 License: GPL
 Homepage: http://www.ruby-lang.org/
-Maintainer: Michal Suchanek <[EMAIL PROTECTED]>, Blair Zajac <[EMAIL 
PROTECTED]>
+Maintainer: Michal Suchanek <[EMAIL PROTECTED]>
 
 # Dependencies.
 Depends: ruby18 (>= %v-%r), tcltk (>= 8.4.6-2), tcltk-shlibs (>= 8.4.6-2)
@@ -31,6 +31,10 @@
 #!/bin/sh -ex
   pushd tk
   %p/bin/ruby1.8 extconf.rb
+  pushd tkutil
+  %p/bin/ruby1.8 extconf.rb
+  make
+  popd
   make
   popd
 <<
@@ -39,6 +43,9 @@
 InstallScript: <<
 #!/bin/sh -ex
   pushd tk
+  pushd tkutil
+  make install DESTDIR=%d
+  popd
   make install DESTDIR=%d
   popd
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to