cvs commit: ports/net-mgmt/netams Makefile pkg-plist ports/net-mgmt/netams/files netams.in

Michael Scheidell scheidell at FreeBSD.org
Mon Nov 28 19:55:34 UTC 2011


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 at 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


More information about the cvs-ports mailing list