mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Pick up libdbi dependency and fix build with it.
PR: ports/121650 Submitted by: Mel <mel.xyzzy@rachie.is-a-geek.net><F7> Approved by: garga (mentor), maintainer
This commit is contained in:
parent
307e8d0485
commit
fbb766f1c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210962
@ -7,12 +7,15 @@
|
||||
|
||||
PORTNAME= bmon
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/
|
||||
|
||||
MAINTAINER= nistor@snickers.org
|
||||
COMMENT= Portable bandwidth monitor and rate estimator
|
||||
|
||||
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
MAKEFILE= GNUmakefile
|
||||
|
11
net/bmon/files/patch-src__out_db.c
Normal file
11
net/bmon/files/patch-src__out_db.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/out_db.c.orig 2008-03-24 22:44:47.000000000 -0400
|
||||
+++ ./src/out_db.c 2008-03-24 22:45:03.000000000 -0400
|
||||
@@ -679,7 +679,7 @@
|
||||
.om_draw = db_draw,
|
||||
.om_set_opts = db_set_opts,
|
||||
.om_probe = db_probe,
|
||||
- .om_shutdown db_shutdown,
|
||||
+ .om_shutdown = db_shutdown,
|
||||
};
|
||||
|
||||
static void __init db_init(void)
|
Loading…
Reference in New Issue
Block a user