1
0
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:
Wesley Shields 2008-04-09 22:12:18 +00:00
parent 307e8d0485
commit fbb766f1c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210962
2 changed files with 14 additions and 0 deletions

View File

@ -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

View 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)