update to freeipmi-1.6.14

This commit is contained in:
sthen 2024-01-29 11:28:21 +00:00
parent 7aef35fc13
commit 06feb95af6
5 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,6 @@
COMMENT= IPMI library and tools (in- and out-of-band)
DISTNAME= freeipmi-1.6.11
DISTNAME= freeipmi-1.6.14
SHARED_LIBS += freeipmi 7.0 # 19.3
SHARED_LIBS += ipmiconsole 3.1 # 5.5

View File

@ -1,2 +1,2 @@
SHA256 (freeipmi-1.6.11.tar.gz) = ZfvWkQ/AEEV3SGlUFPJ8V1W06NdXNCISIfOFjGIwqJc=
SIZE (freeipmi-1.6.11.tar.gz) = 3429533
SHA256 (freeipmi-1.6.14.tar.gz) = Gj2sXHa3zMTU+GqhK475shK673SJvwXombiau34U7bU=
SIZE (freeipmi-1.6.14.tar.gz) = 3464254

View File

@ -1,7 +1,7 @@
Index: libfreeipmi/Makefile.in
--- libfreeipmi/Makefile.in.orig
+++ libfreeipmi/Makefile.in
@@ -498,7 +498,7 @@ LIBIPMIMONITORING_VERSION_MAJOR = @LIBIPMIMONITORING_V
@@ -675,7 +675,7 @@ LIBIPMIMONITORING_VERSION_MAJOR = @LIBIPMIMONITORING_V
LIBIPMIMONITORING_VERSION_MINOR = @LIBIPMIMONITORING_VERSION_MINOR@
LIBIPMIMONITORING_VERSION_PATCH = @LIBIPMIMONITORING_VERSION_PATCH@
LIBOBJS = @LIBOBJS@
@ -10,7 +10,7 @@ Index: libfreeipmi/Makefile.in
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
@@ -620,7 +620,7 @@ libfreeipmi_la_CPPFLAGS = \
@@ -798,7 +798,7 @@ libfreeipmi_la_CPPFLAGS = \
-I$(top_builddir)/libfreeipmi/include \
-I$(top_srcdir)/libfreeipmi/include \
-I$(top_srcdir)/libfreeipmi \

View File

@ -1,7 +1,7 @@
Index: libipmidetect/Makefile.in
--- libipmidetect/Makefile.in.orig
+++ libipmidetect/Makefile.in
@@ -294,7 +294,7 @@ LIBIPMIMONITORING_VERSION_MAJOR = @LIBIPMIMONITORING_V
@@ -305,7 +305,7 @@ LIBIPMIMONITORING_VERSION_MAJOR = @LIBIPMIMONITORING_V
LIBIPMIMONITORING_VERSION_MINOR = @LIBIPMIMONITORING_VERSION_MINOR@
LIBIPMIMONITORING_VERSION_PATCH = @LIBIPMIMONITORING_VERSION_PATCH@
LIBOBJS = @LIBOBJS@

View File

@ -1,12 +1,14 @@
clang cpp doesn't accept this syntax
Index: man/Makefile.in
--- man/Makefile.in.orig
+++ man/Makefile.in
@@ -1007,7 +1007,7 @@ uninstall-man: uninstall-man3 uninstall-man5 uninstall
@@ -1022,7 +1022,7 @@ uninstall-man: uninstall-man3 uninstall-man5 uninstall
$(MANS_CPP): $(MANS_CPP:%=%.pre)
- $(CPP_FOR_BUILD) -nostdinc -w -C -P -I$(top_srcdir)/man $@.pre $@
+ $(CPP_FOR_BUILD) -nostdinc -w -C -P -I$(top_srcdir)/man < $@.pre > $@
- $(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre $@
+ $(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man < $@.pre > $@
# 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.