summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-09-18 08:33:32 +0000
committerobache <obache@pkgsrc.org>2013-09-18 08:33:32 +0000
commitb8457ba29944b7e0f8c300cf11b7722c350c0920 (patch)
treee91d405e2a0467d19596cdac2926e880b649365d /sysutils
parent29639ce2e8c13020d2dc11577f5a67ca68a99a46 (diff)
downloadpkgsrc-b8457ba29944b7e0f8c300cf11b7722c350c0920.tar.gz
drop require 'rubygems', it is not required in pkgsrc and not in ruby18-base.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ruby-libnotify/distinfo3
-rw-r--r--sysutils/ruby-libnotify/patches/patch-ext_extconf.rb15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/ruby-libnotify/distinfo b/sysutils/ruby-libnotify/distinfo
index 3ca8b2f3df9..ac674765d05 100644
--- a/sysutils/ruby-libnotify/distinfo
+++ b/sysutils/ruby-libnotify/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2013/08/30 16:55:47 joerg Exp $
+$NetBSD: distinfo,v 1.3 2013/09/18 08:33:32 obache Exp $
SHA1 (ruby-libnotify-0.5.1.tar.gz) = 49c03da48c80ce962d164338e030114bd99300ef
RMD160 (ruby-libnotify-0.5.1.tar.gz) = 97285d65f55938b9902841e76e8da69108313a06
Size (ruby-libnotify-0.5.1.tar.gz) = 25822 bytes
+SHA1 (patch-ext_extconf.rb) = 62094980312bac7ac3f9c8bff423056aefaea3ec
SHA1 (patch-ext_rnotify.c) = f737a74df9eb3556cff6e4f64cbf25413073e30f
diff --git a/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb b/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb
new file mode 100644
index 00000000000..42de362dcfe
--- /dev/null
+++ b/sysutils/ruby-libnotify/patches/patch-ext_extconf.rb
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_extconf.rb,v 1.1 2013/09/18 08:33:32 obache Exp $
+
+* not using gems in pkgsrc.
+
+--- ext/extconf.rb.orig 2012-11-24 17:54:50.000000000 +0000
++++ ext/extconf.rb
+@@ -5,8 +5,6 @@ type=0, DEBUG
+ type=1, RELEASE
+ =end
+
+-require 'rubygems'
+-
+ begin
+ require 'mkmf-gnome2'
+ require 'gtk2'