aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipmitool
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency from sysutils/ipmi-kmod because the port is deprecated sinceRenato Botelho2010-09-141-5/+0
| | | | | | | | | it's on base system since 6.2-RELEASE Approved by: portmgr (pav) Notes: svn path=/head/; revision=261144
* Freeipmi:Baptiste Daroussin2010-08-041-0/+1
| | | | | | | | | | | | | | | | - Update to 0.8.8 - Update MASTER_SITES - Pass maintainership to submitter Ipmitool: - Bump PORTREVISION for its conditional dependency on freeipmi PR: ports/149074 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet _at_ sunpoet.net> (maintainer) Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258743
* - Patch the code to enable clean compiling on legacy (4.x) BSD systems.Greg Larkin2010-07-286-2/+137
| | | | | | | | | PR: ports/148269 Submitted by: sbruno Approved by: Steve Polyack <spolyack at collaborativefusion dot com> (maintainer) Notes: svn path=/head/; revision=258384
* - Update to 1.8.11Li-Wen Hsu2009-03-302-5/+5
| | | | | | | | | | | | - Pass maintainership to submitter for original maintainer email is not valid anymore PR: ports/132559 Submitted by: Steve Polyack <spolyack AT collaborativefusion.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=231330
* - Update to 1.8.10.Felippe de Meirelles Motta2008-09-044-204/+24
| | | | | | | | | | | - Use SF macro. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/127036 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=219815
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Add support for latest sysutils/freeipmi updateMartin Wilke2007-12-152-0/+196
| | | | | | | | PR: 118720 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=203751
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.8.9Martin Wilke2007-03-074-39/+36
| | | | | | | | | | - Add WITH_FREEIPMI and WITH_DEBUG knobs PR; 110026 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=186795
* Bump PORTREVISION for bugfix in files/patch-lanplus.c.John Polstra2007-01-221-0/+1
| | | | Notes: svn path=/head/; revision=182937
* Avoid a NULL pointer dereference when using serial-over-LAN (SOL).John Polstra2007-01-221-0/+11
| | | | | | | | | I have submitted this patch to the ipmitool-devel mailing list. Approved by: frolov@riss-telecom.ru (maintainer) Notes: svn path=/head/; revision=182926
* - Update ipmitool to 1.8.8Michael Landin2006-06-023-24/+4
| | | | | | | | PR: ports/98365 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=164215
* Add option WITH_IPMI_KMOD, allowing ipmitool to work withSam Lawrance2006-05-141-3/+5
| | | | | | | | | | | the ipmi-kmod port (for FreeBSD 6.x systems). PR: ports/96333 Submitted by: Nick Barkas <snb@threerings.net> Approved by: frolov@riss-telecom.ru (maintainer) Notes: svn path=/head/; revision=162328
* Forgot to add in new patch file that looks to fix a compile problem.Doug Ambrisko2006-03-221-0/+20
| | | | | | | Submitted by: Dmitry (maintainer) Notes: svn path=/head/; revision=157932
* Update to version 1.8.7 which has the changes to detect FreeBSD'sDoug Ambrisko2006-03-223-59/+6
| | | | | | | | | ipmi(4) device. Remove patch and hack to make the patch work. Submitted by: Dmitry (maintainer) Notes: svn path=/head/; revision=157931
* Enhance OpenIPMI driver detection to ipmitool to find FreeBSD'sDoug Ambrisko2006-02-163-5/+70
| | | | | | | | | | | | compatible version in sys/ipmi.h if it exists. Enable OpenIPMI mode. Initial patches by me, polishing by Dmitry (maintainer). Dmitry will be submitting these changes to the ipmitool developers. Approved by: Maintainer Notes: svn path=/head/; revision=156185
* - Update to 1.8.6Simon Barner2006-02-015-57/+6
| | | | | | | | Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> PR: ports/92668 Notes: svn path=/head/; revision=154997
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Update to 1.8.2.Florent Thoumie2005-05-313-4/+29
| | | | | | | | PR: ports/81720 Submitted by: maintainer Notes: svn path=/head/; revision=136559
* - Update to 1.8.1Jean-Yves Lefort2005-05-084-12/+36
| | | | | | | | | | | - Workaround for a bug in readline - Correction for crossbuilds: MACHINE_ARCH -> ARCH PR: ports/80787 Submitted by: maintainer Notes: svn path=/head/; revision=134868
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add ipmitool 1.6.0, CLI to manage IPMI systems.Norikatsu Shigemura2004-12-233-0/+54
PR: ports/73339 Submitted by: Dmitry Frolov <frol@nov.net> Notes: svn path=/head/; revision=124967