Update sysutils/ipmitool to 1.8.14
- Add LICENSE - Update maintainer email address PR: ports/190438 Submitted by: Steve Polyack <spolyack@collaborativefusion.com> Approved by: eadler (mentor)
This commit is contained in:
parent
1c9f97117a
commit
e1937e01e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356232
@ -2,14 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ipmitool
|
||||
PORTVERSION= 1.8.12
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.8.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= spolyack@collaborativefusion.com
|
||||
MAINTAINER= steve.polyack@intermedix.com
|
||||
COMMENT= CLI to manage IPMI systems
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:bzip2 gmake
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ipmitool-1.8.12.tar.bz2) = 549b2da65c30905248aee07367a9cae3dd94bceaddd9c122d55075766c868733
|
||||
SIZE (ipmitool-1.8.12.tar.bz2) = 684159
|
||||
SHA256 (ipmitool-1.8.14.tar.bz2) = 3209c99b996fdea38c462cfd10387d6895fd5261227ab6f79b59f88e21938ce5
|
||||
SIZE (ipmitool-1.8.14.tar.bz2) = 738315
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig 2012-09-18 21:50:01.000000000 +0200
|
||||
+++ configure 2012-09-18 21:50:14.000000000 +0200
|
||||
@@ -5030,7 +5030,7 @@
|
||||
done
|
||||
|
||||
|
||||
-CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type -Wno-unused-result -Wno-packed-bitfield-compat"
|
||||
+CFLAGS="$CFLAGS -fno-strict-aliasing -Wreturn-type"
|
||||
|
||||
case `pwd` in
|
||||
*\ * | *\ *)
|
9
sysutils/ipmitool/files/patch-ipmi_intf.c
Normal file
9
sysutils/ipmitool/files/patch-ipmi_intf.c
Normal file
@ -0,0 +1,9 @@
|
||||
--- 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 @@
|
||||
#include <ifaddrs.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
+#define s6_addr16 __u6_addr.__u6_addr16
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user