| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 May 2013 15:36:00
1.8.12_3
|
sunpoet  |
- Update to 1.2.6
- Bump PORTREVISION for sysutils/freeipmi shlib change
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7587 |
01 Feb 2013 15:04:01
1.8.12_2
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
30 Jan 2013 16:35:14
1.8.12_2
|
jadawin  |
- Fix build on sparc64
PR: ports/172707
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Approved by: maintainer timed-out |
09 Dec 2012 05:57:23
1.8.12_1
|
sunpoet  |
- Update to 1.2.3
- Cleanup Makefile header
- Bump PORTREVISION for sysutils/freeipmi shlib change
Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7431
http://savannah.gnu.org/forum/forum.php?forum_id=7385
http://savannah.gnu.org/forum/forum.php?forum_id=7346
Feature safe: yes |
04 Oct 2012 10:27:32
1.8.12
|
zeising  |
Update to 1.8.12, which fixes build with clang.
Turn the WITH_FREEIPMI make variable to a proper option.
Change the NOPORTDOCS option to use the new options framework.
PR: ports/171766
Submitted by: zeising
Approved by: maintainer timeout (two weeks), kwm (mentor) |
09 Mar 2012 12:37:34
1.8.11_4
|
zi  |
- Add missing plist entry
Reported by: pointyhat
Feature safe: yes |
28 Feb 2012 13:56:24
1.8.11_4
|
zi  |
- Add periodic file for daily status information
- Bump PORTREVISION
PR: ports/165204
Submitted by: Will Glozer <will@glozer.net>
Approved by: Steve Polyack <spolyack@collaborativefusion.com> (maintainer) |
06 Jan 2012 08:26:06
1.8.11_3
|
sunpoet  |
- Bump PORTREVISION for sysutils/freeipmi shlib change |
23 Sep 2011 22:26:39
1.8.11_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
1.8.11_2
|
miwi  |
- Get Rid MD5 support |
05 Feb 2011 15:48:02
1.8.11_2
|
sunpoet  |
- Bump PORTREVISION for freeipmi shlib change
Feature safe: yes |
14 Sep 2010 12:12:20
1.8.11_1
|
garga  |
Remove dependency from sysutils/ipmi-kmod because the port is deprecated since
it's on base system since 6.2-RELEASE
Approved by: portmgr (pav) |
04 Aug 2010 07:19:01
1.8.11_1
|
bapt  |
Freeipmi:
- 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) |
28 Jul 2010 14:04:21
1.8.11
|
glarkin  |
- Patch the code to enable clean compiling on legacy (4.x) BSD systems.
PR: ports/148269
Submitted by: sbruno
Approved by: Steve Polyack <spolyack at collaborativefusion dot com>
(maintainer) |
30 Mar 2009 21:14:18
1.8.11
|
lwhsu  |
- Update to 1.8.11
- 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 |
04 Sep 2008 01:05:55
1.8.10
|
lippe  |
- Update to 1.8.10.
- Use SF macro.
- Respect NOPORTDOCS/NOPORTEXAMPLES case.
PR: ports/127036
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) |
21 Aug 2008 06:18:49
1.8.9
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
1.8.9
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
15 Dec 2007 17:50:35
1.8.9
|
miwi  |
- Add support for latest sysutils/freeipmi update
PR: 118720
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) |
23 Jul 2007 09:36:52
1.8.9
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
07 Mar 2007 12:17:02
1.8.9
|
miwi  |
- Update to 1.8.9
- Add WITH_FREEIPMI and WITH_DEBUG knobs
PR; 110026
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) |
22 Jan 2007 05:01:41
1.8.8_1
|
jdp  |
Bump PORTREVISION for bugfix in files/patch-lanplus.c. |
22 Jan 2007 01:56:03
1.8.8
|
jdp  |
Avoid a NULL pointer dereference when using serial-over-LAN (SOL).
I have submitted this patch to the ipmitool-devel mailing list.
Approved by: frolov@riss-telecom.ru (maintainer) |
02 Jun 2006 12:08:04
1.8.8
|
mich  |
- Update ipmitool to 1.8.8
PR: ports/98365
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) |
14 May 2006 13:31:59
1.8.7
|
lawrance  |
Add option WITH_IPMI_KMOD, allowing ipmitool to work with
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) |
22 Mar 2006 04:37:18
1.8.7
|
ambrisko  |
Forgot to add in new patch file that looks to fix a compile problem.
Submitted by: Dmitry (maintainer) |
22 Mar 2006 04:34:46
1.8.7
|
ambrisko  |
Update to version 1.8.7 which has the changes to detect FreeBSD's
ipmi(4) device. Remove patch and hack to make the patch work.
Submitted by: Dmitry (maintainer) |
16 Feb 2006 17:49:06
1.8.6_1
|
ambrisko  |
Enhance OpenIPMI driver detection to ipmitool to find FreeBSD's
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 |
01 Feb 2006 12:05:59
1.8.6
|
barner  |
- Update to 1.8.6
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru>
PR: ports/92668 |
24 Jan 2006 01:06:45
1.8.2
|
edwin  |
SHA256ify
Approved by: krion@ |
31 May 2005 20:26:11
1.8.2
|
flz  |
- Update to 1.8.2.
PR: ports/81720
Submitted by: maintainer |
08 May 2005 16:33:31
1.8.1
|
jylefort  |
- Update to 1.8.1
- Workaround for a bug in readline
- Correction for crossbuilds: MACHINE_ARCH -> ARCH
PR: ports/80787
Submitted by: maintainer |
12 Apr 2005 03:26:57
1.6.0
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.6.0
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
23 Dec 2004 10:56:15
1.6.0
|
nork  |
Add ipmitool 1.6.0, CLI to manage IPMI systems.
PR: ports/73339
Submitted by: Dmitry Frolov <frol@nov.net> |