update to freeipmi-1.6.10

set TZ in MAKE_ENV to fudge around the timestamp/date in the supplied
doc/version-faq.texi file to avoid it trying to rebuild it with texinfo;
as we see quite often in ports now, the version in base doesn't like the
distributed input files
This commit is contained in:
sthen 2022-09-02 10:20:16 +00:00
parent 09d8a859cc
commit f1d44e5960
3 changed files with 8 additions and 29 deletions

View File

@ -1,7 +1,6 @@
COMMENT= IPMI library and tools (in- and out-of-band)
DISTNAME= freeipmi-1.6.9
REVISION= 0
DISTNAME= freeipmi-1.6.10
SHARED_LIBS += freeipmi 7.0 # 19.3
SHARED_LIBS += ipmiconsole 3.1 # 5.5
@ -28,14 +27,16 @@ LIB_DEPENDS= security/libgcrypt \
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
# modified m4 files
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIBTOOL_FLAGS= --tag=disable-static
# XXX fudge around the timestamp/date in the supplied doc/version-faq.texi file
# to avoid running texinfo; the version in base doesn't cope with the input files
MAKE_ENV= TZ=GMT+2
pre-install:
${INSTALL_DATA_DIR} ${WRKINST}${SYSCONFDIR}/freeipmi

View File

@ -1,2 +1,2 @@
SHA256 (freeipmi-1.6.9.tar.gz) = 8l4cNfPQ8bWpnMMezCNTyoPtRqFRY4QvuocBJ9ycggY=
SIZE (freeipmi-1.6.9.tar.gz) = 3429566
SHA256 (freeipmi-1.6.10.tar.gz) = /OSh5AG2GJwQPSsSAyYdC/v0WYXG8/pExRsYaxP+en0=
SIZE (freeipmi-1.6.10.tar.gz) = 3431062

View File

@ -1,22 +0,0 @@
Index: config/ac_lsh_gcc_attributes.m4
--- config/ac_lsh_gcc_attributes.m4.orig
+++ config/ac_lsh_gcc_attributes.m4
@@ -14,16 +14,14 @@ AC_DEFUN([LSH_GCC_ATTRIBUTES],
lsh_cv_c_attribute,
[ AC_TRY_COMPILE([
#include <stdlib.h>
-],
-[
static void foo(void) __attribute__ ((noreturn));
static void __attribute__ ((noreturn))
foo(void)
{
exit(1);
-}
-],
+}],
+[],
lsh_cv_c_attribute=yes,
lsh_cv_c_attribute=no)])