From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 30 16:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44CE44DA for ; Wed, 30 Jan 2013 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3257CE for ; Wed, 30 Jan 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0UGe1wB042172 for ; Wed, 30 Jan 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0UGe1G0042167; Wed, 30 Jan 2013 16:40:01 GMT (envelope-from gnats) Date: Wed, 30 Jan 2013 16:40:01 GMT Message-Id: <201301301640.r0UGe1G0042167@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/172707: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 16:40:01 -0000 The following reply was made to PR ports/172707; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172707: commit references a PR Date: Wed, 30 Jan 2013 16:35:22 +0000 (UTC) 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 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 -# +# Created by: Dmitry Frolov # $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 + #include + #include ++#include + + 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 + #include + #include ++#include + + extern int verbose; + /* \ No newline at end of file _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"