aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipmi-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+0
| | | | Notes: svn path=/head/; revision=225335
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-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. Notes: svn path=/head/; revision=201024
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Check for existence of ipmi driver code in kernel sources instead ofAlejandro Pulver2006-11-061-2/+2
| | | | | | | | | | checking OSVERSION. PR: ports/105097 Submitted by: Nick Barkas <snb@threerings.net> (maintainer) Notes: svn path=/head/; revision=176571
* Fix building at 5.x.Boris Samorodov2006-10-091-4/+5
| | | | | | | Submitted by: Nick Barkas <snb at threerings.net> (maintainer by email) Notes: svn path=/head/; revision=175037
* Actually mark BROKEN for 5.x, not for all versions as it was doneBoris Samorodov2006-10-051-0/+2
| | | | | | | | | at previous commit. Pointy hat to: bsam (me) Notes: svn path=/head/; revision=174520
* Mark BROKEN (does not compile).Boris Samorodov2006-10-051-0/+2
| | | | | | | | Reported by: krismail (pointyhat for amd64/5.x), my company's tinderbox (for i386/5.x) Notes: svn path=/head/; revision=174517
* - more recent snapshot of the code from -current, containing much new codeBoris Samorodov2006-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) Notes: svn path=/head/; revision=173986
* - Don't strip module on amd64 systems [1]Emanuel Haupt2006-09-071-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) Notes: svn path=/head/; revision=172529
* Use OSVERSION instead of exists(ipmi.h), to determine when thisSam Lawrance2006-05-271-1/+1
| | | | | | | | | | port should be IGNOREd. Reported by: kris Submitted by: Nick Barkas <snb@threerings.net> (maintainer) Notes: svn path=/head/; revision=163575
* Fix pkg-plist.Sam 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> Notes: svn path=/head/; revision=162627
* Add ipmi-kmod 20060418, backport of ipmi driver from FreeBSD 7-CURRENTKirill Ponomarev2006-05-014-0/+67
for FreeBSD 6.x. PR: ports/96324 Submitted by: Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=161104