Page MenuHomeFreeBSD

sysutils/openipmi: resolve build issues with 2.0.21
ClosedPublic

Authored by junovitch on Sep 4 2015, 12:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 7:45 AM
Unknown Object (File)
Wed, Apr 3, 1:58 PM
Unknown Object (File)
Mar 2 2024, 6:47 PM
Unknown Object (File)
Mar 2 2024, 6:47 PM
Unknown Object (File)
Mar 2 2024, 6:47 PM
Unknown Object (File)
Mar 2 2024, 10:32 AM
Unknown Object (File)
Dec 30 2023, 5:02 AM
Unknown Object (File)
Dec 30 2023, 5:01 AM
Subscribers
None

Details

Summary
sysutils/openipmi: resolve build issues with 2.0.21
- Return EAGAIN errno instead EKEYREJECTED to fix build with SSL option [1]
- Prepend -I../include to CPPFLAGS to stop build breakage from old .h files [2]
- While here, add LICENSE and regen one of the original patches (portlint)

PR:		202002 [1]
PR:		202528 [2]
Submitted by:	dennis.noordsij@helsinki.fi [1]
Submitted by:	Anton Sayetsky <vsasjason@gmail.com> [1]
Submitted by:	Larry Rosenman <ler@lerctr.org> [2]
Approved by:	feld|delphij|pgollucci (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

junovitch retitled this revision from to sysutils/openipmi: resolve build issues with 2.0.21.
junovitch updated this object.
junovitch edited the test plan for this revision. (Show Details)
junovitch added reviewers: feld, delphij, pgollucci.
feld edited edge metadata.

Approved.

FYI, LICENSE_FILE isn't needed if it's a standard license found in Mk/bsd.licenses.db.mk

This revision is now accepted and ready to land.Sep 4 2015, 2:24 PM

Sounds good. This will be committed without LICENSE_FILE per the feedback.

This revision was automatically updated to reflect the committed changes.