Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20625 10447126-35f2-4685-b0cf-6dd780d3921fearly
Christian Wiese
18 years ago
5 changed files with 139 additions and 0 deletions
@ -0,0 +1,31 @@
|
||||
|
||||
[TIMESTAMP] 1175894908 Fri Apr 6 23:28:28 2007 |
||||
[BUILDTIME] 25 (5) |
||||
[SIZE] 1.35 MB, 48 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] autoconf |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] freeipmi |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] linux-header |
||||
[DEP] m4 |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] openssl |
||||
[DEP] patch |
||||
[DEP] perl |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
@ -0,0 +1,22 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../ipmiutil/ipmiutil.conf |
||||
# Copyright (C) 2007 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# freeipmi support |
||||
if pkginstalled freeipmi ; then |
||||
pkgprefix -t freeipmi |
||||
var_append CPPFLAGS ' ' "-DHAVE_GNU" |
||||
var_append LDFLAGS ' ' "-lfreeipmi" |
||||
var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir freeipmi )" |
||||
export CPPFLAGS LDFLAGS |
||||
fi |
@ -0,0 +1,36 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../ipmiutil/ipmiutil.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A set of IPMI Management Utilities |
||||
|
||||
[T] ipmiutil provides various tools to manage an IPMI system, such as view |
||||
[T] the IPMI firmware log, perform an IPMI reset, configure the firmware LAN |
||||
[T] interface, get and set sensor thresholds etc. |
||||
[T] It supports any IPMI 1.5 or IPMI 2.0 platform. |
||||
|
||||
[U] http://ipmiutil.sourceforge.net |
||||
|
||||
[A] Andy Cress <arcress@users.sourceforge.net> |
||||
[M] Christian Wiese <morfoh@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[F] NOPARALLEL |
||||
|
||||
[L] BSD |
||||
[S] Stable |
||||
[V] 1.9.3 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2737558870 ipmiutil-1.9.3.tar.gz http://dl.sourceforge.net/sourceforge/ipmiutil/ |
@ -0,0 +1,24 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../ipmiutil/no-gzip-manpages.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./doc/Makefile.orig 2007-04-06 22:50:32.000000000 +0200
|
||||
+++ ./doc/Makefile 2007-04-06 22:50:48.000000000 +0200
|
||||
@@ -46,5 +46,4 @@
|
||||
${INSTALL_SCRIPT} checksel ${datato}
|
||||
${INSTALL_SCRIPT} wdt.sh ${datato}
|
||||
${INSTALL_SCRIPT} ipmi_if.sh ${datato}
|
||||
- cd ${DESTDIR}${mandir}/man8; gzip -f *.8
|
||||
|
@ -0,0 +1,26 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../ipmiutil/string_h.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./util/ipmilanplus.c.orig 2007-04-06 23:26:06.000000000 +0200
|
||||
+++ ./util/ipmilanplus.c 2007-04-06 23:26:30.000000000 +0200
|
||||
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
+#include <string.h>
|
||||
|
||||
// #define DEBUG 1
|
||||
#ifndef HAVE_LANPLUS
|
Loading…
Reference in new issue