diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-03 10:53:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-03 10:53:48 +0000 |
commit | 0c978e48b0020d45b09b51056a3eec7f3aa23cdd (patch) | |
tree | 55fd5545c4c8ccbb2c7234a2041fccba5eacc17d /x11/ruby-gnome2 | |
parent | a9a11d2607812b4c9b13903fb49573c12ffbcd54 (diff) | |
download | ports-0c978e48b0020d45b09b51056a3eec7f3aa23cdd.tar.gz ports-0c978e48b0020d45b09b51056a3eec7f3aa23cdd.zip |
Notes
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r-- | x11/ruby-gnome2/Makefile.common | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/distinfo | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/files/patch-extconf.rb | 32 | ||||
-rw-r--r-- | x11/ruby-gnome2/pkg-descr | 8 |
4 files changed, 5 insertions, 39 deletions
diff --git a/x11/ruby-gnome2/Makefile.common b/x11/ruby-gnome2/Makefile.common index 950919f83c2e..8d0f2882cb44 100644 --- a/x11/ruby-gnome2/Makefile.common +++ b/x11/ruby-gnome2/Makefile.common @@ -1,6 +1,6 @@ # $FreeBSD$ -RUBY_GNOME_VERSION= 0.27 +RUBY_GNOME_VERSION= 0.28 #RUBY_GNOME_SNAPSHOTDATE= 20010224 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} diff --git a/x11/ruby-gnome2/distinfo b/x11/ruby-gnome2/distinfo index 0ba976e35d5c..6c1fdcce647e 100644 --- a/x11/ruby-gnome2/distinfo +++ b/x11/ruby-gnome2/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-gnome-all-0.27.tar.gz) = d7663ba9ca6d3f4e91734879d7d58c4b +MD5 (ruby/ruby-gnome-all-0.28.tar.gz) = 64714d5abc3c1d20ead3f1906f21e8bf diff --git a/x11/ruby-gnome2/files/patch-extconf.rb b/x11/ruby-gnome2/files/patch-extconf.rb deleted file mode 100644 index efad8e98b4f3..000000000000 --- a/x11/ruby-gnome2/files/patch-extconf.rb +++ /dev/null @@ -1,32 +0,0 @@ ---- extconf.rb.orig Mon Feb 4 13:00:24 2002 -+++ extconf.rb Wed Mar 20 22:03:22 2002 -@@ -7,25 +7,17 @@ - # - # detect Gnome configurations - # --config_cmds = [ -- ["gnome-config", "--libs", "--cflags", "gnome", "gnomeui"], --] --if ARGV.size > 0 -- config_cmds.unshift([ARGV[0], "--libs", "--cflags"]) --end - - begin -- config_cmd = "gnome-config" -+ config_cmd = with_config("gnome-config", "gnome-config") - config_libs = "--libs" - config_cflags = "--cflags" - config_library = "gnomeui" - version = `#{config_cmd} --version` - if not version.chomp.empty? then -- $LDFLAGS, *libs = -- `#{config_cmd} #{config_libs} #{config_library}`.chomp.split(/(-l.*)/) -- $libs = libs.join(' ') + ' ' + $libs -- $CFLAGS = `#{config_cmd} #{config_cflags} #{config_library}`.chomp -- $CFLAGS = $CFLAGS + " -DHAVE_GDKIMLIB -I../../gtk/src -I../../gdkimlib" -+ $LDFLAGS += ' ' + `#{config_cmd} #{config_libs} #{config_library}`.chomp -+ $CFLAGS += " -DHAVE_GDKIMLIB -I../../gtk/src -I../../gdkimlib " + -+ `#{config_cmd} #{config_cflags} #{config_library}`.chomp - else - raise "Can't find a config command" - end diff --git a/x11/ruby-gnome2/pkg-descr b/x11/ruby-gnome2/pkg-descr index 00a4f60380bb..7d27ac671f6e 100644 --- a/x11/ruby-gnome2/pkg-descr +++ b/x11/ruby-gnome2/pkg-descr @@ -1,6 +1,4 @@ -Ruby/GNOME is a set of Ruby bindings for GNOME which includes gnome, -gtk, gdk_imlib, and gdk_pixbuf modules. The last three modules are -provided as separate ports. +Ruby/GNOME is a set of Ruby bindings for GNOME which consists of +gnome, gtk, gdk_imlib, gdk_pixbuf, libglade, and panel-applet modules. -Author: Hiroshi Igarashi <igarashi@ueda.info.waseda.ac.jp> -WWW: http://www.ruby-lang.org/gtk/en/ +WWW: http://ruby-gnome.sourceforge.net/ |