Date: Tue, 31 May 2005 22:52:15 +0700 (NOVST) From: Dmitry Frolov <frolov@riss-telecom.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: frolov@riss-telecom.ru Subject: ports/81720: Update port: sysutils/ipmitool update to 1.8.2 Message-ID: <200505311552.j4VFqF9F054449@nerve.riss-telecom.ru> Resent-Message-ID: <200505311600.j4VG0EkZ042391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81720 >Category: ports >Synopsis: Update port: sysutils/ipmitool update to 1.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 31 16:00:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Frolov >Release: FreeBSD 5.3-BETA7 i386 >Organization: RISS-Telecom >Environment: System: FreeBSD nerve.riss-telecom.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #17: Thu Nov 4 15:39:39 NOVT 2004 root@nerve.riss-telecom.ru:/var/obj/usr/src/sys/NERVE i386 >Description: - Update to 1.8.2 (changelog for curious: <http://sourceforge.net/project/shownotes.php?release_id=328390>) >How-To-Repeat: >Fix: Patch is relative to ports/sysutils/ipmitool directory. diff -ruN --exclude=CVS /usr/ports/sysutils/ipmitool/Makefile ./Makefile --- /usr/ports/sysutils/ipmitool/Makefile Tue May 10 01:28:39 2005 +++ ./Makefile Tue May 31 22:32:50 2005 @@ -6,7 +6,7 @@ # PORTNAME= ipmitool -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,6 @@ MAINTAINER= frolov@riss-telecom.ru COMMENT= CLI to manage IPMI systems -USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -26,6 +25,7 @@ PLIST_DIRS= share/${PORTNAME} PORTDOCS= README AUTHORS ChangeLog COPYING MAN1+= ${PORTNAME}.1 +MAN8+= ipmievd.8 DATAFILES= bmclanconf ipmi.init.basic ipmi.init.redhat README \ collect_data.sh create_rrds.sh create_webpage_compact.sh \ diff -ruN --exclude=CVS /usr/ports/sysutils/ipmitool/distinfo ./distinfo --- /usr/ports/sysutils/ipmitool/distinfo Tue May 10 01:28:39 2005 +++ ./distinfo Tue May 31 21:38:02 2005 @@ -1,2 +1,2 @@ -MD5 (ipmitool-1.8.1.tar.bz2) = e24e00b077af2f00590cb09c4cfe5f7d -SIZE (ipmitool-1.8.1.tar.bz2) = 387013 +MD5 (ipmitool-1.8.2.tar.gz) = d249ddd2176385fcea93753f5e103160 +SIZE (ipmitool-1.8.2.tar.gz) = 556042 diff -ruN --exclude=CVS /usr/ports/sysutils/ipmitool/files/patch-lib_helper.c ./files/patch-lib_helper.c --- /usr/ports/sysutils/ipmitool/files/patch-lib_helper.c Thu Jan 1 07:00:00 1970 +++ ./files/patch-lib_helper.c Tue May 31 22:03:04 2005 @@ -0,0 +1,25 @@ +--- lib/helper.c.orig Wed May 18 03:58:05 2005 ++++ lib/helper.c Tue May 31 22:01:31 2005 +@@ -34,17 +34,20 @@ + * facility. + */ + ++#include <sys/types.h> ++#include <sys/stat.h> ++#include <sys/ioctl.h> /* For TIOCNOTTY */ ++ + #include <stdlib.h> + #include <stdio.h> + #include <inttypes.h> + #include <signal.h> + #include <string.h> + #include <strings.h> +-#include <sys/types.h> +-#include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> ++#include <paths.h> /* For _PATH_TTY */ + + #include <ipmitool/helper.h> + #include <ipmitool/log.h> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505311552.j4VFqF9F054449>