Bug 146491 - [patch] net-mgmt/ocsinventory-agent: fix dependencies
Summary: [patch] net-mgmt/ocsinventory-agent: fix dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 13:10 UTC by Guido Falsi
Modified: 2010-05-27 17:31 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (872 bytes, patch)
2010-05-11 13:10 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2010-05-11 13:10:05 UTC
All the perl modules are required at run time by the agent, not
only at build time, so modify dependencies accordingly.

Maintainer is CCed.

How-To-Repeat: 
Install ports/net-mgmt/ocsinventory-agent, configure it, remove the
p5-libwww or p5-XML-Simple ports(which will not give you any warning
since they are not marked as required at runtime by this port) and
try to run the agent.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-11 13:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-27 17:29:19 UTC
wxs         2010-05-27 16:29:11 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/ocsinventory-agent Makefile 
  Log:
  Fix build and run dependencies: sysutils/dmidecode is only needed to build,
  and the rest are really run dependencies.
  
  PR:             ports/146491
  Submitted by:   Guido Falsi <mad@madpilot.net>
  Approved by:    araujo@ (maintainer timeout)
  
  Revision  Changes    Path
  1.8       +4 -3      ports/net-mgmt/ocsinventory-agent/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2010-05-27 17:31:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!