Build FreeIPMI on a8 oi_151a
authorJon Tibble <meths@btinternet.com>
Sun, 17 Feb 2013 18:32:42 +0000
branchoi_151a
changeset 205 c525cb3192e8
parent 204 2b4944346604
child 206 8644b5e5bf7f
Build FreeIPMI on a8
usr/src/cmd/freeipmi/Makefile.sfw
usr/src/cmd/freeipmi/Patches/bmc_config.patch
usr/src/cmd/freeipmi/Patches/bmc_device.patch
usr/src/cmd/freeipmi/Patches/bmc_driver.patch
--- a/usr/src/cmd/freeipmi/Makefile.sfw	Thu Feb 14 15:51:39 2013 +0000
+++ b/usr/src/cmd/freeipmi/Makefile.sfw	Sun Feb 17 18:32:42 2013 +0000
@@ -31,7 +31,6 @@
 VER64 = $(VER)-64
 
 TARBALL = $(VER).tar.gz
-PATCHES:sh = echo Patches/*.patch
 
 TARGET_ENV += CC="$(CC)"
 TARGET_ENV += CFLAGS="$(CFLAGS) -g"
--- a/usr/src/cmd/freeipmi/Patches/bmc_config.patch	Thu Feb 14 15:51:39 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- ../freeipmi-0.7.7_orig/bmc-config/bmc-config.8      Fri Apr  3 22:27:48 2009
-+++ ./bmc-config/bmc-config.8   Thu Aug 13 13:21:15 2009
-@@ -551,6 +551,8 @@
- "lock up" after a number of remote authentication errors. You may
- need to wait awhile in order to this temporary "lock up" to pass
- before you may authenticate again.
-+.LP
-+bmc-config --checkout may not work properly because of issues with some versions of the BMC driver.
- .SH "REPORTING BUGS"
- Report bugs to <freeipmi\[email protected]> or <freeipmi\[email protected]>.
- .SH "COPYRIGHT"
--- a/usr/src/cmd/freeipmi/Patches/bmc_device.patch	Thu Feb 14 15:51:39 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- ../freeipmi-0.7.7_orig/bmc-device/bmc-device.8      Fri Apr  3 22:27:49 2009
-+++ ./bmc-device/bmc-device.8   Thu Aug 13 13:23:46 2009
-@@ -477,6 +477,8 @@
- "lock up" after a number of remote authentication errors. You may
- need to wait awhile in order to this temporary "lock up" to pass
- before you may authenticate again.
-+.LP
-+bmc-device --get-lan-statistics may not work properly because of issues with some versions of the BMC driver.
- .SH "REPORTING BUGS"
- Report bugs to <freeipmi\[email protected]> or <freeipmi\[email protected]>.
- .SH "COPYRIGHT"
--- a/usr/src/cmd/freeipmi/Patches/bmc_driver.patch	Thu Feb 14 15:51:39 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
---- ../freeipmi-0.7.7_orig/libfreeipmi/src/driver/ipmi-sunbmc-driver.c  Fri Aug 15 18:04:26 2008
-+++ ./libfreeipmi/src/driver/ipmi-sunbmc-driver.c       Wed Aug 12 12:51:16 2009
-@@ -21,6 +21,8 @@
- #include <config.h>
- #endif /* HAVE_CONFIG_H */
-
-+#define HAVE_BMC_INTF_H 1
-+
- #include <stdio.h>
- #include <stdlib.h>
- #include <stdint.h>
-@@ -56,7 +58,7 @@
- #include <sys/int_types.h>      /* for uint8_t on Solaris?? */
- #endif /* !HAVE_SYS_INT_TYPES_H */
- #if HAVE_BMC_INTF_H
--#include <bmc_intf.h>
-+#include <sys/bmc_intf.h>
- #endif /* HAVE_BMC_INTF_H */
- #include <sys/select.h>
- #include <sys/ioctl.h>