Bug 105097

Summary: [maintainer update] [patch] Set IGNORE on sysutils/ipmi-kmod in 6-STABLE
Product: Ports & Packages Reporter: Nick Barkas <snb>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Nick Barkas 2006-11-03 06:00:36 UTC
sysutils/ipmi-kmod should not be installed on systems where it is part of the
base system. The port checks OSVERSION currently to determine whether the base
system is a version it should work on. This doesn't work on 6-STABLE because
OSVERSION is currently the same as 6.1, though -STABLE does have ipmi drivers in
the base system (unlike 6.1). Instead of checking OSVERSION, this patch makes
the port just check for the existence of ipmi driver code in the kernel sources,
and if it's there IGNORE will be set. (The port already requires that kernel
sources be installed).

How-To-Repeat: On a system running -STABLE, try installing sysutils/ipmi-kmod. Currently (for
me) the port will not build properly, but it should not even try because of the
presense of an ipmi driver in the base system.
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-06 01:32:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-06 01:39:29 UTC
alepulver    2006-11-06 01:39:22 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ipmi-kmod   Makefile 
  Log:
  - Check for existence of ipmi driver code in kernel sources instead of
    checking OSVERSION.
  
  PR:             ports/105097
  Submitted by:   Nick Barkas <snb@threerings.net> (maintainer)
  
  Revision  Changes    Path
  1.9       +2 -2      ports/sysutils/ipmi-kmod/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 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-06 01:39:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!