summaryrefslogtreecommitdiff
path: root/security/base
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-06-30 17:09:58 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-06-30 17:09:58 +0000
commit5958cddd4f29deb254a1b639b33376bc1b661253 (patch)
tree50fdc1e25753f0e0e5f7b15bafc9e3c8b169c02c /security/base
parent- Correct URL in an old mail/getmail entry. (diff)
- Fix missing dependency.
- Complete pkg-message (note on Apache configuration). PR: ports/82829 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=138251
Diffstat (limited to 'security/base')
-rw-r--r--security/base/Makefile4
-rw-r--r--security/base/files/pkg-message.in17
2 files changed, 18 insertions, 3 deletions
diff --git a/security/base/Makefile b/security/base/Makefile
index 335f5b391b3b..6dcde93536c9 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -7,6 +7,7 @@
PORTNAME= base
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= secureideas
@@ -15,7 +16,8 @@ MAINTAINER= question+fbsdports@closedsrc.org
COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts
RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
- ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb
+ ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \
+ ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph
USE_PHP= yes
USE_REINPLACE= yes
diff --git a/security/base/files/pkg-message.in b/security/base/files/pkg-message.in
index 2b26d42cd705..f15c1d0d9e4b 100644
--- a/security/base/files/pkg-message.in
+++ b/security/base/files/pkg-message.in
@@ -1,8 +1,21 @@
-************************************************************
+========================================================================
+
Please read the README file located at:
%%DOCSDIR%%/README
for how to configure %%PREFIX%%/www/base/base_conf.php after
installation.
-************************************************************
+
+
+To make BASE accessible through your web site, you will need to add
+the following to your Apache configuration file:
+
+ Alias /base/ "%%PREFIX%%/www/base"
+
+In order for the graphing functions to work in BASE, make sure you
+include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like:
+
+ include_path = ".:%%PREFIX%%/share/pear"
+
+========================================================================