diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-01 02:09:16 +0800 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-01 02:09:16 +0800 |
commit | 2ff7a5ddb8413d0f5345fc43507ab9cbf0f2262f (patch) | |
tree | 34c17096ae9a97a482ecda0d1b3a9a1db70b1b04 /net-mgmt/cacti | |
parent | 995170155a0e8c411af43c7d776659c2cd9f0fcc (diff) | |
download | freebsd-ports-gnome-2ff7a5ddb8413d0f5345fc43507ab9cbf0f2262f.tar.gz freebsd-ports-gnome-2ff7a5ddb8413d0f5345fc43507ab9cbf0f2262f.tar.zst freebsd-ports-gnome-2ff7a5ddb8413d0f5345fc43507ab9cbf0f2262f.zip |
- Add two vendor's patches which fix poller working with php4.
Submitted by: Vaclav Hala <hala_at_kraj-jihocesky.cz>
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r-- | net-mgmt/cacti/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index ad0d0f35955f..a6eaa8710ab6 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -17,10 +17,10 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= -#PATCHLEVEL= .4 +PATCHFILES= ping_php_version4_snmpgetnext.patch \ + tree_console_missing_hosts.patch +PATCHLEVEL= .2 SITEDISTVERSION= ${PORTVERSION:S/${PATCHLEVEL}$//} -#SITEDISTVERSION= ${PORTVERSION} PATCH_DIST_STRIP=-p1 diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 89e29c33be71..adb938a71bdf 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -1,3 +1,9 @@ MD5 (cacti-0.8.6j.tar.gz) = 29436be46b289d13dfce48e7618129e2 SHA256 (cacti-0.8.6j.tar.gz) = 0ddf8a740a5725de67eeea71c38433447ff75388e6e399ce92ccadc36d25bd46 SIZE (cacti-0.8.6j.tar.gz) = 1126337 +MD5 (ping_php_version4_snmpgetnext.patch) = bedf583646e59dd628d4aced7e83fdf3 +SHA256 (ping_php_version4_snmpgetnext.patch) = 1e19110c696eb56c6de68247c926c5ec7a2e7554df222f39a663556241644170 +SIZE (ping_php_version4_snmpgetnext.patch) = 1262 +MD5 (tree_console_missing_hosts.patch) = 109afedcd49dc173da8c27fb23c322fe +SHA256 (tree_console_missing_hosts.patch) = 5807bb408227b1c9f2ebecf220c048eb7c7148eee41fcd06fdc086124a206180 +SIZE (tree_console_missing_hosts.patch) = 771 |