diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 22:18:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 22:18:33 +0800 |
commit | 8586cb0a1443771755c45cf7049bd174516fc22e (patch) | |
tree | 389a103caa3de3d233cdc84aad4feccad06ba8ad /net-mgmt | |
parent | d1d4573e8fed81ea4cf6413573f0ad75575d2cab (diff) | |
download | freebsd-ports-gnome-8586cb0a1443771755c45cf7049bd174516fc22e.tar.gz freebsd-ports-gnome-8586cb0a1443771755c45cf7049bd174516fc22e.tar.zst freebsd-ports-gnome-8586cb0a1443771755c45cf7049bd174516fc22e.zip |
net-mgmt/netams: reset maintainer, expire, make less broken
First, the port already has 3 maintainer timeouts going back years, so
go ahead and reset maintainership.
Second, it's broken on FreeBSD 10 and newer.
Third, the options were broken (e.g. USES defined after <options>,
<pre> and <post> also used with options. I tweaked this some (untested)
Fourth: The pcap specification is ambiguous. (I removed it). [1]
The entire port is in really bad shape so set it for removal in
two weeks.
PR: 211578 [1]
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netams/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index b8572d443fe5..05794e098cd9 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -3,16 +3,21 @@ PORTNAME= netams PORTVERSION= 3.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.netams.com/files/ -MAINTAINER= jura@netams.com +MAINTAINER= ports@FreeBSD.org COMMENT= Network Traffic Accounting and Monitoring Software -LICENSE= GPLv2 +BROKEN_FreeBSD_10= PR 197249 +BROKEN_FreeBSD_11= PR 197249 +BROKEN_FreeBSD_12= PR 197249 + +DEPRECATED= unmaintained, broken on most FreeBSD platforms +EXPIRATION_DATE= 2016-08-18 -LIB_DEPENDS= libpcap.so:net/libpcap +LICENSE= GPLv2 SSP_UNSAFE= kernel module does not support ssp USE_SUBMAKE= yes @@ -32,6 +37,7 @@ CGI_DESC= Install admin/user CGI scripts OPTIONS_SUB= yes PGSQL_USES= pgsql MYSQL_USE= MYSQL=yes +CGI_USES= jpeg .include <bsd.port.options.mk> @@ -73,7 +79,6 @@ RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD \ p5-Crypt-GeneratePassword>=0:security/p5-Crypt-GeneratePassword LIB_DEPENDS+= libgd.so:graphics/gd -USES+= jpeg . if ${PORT_OPTIONS:MPGSQL} RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg @@ -136,10 +141,4 @@ do-install: .endif ${INSTALL_MAN} ${MAN_8:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${PREFIX}/man/man8 -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN= does not build on 10.x+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |