diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-30 16:35:14 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-01-30 16:35:14 +0000 |
commit | 67b18cfb1f5bd86fe4b962536f1237d436bc0452 (patch) | |
tree | 3b16784f194bc2b786dee89ae7bc898311626f3a /sysutils/ipmitool | |
parent | 788cf256c7c8f0bd89347713381d7db9d86c5022 (diff) |
Notes
Diffstat (limited to 'sysutils/ipmitool')
-rw-r--r-- | sysutils/ipmitool/Makefile | 8 | ||||
-rw-r--r-- | sysutils/ipmitool/files/patch-ipmi_chassis.c | 10 | ||||
-rw-r--r-- | sysutils/ipmitool/files/patch-ipmi_pef.c | 10 |
3 files changed, 22 insertions, 6 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 7d5e4c8772ed..74c0c7b03fba 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: ipmitool -# Date created: 25/Oct/2004 -# Whom: Dmitry Frolov <frol@nov.net> -# +# Created by: Dmitry Frolov <frol@nov.net> # $FreeBSD$ -# PORTNAME= ipmitool PORTVERSION= 1.8.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF diff --git a/sysutils/ipmitool/files/patch-ipmi_chassis.c b/sysutils/ipmitool/files/patch-ipmi_chassis.c new file mode 100644 index 000000000000..15279f269cbc --- /dev/null +++ b/sysutils/ipmitool/files/patch-ipmi_chassis.c @@ -0,0 +1,10 @@ +--- lib/ipmi_chassis.c.orig 2012-10-15 07:38:19.000000000 +0000 ++++ lib/ipmi_chassis.c 2012-10-15 07:38:46.000000000 +0000 +@@ -41,6 +41,7 @@ + #include <ipmitool/ipmi_intf.h> + #include <ipmitool/ipmi_strings.h> + #include <ipmitool/ipmi_chassis.h> ++#include <ipmitool/bswap.h> + + extern int verbose; + diff --git a/sysutils/ipmitool/files/patch-ipmi_pef.c b/sysutils/ipmitool/files/patch-ipmi_pef.c new file mode 100644 index 000000000000..b508edf14c76 --- /dev/null +++ b/sysutils/ipmitool/files/patch-ipmi_pef.c @@ -0,0 +1,10 @@ +--- lib/ipmi_pef.c.orig 2012-10-15 07:41:07.000000000 +0000 ++++ lib/ipmi_pef.c 2012-10-15 07:41:36.000000000 +0000 +@@ -39,6 +39,7 @@ + #include <ipmitool/ipmi.h> + #include <ipmitool/ipmi_intf.h> + #include <ipmitool/ipmi_pef.h> ++#include <ipmitool/bswap.h> + + extern int verbose; + /*
\ No newline at end of file |