Page MenuHomeFreeBSD

net/subnetcalc: update to 2.4.9
ClosedPublic

Authored by fernape on Jun 18 2018, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 12:43 AM
Unknown Object (File)
Fri, May 10, 12:43 AM
Unknown Object (File)
Fri, May 10, 12:43 AM
Unknown Object (File)
Fri, May 10, 12:43 AM
Unknown Object (File)
Fri, May 10, 12:43 AM
Unknown Object (File)
Sun, May 5, 4:55 PM
Unknown Object (File)
Fri, Apr 26, 7:49 PM
Unknown Object (File)
Fri, Apr 19, 3:43 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.