Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119173 - Patches already available for Cacti 0.8.6h
Summary: Patches already available for Cacti 0.8.6h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Netmon project
URL: http://www.cacti.net/download_patches...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 01:25 UTC by Frederic Mangeant
Modified: 2006-01-16 09:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Mangeant 2006-01-16 01:25:01 UTC
Hi

4 patches are already available for Cacti 0.8.6h : http://www.cacti.net/download_patches.php

Here's a diff for the cacti-0.8.6h_p20060116.ebuild :

$ diff -u cacti-0.8.6h.ebuild cacti-0.8.6h_p20060116.ebuild
--- cacti-0.8.6h.ebuild 2006-01-04 17:26:57.000000000 +0100
+++ cacti-0.8.6h_p20060116.ebuild       2006-01-16 10:28:18.000000000 +0100
@@ -6,12 +6,14 @@

 DESCRIPTION="Cacti is a complete frontend to rrdtool"
 HOMEPAGE="http://www.cacti.net/"
-# patches (none needed for new 0.8.6h)
-#UPSTREAM_PATCHES=""
+# patches
+UPSTREAM_PATCHES="fix_search_session_clear_issue.patch
+fix_sql_syntax_related_to_default_rra_id.patch
+nth_percentile_empty_return_set_issue.patch mysql_5x_strict.patch"
 SRC_URI="http://www.cacti.net/downloads/${P}.tar.gz"
-#for i in $UPSTREAM_PATCHES ; do
-#      SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV}/${i}"
-#done
+for i in $UPSTREAM_PATCHES ; do
+       SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV}/${i}"
+done

 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2006-01-16 09:03:13 UTC
Committed into portage.