Pull in version 1.8.17 released 2016-05-06
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sysutils/ipmitool/files/patch-src_plugins_open_open.c | ||
---|---|---|
7–8 ↗ | (On Diff #16418) | For this, and the other patches, it feels better to simply remove the lines you don't want, instead of commenting them. |
Comment Actions
Change new patches to delete uneeded lines instead of commenting
them out.
Update old patches to make portlint happy.
sysutils/ipmitool/files/patch-src_plugins_open_open.c | ||
---|---|---|
7–8 ↗ | (On Diff #16418) | Gotcha. Much clearer if the line is just deleted. |
Comment Actions
Add needed __BSD_VISIBLE for freebsd 9. Without this, compile will
fail due to it not knowing what an u_int is.