summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-29 15:20:41 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-29 15:20:41 +0000
commit38911308a6b3897e2cf0e55c4d5969b27d5a88fe (patch)
tree09cc5898d0348e29f78f45b6be1df32fdff7cb32 /net-analyzer/rrdtool/files
parentversion bump (diff)
downloadgentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.tar.gz
gentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.tar.bz2
gentoo-2-38911308a6b3897e2cf0e55c4d5969b27d5a88fe.zip
Clean old.
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'net-analyzer/rrdtool/files')
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch11
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch11
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch12
3 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch
deleted file mode 100644
index d9a7598b4f88..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./bindings/Makefile.am.orig 2007-05-12 14:08:09.000000000 +0400
-+++ ./bindings/Makefile.am 2007-05-12 14:08:34.000000000 +0400
-@@ -24,7 +24,7 @@
-
- # rules for buildung the ruby module
- ruby:
-- cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS)
-+ cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
-
- # rules for buildung the pyton module
- python:
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch
deleted file mode 100644
index ed1f51bb837b..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-ruby-binding-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.ac.orig 2007-05-12 15:16:22.000000000 +0400
-+++ ./configure.ac 2007-05-12 15:16:38.000000000 +0400
-@@ -518,7 +518,7 @@
- together with rrdtool in $prefix/lib/ruby. You have to
- add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable
- for ruby to find the RRD.so file.],
--[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"])
-+[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir="'$(DESTDIR)'"$prefix/lib/ruby"])
-
-
- AC_ARG_WITH(ruby-options,
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch b/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch
deleted file mode 100644
index 43f4125a2835..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.2.23-tclbindings.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru rrdtool-1.2.23~/configure.ac rrdtool-1.2.23/configure.ac
---- rrdtool-1.2.23~/configure.ac 2007-05-05 17:17:33.000000000 +0200
-+++ rrdtool-1.2.23/configure.ac 2007-05-05 17:18:08.000000000 +0200
-@@ -559,7 +559,7 @@
- AC_MSG_WARN([tclConfig.sh not found - Tcl interface won't be built])
- else
- . $tcl_config
-- TCL_PACKAGE_DIR="$TCL_PACKAGE_PATH/tclrrd$VERSION"
-+ TCL_PACKAGE_DIR="${TCL_PACKAGE_PATH% *}/tclrrd$VERSION"
- fi
- AC_ARG_ENABLE(tcl,[ --enable-tcl-site install the tcl extension in the tcl tree],
- [],[enable_tcl_site=yes])