Browse Source

ipmiutil: Updated (2.6.8 -> 2.8.4)

user/chris/toolchain/0.3
Christian Wiese 12 years ago
parent
commit
bd34a71df7
  1. 6
      monitor/ipmiutil/ipmiutil.desc
  2. 24
      monitor/ipmiutil/no-gzip-manpages.patch

6
monitor/ipmiutil/ipmiutil.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../ipmiutil/ipmiutil.desc [COPY] Filename: package/.../ipmiutil/ipmiutil.desc
[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project [COPY] Copyright (C) 2007 - 2012 The OpenSDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
[COPY] [COPY]
@ -30,7 +30,7 @@
[L] BSD [L] BSD
[S] Stable [S] Stable
[V] 2.6.8 [V] 2.8.4
[P] X -----5---9 800.000 [P] X -----5---9 800.000
[D] 2243415237 ipmiutil-2.6.8.tar.gz http://dl.sourceforge.net/sourceforge/ipmiutil/ [D] 3334953109 ipmiutil-2.8.4.tar.gz http://dl.sourceforge.net/sourceforge/ipmiutil/

24
monitor/ipmiutil/no-gzip-manpages.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../ipmiutil/no-gzip-manpages.patch # Filename: package/.../ipmiutil/no-gzip-manpages.patch
# Copyright (C) 2007 - 2010 The OpenSDE Project # Copyright (C) 2007 - 2012 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -16,11 +16,21 @@
Description: Do not gzip all available man pages Description: Do not gzip all available man pages
--- ipmiutil-2.6.8/doc/Makefile.orig 2010-08-16 14:40:23.760171932 +0200 --- ipmiutil-2.8.4/doc/Makefile.am.orig 2012-07-25 16:45:04.816072618 +0200
+++ ipmiutil-2.6.8/doc/Makefile 2010-08-16 14:40:34.076006988 +0200 +++ ipmiutil-2.8.4/doc/Makefile.am 2012-07-25 16:45:45.948803238 +0200
@@ -67,5 +67,4 @@ @@ -54,5 +54,4 @@
${INSTALL_SCRIPT} ipmi_port.sh ${initto}/ipmi_port ${INSTALL_DATA_SH} iekanalyzer.8 ${manto}
for f in ${sbinfls}; do \ ${INSTALL_DATA_SH} idcmi.8 ${manto}
${INSTALL_SCRIPT} $$f ${sbinto}; done ${INSTALL_DATA_SH} bmclanpet.mib ${datato}
- cd ${manto}; gzip -f *.8 - cd ${manto}; gzip -f *.8
--- ipmiutil-2.8.4/doc/Makefile.in.orig 2012-07-25 16:45:11.188857671 +0200
+++ ipmiutil-2.8.4/doc/Makefile.in 2012-07-25 16:45:36.775727672 +0200
@@ -372,7 +372,6 @@
${INSTALL_DATA_SH} iekanalyzer.8 ${manto}
${INSTALL_DATA_SH} idcmi.8 ${manto}
${INSTALL_DATA_SH} bmclanpet.mib ${datato}
- cd ${manto}; gzip -f *.8
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

Loading…
Cancel
Save