summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-08-01 10:14:10 +0000
committerclement <clement@FreeBSD.org>2005-08-01 10:14:10 +0000
commit5812e569e63a3fd8992e61a32222e1b008013c45 (patch)
tree02c937ef54fc2af38bfc54d0e4524006bcd32a74 /net
parent5b132f264fc8f9bcb3b21122e6dbd0756fee492b (diff)
downloadFreeBSD-ports-5812e569e63a3fd8992e61a32222e1b008013c45.zip
FreeBSD-ports-5812e569e63a3fd8992e61a32222e1b008013c45.tar.gz
- Fix build if rrdtool 1.2 is intalled
- mark port BROKEN if WITH_XMLDUMP defined (does not build) Submitted by: mich Reported by: Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019), piotrekk@excite.com
Diffstat (limited to 'net')
-rw-r--r--net/ntop/Makefile1
-rw-r--r--net/ntop/files/patch-ntop.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 382f174..674f0616 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -78,6 +78,7 @@ CONFIGURE_ARGS+= --enable-i18n \
.endif
.if defined(WITH_XMLDUMP)
+BROKEN= Does not build with XML dump support
LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/libxml2 \
-I${LOCALBASE}/include/libxml2/libxml \
diff --git a/net/ntop/files/patch-ntop.h b/net/ntop/files/patch-ntop.h
new file mode 100644
index 0000000..f12499f
--- /dev/null
+++ b/net/ntop/files/patch-ntop.h
@@ -0,0 +1,11 @@
+--- ntop.h.orig Mon Aug 1 12:07:39 2005
++++ ntop.h Mon Aug 1 12:08:13 2005
+@@ -447,7 +447,7 @@
+ #endif
+
+ #ifndef EMBEDDED
+-#include "rrd.h"
++#include "myrrd/rrd.h"
+ #endif
+
+ #ifdef HAVE_GETOPT_H
OpenPOWER on IntegriCloud