ports/119310: [PATCH] databases/rrdtool: update to 1.2.26

Beat Gaetzi beat at chruetertee.ch
Thu Jan 3 17:20:02 UTC 2008


>Number:         119310
>Category:       ports
>Synopsis:       [PATCH] databases/rrdtool: update to 1.2.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 17:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Beat Gätzi
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD daedalus.network.local 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Wed Jun 6 22:22:54 CEST 2007 root at daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386


	
>Description:
	update rrdtool to 1.2.26
	
>How-To-Repeat:
	
>Fix:

	

--- rrdtool.patch begins here ---
diff -Naur rrdtool.orig/Makefile rrdtool/Makefile
--- rrdtool.orig/Makefile	Sun Oct  7 07:44:56 2007
+++ rrdtool/Makefile	Thu Jan  3 17:30:15 2008
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rrdtool
-PORTVERSION=	1.2.23
+PORTVERSION=	1.2.26
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 
diff -Naur rrdtool.orig/distinfo rrdtool/distinfo
--- rrdtool.orig/distinfo	Thu May  3 10:33:28 2007
+++ rrdtool/distinfo	Thu Jan  3 17:30:25 2008
@@ -1,3 +1,3 @@
-MD5 (rrdtool-1.2.23.tar.gz) = dafa161bc9c61e57636a6085c87c1fe8
-SHA256 (rrdtool-1.2.23.tar.gz) = 4b1df00b23a74a1c81734dd274e72e00d8bb29b11e1f3d2938ff87691ece1f0f
-SIZE (rrdtool-1.2.23.tar.gz) = 1061530
+MD5 (rrdtool-1.2.26.tar.gz) = b2c179e2d2ec2a92969648c4ebd382dc
+SHA256 (rrdtool-1.2.26.tar.gz) = 685088c51e63fd9d41387cd39615036baed4460beb87c1ab7127f9325b348b24
+SIZE (rrdtool-1.2.26.tar.gz) = 1080151
diff -Naur rrdtool.orig/files/patch-bindings-Makefile.in rrdtool/files/patch-bindings-Makefile.in
--- rrdtool.orig/files/patch-bindings-Makefile.in	Mon May 28 21:52:47 2007
+++ rrdtool/files/patch-bindings-Makefile.in	Thu Jan  3 17:51:42 2008
@@ -1,25 +1,23 @@
---- ./bindings/Makefile.in.orig	Thu May  3 02:06:59 2007
-+++ ./bindings/Makefile.in	Tue May 29 03:45:40 2007
-@@ -539,18 +539,18 @@
+--- bindings/Makefile.in.orig	Tue Nov 20 01:15:30 2007
++++ bindings/Makefile.in	Thu Jan  3 17:50:51 2008
+@@ -544,9 +544,9 @@
  all-local:  @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
  
  install-data-local:
 -	test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
 -	test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true
--	test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
+-	test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
 +	test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true
 +	test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true
 +	test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) install || true
- 	test -d python/build && cd python && env LIBDIR=$(libdir) $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
+ 	test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
  
  # 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)
+@@ -557,7 +557,7 @@
  
  # rules for buildung the pyton module
  python:
--	cd python && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
+-	cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
 +	cd python && env LIBDIR=../../src/.libs INCDIR=../../src $(PYTHON) setup.py build
  
  # rules for building the perl module
--- rrdtool.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list