K 10 svn:author V 9 scheidell K 8 svn:date V 27 2011-11-28T19:55:34.000000Z K 7 svn:log V 1071 - links to libmysqlclient/libpq but doesn't register dependencies - 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 END