diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-04 06:54:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-04 06:54:56 +0800 |
commit | 858f198323faa3723fbe9fad74aa4c74c2533746 (patch) | |
tree | eeabc82266ff845f0db3189e846667a79523ea33 | |
parent | c70df17bd66ddfc1cbbf4ba5917e7a7a4f32c2cc (diff) | |
download | freebsd-ports-gnome-858f198323faa3723fbe9fad74aa4c74c2533746.tar.gz freebsd-ports-gnome-858f198323faa3723fbe9fad74aa4c74c2533746.tar.zst freebsd-ports-gnome-858f198323faa3723fbe9fad74aa4c74c2533746.zip |
Mark as BROKEN due to dependency on multiple PHP versions. Also, reset
maintainer due to mbox overflow.
-rw-r--r-- | security/snortreport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile index 5ae6b2293350..56005ccb67b8 100644 --- a/security/snortreport/Makefile +++ b/security/snortreport/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= security www MASTER_SITES= http://www.circuitsmaximus.com/snortreport/ -MAINTAINER= a.ventu@flashnet.it +MAINTAINER= ports@FreeBSD.org COMMENT= Add-on module for snort to generate real-time web reports .if !defined(WITHOUT_JPGRAPH) @@ -23,6 +23,8 @@ WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message NO_BUILD= yes +BROKEN= does not package; depends on multiple versions of PHP + pre-everything:: @${ECHO} "" @${ECHO} "You have to configure PHP either with MySQL or PostgreSQL" |