While here do some build with clang fixes
PR: ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- OPTIONS was removed,
- option for PostgreSQL was removed, but netams links to libpq library (if found),
- port unconditionally depends on mysql50-client, regardless of installed versions of MySQL,
- netams supports other databases but port always installs MySQL 5.0,
- option WITHOUT_DEBUG was removed and netams logs huge amounts of data without it,
- port has a lot of dependencies required only for web part of application (support for WITHOUT_CGI was removed),
- port unconditionally depends on apache22, which is not required, there are plenty of web servers in ports tree,
- port unconditionally depends on mysql50-server, which is not required (database servers are often installed on different
machines),
- port specifies weird DATADIR (${PREFIX}/etc),
- port unnecessarily specifies WWWDIR,
- sample config file is installed to ${PREFIX}/etc/netams instead of default ${PREFIX}/etc.
PR: 151930
Submitted by: am@raisa.eu.org
Approved by: maintainer (timeout), gabor (mentor)
Feature safe: yes
- Use DISTVERSION to simplify things
- Correct NO_PACKAGE message
- Remove unused SYSDIR variable and dead code
- Remove BROKEN on 6.x and above, it builds now
- Use MAN8PREFIX for man8 pages
- Refine pkg-message, and use SUB_FILES for it
- Respect PREFIX in rc script, and refine the script a bit
PR: ports/113209
Submitted by: Dima Panov <fluffy at ael.ru>
Approved by: Yuriy N. Shkandybin <jura at netams.com> (maintainer)
- and since we change so much of it also move it to files/netams
- bump PORTREVISION
PR: ports/99322
Submitted by: Vasiliy P. Melnik <basil@gu.net>
Approved by: maintainer
NeTAMS is a Network Traffic Accounting and Monitoring Software.
It runs as a daemon under FreeBSD and Linux operating systems.
Collects an IP traffic information flowing via your PC/UNIX
or Cisco router, filters it, aggregates, stores onto HASH/SQL
database, and makes SMTP/HTML reports to site administrator.
Anoter features are flexible policy targets, firewalling,
access control, quotas, scheduler and much much more.
PR: ports/46777
Submitted by: Yuriy N. Shkandybin <jura@happychance.com>