Date: Mon, 28 Nov 2011 19:55:34 +0000 (UTC) From: Michael Scheidell <scheidell@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-mgmt/netams Makefile pkg-plist ports/net-mgmt/netams/files netams.in Message-ID: <201111281955.pASJtYgA084135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scheidell 2011-11-28 19:55:34 UTC
FreeBSD ports repository
Modified files:
net-mgmt/netams Makefile pkg-plist
net-mgmt/netams/files netams.in
Log:
- 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
Revision Changes Path
1.28 +97 -38 ports/net-mgmt/netams/Makefile
1.8 +2 -2 ports/net-mgmt/netams/files/netams.in
1.10 +65 -64 ports/net-mgmt/netams/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281955.pASJtYgA084135>
