Uses/cmake.mk: Always pass FETCHCONTENT_FULLY_DISCONNECTED=1 to CMAKE_ARGS.
Summary:
This variable makes FetchContent_*() CMake functions to disable any network
access, which is exactly what we expect in Ports framework.
Test Plan: poudriere testport on a simple CMake port.
Reviewed By: kde, portmgr, tcberner
Differential Revision: https://reviews.freebsd.org/D37015