Bug 146491

Summary: [patch] net-mgmt/ocsinventory-agent: fix dependencies
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: araujo
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!