Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 16:35:14 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311235 - in head/sysutils/ipmitool: . files
Message-ID:  <201301301635.r0UGZEE2005412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Wed Jan 30 16:35:14 2013
New Revision: 311235
URL: http://svnweb.freebsd.org/changeset/ports/311235

Log:
  - Fix build on sparc64
  
  PR:		ports/172707
  Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
  Approved by:	maintainer timed-out

Added:
  head/sysutils/ipmitool/files/patch-ipmi_chassis.c   (contents, props changed)
  head/sysutils/ipmitool/files/patch-ipmi_pef.c   (contents, props changed)
Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Wed Jan 30 16:29:16 2013	(r311234)
+++ head/sysutils/ipmitool/Makefile	Wed Jan 30 16:35:14 2013	(r311235)
@@ -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
 

Added: head/sysutils/ipmitool/files/patch-ipmi_chassis.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ipmitool/files/patch-ipmi_chassis.c	Wed Jan 30 16:35:14 2013	(r311235)
@@ -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;
+ 

Added: head/sysutils/ipmitool/files/patch-ipmi_pef.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ipmitool/files/patch-ipmi_pef.c	Wed Jan 30 16:35:14 2013	(r311235)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301635.r0UGZEE2005412>