pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ipmitool



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb 16 10:00:07 UTC 2024

Modified Files:
        pkgsrc/sysutils/ipmitool: Makefile

Log Message:
ipmitool: Use standard autoreconf.

The supplied bootstrap script is broken.  Fixes build on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/ipmitool/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ipmitool/Makefile
diff -u pkgsrc/sysutils/ipmitool/Makefile:1.27 pkgsrc/sysutils/ipmitool/Makefile:1.28
--- pkgsrc/sysutils/ipmitool/Makefile:1.27      Tue Oct 24 22:11:08 2023
+++ pkgsrc/sysutils/ipmitool/Makefile   Fri Feb 16 10:00:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/10/24 22:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/02/16 10:00:07 jperkin Exp $
 #
 
 DISTNAME=              IPMITOOL_1_8_19
@@ -30,7 +30,7 @@ CFLAGS.NetBSD+=               -D_NETBSD_SOURCE
 DEPENDS+=              iana-enterprise-numbers-[0-9]*:../../net/iana-enterprise-numbers
 
 pre-configure:
-       cd ${WRKSRC} && ./bootstrap
+       cd ${WRKSRC} && autoreconf -fiv
 
 # ipmitool uses rl_event_hook
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index