FreeBSD Bugzilla – Attachment 182726 Details for
Bug 219392
net/bmon: upgrade to 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net/bmon: upgrade to 4.0
patch-net_bmon.diff (text/plain), 1.90 KB, created by
Eric Camachat
on 2017-05-19 01:16:38 UTC
(
hide
)
Description:
net/bmon: upgrade to 4.0
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2017-05-19 01:16:38 UTC
Size:
1.90 KB
patch
obsolete
>Index: net/bmon/Makefile >=================================================================== >--- net/bmon/Makefile (revision 441182) >+++ net/bmon/Makefile (working copy) >@@ -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 (revision 441182) >+++ net/bmon/distinfo (working copy) >@@ -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 >=================================================================== >--- net/bmon/files/patch-src_in_sysctl.c (nonexistent) >+++ net/bmon/files/patch-src_in_sysctl.c (working copy) >@@ -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); >+ > >Property changes on: net/bmon/files/patch-src_in_sysctl.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
joneum
:
maintainer-approval?
(
michelle
)
Actions:
View
|
Diff
Attachments on
bug 219392
: 182726