aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ipmi-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-6/+2
| | | | | | | | hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1
| | | | | | modules. Hat: portmgr
* - Check for existence of ipmi driver code in kernel sources instead ofalepulver2006-11-061-2/+2
| | | | | | | checking OSVERSION. PR: ports/105097 Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
* Fix building at 5.x.bsam2006-10-091-4/+5
| | | | Submitted by: Nick Barkas <snb at threerings.net> (maintainer by email)
* Actually mark BROKEN for 5.x, not for all versions as it was donebsam2006-10-051-0/+2
| | | | | | at previous commit. Pointy hat to: bsam (me)
* Mark BROKEN (does not compile).bsam2006-10-051-0/+2
| | | | | Reported by: krismail (pointyhat for amd64/5.x), my company's tinderbox (for i386/5.x)
* - more recent snapshot of the code from -current, containing much new codebsam2006-09-275-10/+40
| | | | | | | | | recently committed; - the port will no longer build on FreeBSD 6-stable for versions after ipmi was MFC'd into the base system. PR: 103708 Submitted by: Nick Barkas <snb at threerings.net> (maintainer)
* - Don't strip module on amd64 systems [1]ehaupt2006-09-081-0/+7
| | | | | | | | | | | | - Bump PORTREVISION [1] ipmi-kmod seg faults on amd64 machines when running kldxref during installation, and when attempting to load ipmi.ko the machine will crash. Neither problems seems to occur if the module is not stripped prior to installation. PR: 100703 Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
* Use OSVERSION instead of exists(ipmi.h), to determine when thislawrance2006-05-271-1/+1
| | | | | | | port should be IGNOREd. Reported by: kris Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
* Fix pkg-plist.lawrance2006-05-176-30/+63
| | | | | | | | | | Improve install/deinstall scripts and make use of SUB_FILES to avoid hardcoding paths. Add support for FreeBSD 5.3 and later. PR: ports/97331 Submitted by: Nick Barkas <snb@threerings.net> (maintainer) Obtained from: Dmitry Frolov <frolov@riss-telecom.ru>
* Add ipmi-kmod 20060418, backport of ipmi driver from FreeBSD 7-CURRENTkrion2006-05-024-0/+67
for FreeBSD 6.x. PR: ports/96324 Submitted by: Nick Barkas <snb@threerings.net>