Page MenuHomeFreeBSD

net/subnetcalc: update to 2.4.9
ClosedPublic

Authored by fernape on Jun 18 2018, 3:12 PM.
Tags
None
Referenced Files
F136968049: D15882.id.diff
Thu, Nov 20, 9:01 PM
F136968019: D15882.id44005.diff
Thu, Nov 20, 9:01 PM
F136967990: D15882.id44099.diff
Thu, Nov 20, 9:01 PM
F136967989: D15882.id44084.diff
Thu, Nov 20, 9:01 PM
F136967870: D15882.id44816.diff
Thu, Nov 20, 9:01 PM
F136965879: D15882.diff
Thu, Nov 20, 8:53 PM
Unknown Object (File)
Mon, Nov 17, 10:10 PM
Unknown Object (File)
Mon, Nov 10, 1:25 PM
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.