The NetBSD Project

CVS log for pkgsrc/sysutils/openipmi/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / openipmi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:11 2023 UTC (5 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

*: bump for openssl 3

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 14 05:25:17 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:30 2023 UTC (4 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

*: recursive bump for perl 5.38

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 31 06:58:06 2023 UTC (10 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 4 08:13:37 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.2: +5 -15 lines
Diff to previous 1.2 (colored)

openipmi: update to 2.0.32.

Comment out python option, it uses the deprecated distutils
for installation:
https://sourceforge.net/p/openipmi/feature-requests/10/

Changes not found.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:59 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

*: recursive bump for perl 5.36

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 3 20:55:34 2020 UTC (3 years, 1 month ago) by otis
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4

sysutils/openipmi: Import OpenIPMI 2.0.29

The Open IPMI project aims to develop an open code base to allow access to
platform information using Intelligent Platform Management Interface (IPMI).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>