From owner-svn-ports-head@freebsd.org Sun May 22 15:49:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07CC5B458AD; Sun, 22 May 2016 15:49:49 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C68E419AB; Sun, 22 May 2016 15:49:48 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MFnmVQ031048; Sun, 22 May 2016 15:49:48 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MFnlUE031040; Sun, 22 May 2016 15:49:47 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605221549.u4MFnlUE031040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 22 May 2016 15:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415635 - in head/sysutils/ipmitool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 15:49:49 -0000 Author: sbruno Date: Sun May 22 15:49:47 2016 New Revision: 415635 URL: https://svnweb.freebsd.org/changeset/ports/415635 Log: Update ipmitool to upstream version 1.8.17 Make patchfiles portlint friendly and add new patches to aid in compilation. Reviewed by: zi Differential Revision: https://reviews.freebsd.org/D6401 Added: head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_chassis.c head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_pef.c head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_intf.c head/sysutils/ipmitool/files/patch-src_plugins_open_open.c (contents, props changed) head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c (contents, props changed) head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c (contents, props changed) Deleted: head/sysutils/ipmitool/files/patch-ipmi_chassis.c head/sysutils/ipmitool/files/patch-ipmi_intf.c head/sysutils/ipmitool/files/patch-ipmi_pef.c Modified: head/sysutils/ipmitool/Makefile head/sysutils/ipmitool/distinfo Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 22 15:12:16 2016 (r415634) +++ head/sysutils/ipmitool/Makefile Sun May 22 15:49:47 2016 (r415635) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipmitool -PORTVERSION= 1.8.15 -PORTREVISION= 1 +PORTVERSION= 1.8.17 CATEGORIES= sysutils MASTER_SITES= SF @@ -14,11 +13,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline +USE_GCC= yes CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \ - --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc + --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc \ + --disable-intf-usb PLIST_FILES= bin/ipmitool man/man1/ipmitool.1.gz man/man8/ipmievd.8.gz \ sbin/ipmievd share/ipmitool/oem_ibm_sel_map \ ${PERIODIC_DIR}/400.status-ipmi Modified: head/sysutils/ipmitool/distinfo ============================================================================== --- head/sysutils/ipmitool/distinfo Sun May 22 15:12:16 2016 (r415634) +++ head/sysutils/ipmitool/distinfo Sun May 22 15:49:47 2016 (r415635) @@ -1,2 +1,2 @@ -SHA256 (ipmitool-1.8.15.tar.bz2) = 4acd2df5f8740fef5c032cebee0113ec4d3bbef04a6f4dbfaf7fcc7f3eb08c40 -SIZE (ipmitool-1.8.15.tar.bz2) = 747174 +SHA256 (ipmitool-1.8.17.tar.bz2) = 97fa20efd9c87111455b174858544becae7fcc03a3cb7bf5c19b09065c842d02 +SIZE (ipmitool-1.8.17.tar.bz2) = 772570 Copied and modified: head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_chassis.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_chassis.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c Sun May 22 15:49:47 2016 (r415635) @@ -1,6 +1,6 @@ ---- 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 @@ +--- lib/ipmi_chassis.c.orig 2016-05-06 14:48:54 UTC ++++ lib/ipmi_chassis.c +@@ -44,6 +44,7 @@ #include #include #include Copied and modified: head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_pef.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_pef.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c Sun May 22 15:49:47 2016 (r415635) @@ -1,6 +1,6 @@ ---- 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 @@ +--- lib/ipmi_pef.c.orig 2016-05-06 14:48:54 UTC ++++ lib/ipmi_pef.c +@@ -40,6 +40,7 @@ #include #include #include Copied and modified: head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_intf.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_intf.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c Sun May 22 15:49:47 2016 (r415635) @@ -1,9 +1,18 @@ ---- src/plugins/ipmi_intf.c.orig 2014-05-30 19:18:08.346626784 -0400 -+++ src/plugins/ipmi_intf.c 2014-05-30 19:18:43.537804678 -0400 -@@ -45,6 +45,7 @@ +--- src/plugins/ipmi_intf.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/ipmi_intf.c +@@ -32,6 +32,7 @@ + #define _XOPEN_SOURCE 700 + #define _GNU_SOURCE 1 + #define _DARWIN_C_SOURCE 1 ++#define __BSD_VISIBLE 1 + + #include + #include +@@ -48,6 +49,7 @@ #include #include #include +#define s6_addr16 __u6_addr.__u6_addr16 #endif - + + Added: head/sysutils/ipmitool/files/patch-src_plugins_open_open.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_open_open.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,11 @@ +--- src/plugins/open/open.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/open/open.c +@@ -29,8 +29,6 @@ + * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, + * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + */ +-#define _POSIX_SOURCE +- + #include + #include + #include Added: head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,10 @@ +--- src/plugins/serial/serial_basic.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/serial/serial_basic.c +@@ -33,7 +33,6 @@ + + /* Serial Interface, Basic Mode plugin. */ + +-#include + #include + #include + #include Added: head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,10 @@ +--- src/plugins/serial/serial_terminal.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/serial/serial_terminal.c +@@ -33,7 +33,6 @@ + + /* Serial Interface, Terminal Mode plugin. */ + +-#include + #include + #include + #include