Page MenuHomeFreeBSD

net/subnetcalc: update to 2.4.9
ClosedPublic

Authored by fernape on Jun 18 2018, 3:12 PM.
Tags
None
Referenced Files
F86158453: D15882.id44005.diff
Sun, Jun 16, 7:54 AM
F86152856: D15882.id44099.diff
Sun, Jun 16, 5:42 AM
F86148103: D15882.id44084.diff
Sun, Jun 16, 3:48 AM
Unknown Object (File)
May 10 2024, 12:43 AM
Unknown Object (File)
May 10 2024, 12:43 AM
Unknown Object (File)
May 10 2024, 12:43 AM
Unknown Object (File)
May 10 2024, 12:43 AM
Unknown Object (File)
May 10 2024, 12:43 AM
Subscribers

Details

Summary

Sent by freebsd_ports@k-worx.org in PR 229108

Awaiting maintainer (dreibh@iem.uni-due.de) approval

Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK
  • run test in 10.4 amd64 OK

Diff Detail

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

Event Timeline

tcberner added inline comments.
net/subnetcalc/Makefile
17 ↗(On Diff #44005)

^prefer cmake:outsource if it works

22 ↗(On Diff #44005)

^ you should be able to just set CMAKE_INSTALL_MANDIR to something sensible instead of patching.

This revision now requires changes to proceed.Jun 18 2018, 6:03 PM
  • Use outsource building
  • Use CMAKE_INSTALL_MANDIR* variables instead of post-patch
net/subnetcalc/Makefile
18 ↗(On Diff #44084)

^once should be enough :) -- also, use "\" to break the line, and not add CMAKE_ARGS+= -- makes it more readable.

  • Set DCMAKE_INSTALL_MANDIR only
This revision is now accepted and ready to land.Jun 21 2018, 4:39 PM
This revision was automatically updated to reflect the committed changes.