aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-02-02 09:21:21 +0800
committerSteve Wills <swills@FreeBSD.org>2016-02-02 09:21:21 +0800
commit8d77480356f58d6d8d1c69884d1ba9cc98ed383a (patch)
tree3fb94109ce8b10a0157aeca70bbbd90cc8db7819 /x11-toolkits
parentf0d6ce87a89b3b4e33c164564c6cd25e580b70ca (diff)
downloadfreebsd-ports-8d77480356f58d6d8d1c69884d1ba9cc98ed383a.tar.gz
freebsd-ports-8d77480356f58d6d8d1c69884d1ba9cc98ed383a.tar.zst
freebsd-ports-8d77480356f58d6d8d1c69884d1ba9cc98ed383a.zip
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949
Notes
Notes: svn path=/head/; revision=407788
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rubygem-gdk3/Makefile1
-rw-r--r--x11-toolkits/rubygem-gtk2/Makefile1
-rw-r--r--x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb11
-rw-r--r--x11-toolkits/rubygem-gtk3/Makefile1
-rw-r--r--x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb10
-rw-r--r--x11-toolkits/rubygem-gtksourceview2/Makefile1
-rw-r--r--x11-toolkits/rubygem-gtksourceview2/files/patch-ext_gtksourceview2_extconf.rb11
-rw-r--r--x11-toolkits/rubygem-gtksourceview3/Makefile1
-rw-r--r--x11-toolkits/rubygem-pango/Makefile1
-rw-r--r--x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb11
-rw-r--r--x11-toolkits/rubygem-poppler/Makefile2
-rw-r--r--x11-toolkits/rubygem-poppler/files/patch-ext_poppler_extconf.rb11
-rw-r--r--x11-toolkits/rubygem-vte/Makefile1
13 files changed, 62 insertions, 1 deletions
diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile
index 712eaddeec2a..937b39722bb4 100644
--- a/x11-toolkits/rubygem-gdk3/Makefile
+++ b/x11-toolkits/rubygem-gdk3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gdk3
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile
index 128bbdc19325..309ea009a881 100644
--- a/x11-toolkits/rubygem-gtk2/Makefile
+++ b/x11-toolkits/rubygem-gtk2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtk2
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb b/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb
new file mode 100644
index 000000000000..5c474edb399b
--- /dev/null
+++ b/x11-toolkits/rubygem-gtk2/files/patch-ext_gtk2_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/gtk2/extconf.rb.orig 2016-01-19 22:27:15 UTC
++++ ext/gtk2/extconf.rb
+@@ -33,7 +33,7 @@ end
+
+ have_func("rb_errinfo")
+
+-["glib2", "atk", "pango", "gdk_pixbuf2"].each do |package|
++["cairo", "glib2", "atk", "pango", "gdk_pixbuf2"].each do |package|
+ directory = "#{package}#{version_suffix}"
+ build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
+ add_depend_package(package, "#{directory}/ext/#{package}",
diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile
index f754937d4a2d..c3197f48fdd5 100644
--- a/x11-toolkits/rubygem-gtk3/Makefile
+++ b/x11-toolkits/rubygem-gtk3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtk3
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb b/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb
new file mode 100644
index 000000000000..58d36bbc1abf
--- /dev/null
+++ b/x11-toolkits/rubygem-gtk3/files/patch-ext_gtk3_extconf.rb
@@ -0,0 +1,10 @@
+--- ext/gtk3/extconf.rb.orig 2016-01-22 18:41:23.871812000 +0000
++++ ext/gtk3/extconf.rb 2016-01-22 18:43:47.587265000 +0000
+@@ -39,6 +39,7 @@
+ require "mkmf-gnome2"
+
+ depended_packages = [
++ "cairo",
+ "glib2",
+ "gobject-introspection",
+ "cairo-gobject",
diff --git a/x11-toolkits/rubygem-gtksourceview2/Makefile b/x11-toolkits/rubygem-gtksourceview2/Makefile
index 98f875696600..771ed7cea4a6 100644
--- a/x11-toolkits/rubygem-gtksourceview2/Makefile
+++ b/x11-toolkits/rubygem-gtksourceview2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtksourceview2
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-gtksourceview2/files/patch-ext_gtksourceview2_extconf.rb b/x11-toolkits/rubygem-gtksourceview2/files/patch-ext_gtksourceview2_extconf.rb
new file mode 100644
index 000000000000..83af7f9ab269
--- /dev/null
+++ b/x11-toolkits/rubygem-gtksourceview2/files/patch-ext_gtksourceview2_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/gtksourceview2/extconf.rb.orig 2016-01-19 22:46:22 UTC
++++ ext/gtksourceview2/extconf.rb
+@@ -30,7 +30,7 @@ rescue LoadError
+ require 'mkmf-gnome2'
+ end
+
+-["glib2", "atk", "pango", "gdk_pixbuf2", "gtk2"].each do |package|
++["cairo", "glib2", "atk", "pango", "gdk_pixbuf2", "gtk2"].each do |package|
+ directory = "#{package}#{version_suffix}"
+ build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
+ add_depend_package(package, "#{directory}/ext/#{package}",
diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile
index 6d11ebcb51ec..52a51b23113e 100644
--- a/x11-toolkits/rubygem-gtksourceview3/Makefile
+++ b/x11-toolkits/rubygem-gtksourceview3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtksourceview3
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile
index 52fab6867fb2..c75a0e652cc0 100644
--- a/x11-toolkits/rubygem-pango/Makefile
+++ b/x11-toolkits/rubygem-pango/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pango
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb b/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb
new file mode 100644
index 000000000000..e88fb0378100
--- /dev/null
+++ b/x11-toolkits/rubygem-pango/files/patch-ext_pango_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/pango/extconf.rb.orig 2016-01-19 22:13:22 UTC
++++ ext/pango/extconf.rb
+@@ -33,7 +33,7 @@ end
+ ruby_header = "ruby.h"
+ have_func("rb_errinfo", ruby_header)
+
+-["glib2"].each do |package|
++["cairo", "pango", "glib2"].each do |package|
+ directory = "#{package}#{version_suffix}"
+ build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
+ add_depend_package(package, "#{directory}/ext/#{package}",
diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile
index 4be3dba5a21d..4ed0a609c15e 100644
--- a/x11-toolkits/rubygem-poppler/Makefile
+++ b/x11-toolkits/rubygem-poppler/Makefile
@@ -2,7 +2,7 @@
PORTNAME= poppler
PORTVERSION= 3.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
diff --git a/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_extconf.rb b/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_extconf.rb
new file mode 100644
index 000000000000..bd197107833b
--- /dev/null
+++ b/x11-toolkits/rubygem-poppler/files/patch-ext_poppler_extconf.rb
@@ -0,0 +1,11 @@
+--- ext/poppler/extconf.rb.orig 2016-01-19 22:11:59 UTC
++++ ext/poppler/extconf.rb
+@@ -30,7 +30,7 @@ rescue LoadError
+ require 'mkmf-gnome2'
+ end
+
+-["glib2", "atk", "gdk_pixbuf2"].each do |package|
++["cairo", "glib2", "atk", "gdk_pixbuf2"].each do |package|
+ directory = "#{package}#{version_suffix}"
+ build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
+ add_depend_package(package, "#{directory}/ext/#{package}",
diff --git a/x11-toolkits/rubygem-vte/Makefile b/x11-toolkits/rubygem-vte/Makefile
index 87ce8d295f60..7e8310bbf190 100644
--- a/x11-toolkits/rubygem-vte/Makefile
+++ b/x11-toolkits/rubygem-vte/Makefile
@@ -2,6 +2,7 @@
PORTNAME= vte
PORTVERSION= 3.0.7
+PORTREVISION= 1
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG