pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/openipmi
Module Name: pkgsrc
Committed By: khorben
Date: Tue Jan 31 06:58:06 UTC 2023
Modified Files:
pkgsrc/sysutils/openipmi: Makefile
Log Message:
openipmi: fix the build when dia in is $PATH
This forces using gsed through USE_TOOLS.
The build breaks otherwise with NetBSD's sed(1) because:
$ echo 0.97.3 | sed 's/^[0-9.]\+$//'
0.97.3
$ echo 0.97.3 | gsed 's/^[0-9.]\+$//'
As per the configure script. (Is this a bug in NetBSD's sed?)
Tested on NetBSD/amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/openipmi/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/openipmi/Makefile
diff -u pkgsrc/sysutils/openipmi/Makefile:1.3 pkgsrc/sysutils/openipmi/Makefile:1.4
--- pkgsrc/sysutils/openipmi/Makefile:1.3 Mon Jul 4 08:13:37 2022
+++ pkgsrc/sysutils/openipmi/Makefile Tue Jan 31 06:58:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/07/04 08:13:37 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/31 06:58:06 khorben Exp $
DISTNAME= OpenIPMI-2.0.32
PKGNAME= ${DISTNAME:S/OpenIPMI/openipmi/}
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake perl pkg-config
+USE_TOOLS+= gmake gsed perl pkg-config
PKGCONFIG_OVERRIDE+= *.pc.in
Home |
Main Index |
Thread Index |
Old Index