Page MenuHomeFreeBSD

net/subnetcalc: update to 2.4.9
ClosedPublic

Authored by fernape on Jun 18 2018, 3:12 PM.
Tags
None
Referenced Files
F126383180: D15882.diff
Mon, Aug 18, 5:17 PM
F126379758: D15882.diff
Mon, Aug 18, 4:10 PM
Unknown Object (File)
Fri, Aug 15, 12:35 PM
Unknown Object (File)
Mon, Aug 11, 12:54 PM
Unknown Object (File)
Sat, Aug 9, 2:17 PM
Unknown Object (File)
Tue, Jul 29, 1:59 AM
Unknown Object (File)
Mon, Jul 28, 10:16 PM
Unknown Object (File)
Mon, Jul 28, 7:37 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 17456
Build 17287: arc lint + arc unit

Event Timeline

tcberner added inline comments.
net/subnetcalc/Makefile
17–18

^prefer cmake:outsource if it works

23

^ 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

^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.