Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148360670
D11038.id29184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11038.id29184.diff
View Options
Index: net/bmon/Makefile
===================================================================
--- net/bmon/Makefile
+++ net/bmon/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= bmon
-PORTVERSION= 3.3
+PORTVERSION= 4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= net
MAINTAINER= michelle@sorbs.net
Index: net/bmon/distinfo
===================================================================
--- net/bmon/distinfo
+++ net/bmon/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tgraf-bmon-v3.3_GH0.tar.gz) = 1d62451178d3d682a6cf2778ebade7e63f2a9bebe3d35aef20cf94b51679dcca
-SIZE (tgraf-bmon-v3.3_GH0.tar.gz) = 57331
+TIMESTAMP = 1495133346
+SHA256 (tgraf-bmon-v4.0_GH0.tar.gz) = d5e503ff6b116c681ebf4d10e238604dde836dceb9c0008eb92416a96c87ca40
+SIZE (tgraf-bmon-v4.0_GH0.tar.gz) = 61843
Index: net/bmon/files/patch-src_in_sysctl.c
===================================================================
--- /dev/null
+++ net/bmon/files/patch-src_in_sysctl.c
@@ -0,0 +1,11 @@
+--- src/in_sysctl.c.orig 2017-05-18 12:03:29.320093000 -0700
++++ src/in_sysctl.c 2017-05-18 12:17:31.135080000 -0700
+@@ -232,7 +232,7 @@ sysctl_read(void)
+ snprintf(info_buf, sizeof(info_buf), "%ju", (uintmax_t)ifm->ifm_data.ifi_metric);
+ element_update_info(e, "Metric", info_buf);
+
+-#ifndef __NetBSD__
++#if !(defined(__NetBSD__) || defined(__FreeBSD__))
+ snprintf(info_buf, sizeof(info_buf), "%u", ifm->ifm_data.ifi_recvquota);
+ element_update_info(e, "RX-Quota", info_buf);
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 8:55 AM (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29895499
Default Alt Text
D11038.id29184.diff (1 KB)
Attached To
Mode
D11038: net/bmon: Update from 3.3 to 4.0
Attached
Detach File
Event Timeline
Log In to Comment