Bug 166824 - sysutils/facter always depends on dmidecode
Summary: sysutils/facter always depends on dmidecode
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 16:40 UTC by Michael Moll
Modified: 2012-05-02 02:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2012-04-10 16:40:01 UTC
sysutils/facter always depends on dmidecode, which is only available for x86 and ia64. After removing the dependency everything runs fine also on sparc64, only a few hardware-related facts are missing.

Maybe the dependency could be conditionalized as an OPTION or only pulled in when running on platforms which are supported by dmidecode.

Fix: 

Remove the dependency.
How-To-Repeat: Try to install facter on e.g. sparc64.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-10 16:40:47 UTC
Maintainer of sysutils/facter,

Please note that PR ports/166824 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166824

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-10 16:40:49 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-04-22 22:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-05-02 02:35:44 UTC
swills      2012-05-02 01:35:29 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/facter      Makefile distinfo 
  Log:
  - Update to 1.6.8 [1]
  - Make dependency on dmidecode conditional on ARCH that supports it [2]
  
  PR:             ports/167257 [1], ports/166824 [2]
  Approved by:    Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
  
  Revision  Changes    Path
  1.15      +6 -3      ports/sysutils/facter/Makefile
  1.13      +2 -2      ports/sysutils/facter/distinfo
_______________________________________________
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 5 Steve Wills freebsd_committer freebsd_triage 2012-05-02 02:35:49 UTC
State Changed
From-To: feedback->closed

Fix committed.